CLEANUP obsolete packages, for more info see https://orfeus.czech.sun.com/wiki/SolarisEngineering/CwsCleanupObsoletePackages
authorjenda
Wed, 03 Nov 2010 12:53:40 +0100
changeset 172 fce45264df75
parent 171 9b7a31305bbf
child 173 0954ae54f5b9
CLEANUP obsolete packages, for more info see https://orfeus.czech.sun.com/wiki/SolarisEngineering/CwsCleanupObsoletePackages
messages/sfw/Makefile
messages/sfw/postgres/8.3/Makefile
messages/sfw/postgres/8.3/Makefile.postgres
messages/sfw/postgres/8.3/Makefile.postgres.targ
messages/sfw/postgres/8.3/Solaris/man/Makefile
messages/sfw/postgres/8.3/Solaris/man/Makefile.man
messages/sfw/postgres/8.3/Solaris/man/ja/Makefile
messages/sfw/postgres/8.3/Solaris/man/ja/man5/Makefile
messages/sfw/postgres/8.3/Solaris/man/ja/man5/postgres_83.5
messages/sfw/postgres/8.3/html/Filelist
messages/sfw/postgres/8.3/html/Makefile
messages/sfw/postgres/8.3/html/postgres.tar.gz
messages/sfw/postgres/8.3/man/Makefile
messages/sfw/postgres/8.3/man/Makefile.man
messages/sfw/postgres/8.3/man/ja/Makefile
messages/sfw/postgres/8.3/man/ja/man1/Makefile
messages/sfw/postgres/8.3/man/ja/man5/Makefile
messages/sfw/postgres/8.3/man/man.tar.gz
messages/sfw/postgres/8.3/msg/Makefile
messages/sfw/postgres/8.3/msg/patch2po.sh
messages/sfw/postgres/8.3/msg/postgresql-8.3.0-nls.patch.gz
messages/sfw/postgres/Makefile
messages/sfw/postgres/Makefile.man.master
--- a/messages/sfw/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-SUBDIRS=	postgres
-
-all:=		TARGET= all
-install:=	TARGET= install
-clean:=		TARGET= clean
-clobber:=	TARGET= clobber
-lint:=		TARGET= lint
-
-.KEEP_STATE:
-
-all install clean clobber lint: $(SUBDIRS)
-
-$(SUBDIRS): FRC
-	-@cd $@; pwd; $(MAKE) $(TARGET)
-
-FRC:
--- a/messages/sfw/postgres/8.3/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-include	$(SRC)/Makefile.master
-include ./Makefile.postgres
-
-SUBDIRS=	html man msg Solaris/man
-
-SRCFILES=	COPYRIGHT
-ROOTSRCFILES=	$(SRCFILES:%=$(ROOTSRCDIR)/%)
-
-all:=		TARGET= all
-install:=	TARGET= install
-clean:=		TARGET= clean
-clobber:=	TARGET= clobber
-lint:=		TARGET= lint
-
-.KEEP_STATE:
-
-all clean clobber lint: $(SUBDIRS)
-
-install: $(SUBDIRS) $(ROOTSRCFILES)
-
-$(SUBDIRS): FRC
-	-@cd $@; pwd; $(MAKE) $(TARGET)
-
-include ./Makefile.postgres.targ
-
-FRC:
--- a/messages/sfw/postgres/8.3/Makefile.postgres	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-FILEMODE=       644
-DIRMODE=        755
-INS.file=       $(RM) $@; /usr/sbin/install -s -m $(FILEMODE) -f $(@D) $<
-INS.dir=        /usr/sbin/install -s -d -m $(DIRMODE) $@
-
-MSGFMT=		/usr/bin/msgfmt -g
-
-PGSQLMAJOR=	8.3
-PGSQLJAVERS=	$(PGSQLMAJOR).6
-
-ROOTTOPDIR=	$(FILEROOT)/usr/postgres/$(PGSQLMAJOR)
-ROOTSRCDIR=	$(FILEROOT)/usr/share/src/postgres/$(PGSQLMAJOR)_ja
-
-#
--- a/messages/sfw/postgres/8.3/Makefile.postgres.targ	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-$(ROOTSRCDIR):
-	$(INS.dir)
-
-$(ROOTSRCDIR)/%:	$(ROOTSRCDIR) %
-	$(INS.file)
-
-#
--- a/messages/sfw/postgres/8.3/Solaris/man/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANTOP		= ../../..
-
-include	$(MANTOP)/Makefile.man.master
-
-SUBDIRS		= ja
-
-all:=		TARGET= all
-install:=	TARGET= install
-clean:=		TARGET= clean
-clobber:=	TARGET= clobber
-lint:=		TARGET= lint
-
-.KEEP_STATE:
-
-all:	$(SUBDIRS)
-install:	$(SUBDIRS)
-clean:	$(SUBDIRS)
-clobber:	clean
-lint:		$(SUBDIRS)
-
-$(SUBDIRS): FRC
-	-@cd $@; pwd; $(MAKE) $(TARGET)
-
-FRC:
--- a/messages/sfw/postgres/8.3/Solaris/man/Makefile.man	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANDIR		= $(FILEROOT)/usr/share/man
-MANDIRS		= man5
-
-RPATH_LIBTMAC.euc	= ../../lib/tmac
-RPATH_LIBTMAC.pck	= $(RPATH_LIBTMAC.euc)
-RPATH_LIBTMAC.utf8	= $(RPATH_LIBTMAC.euc)
-
-## list of manpages
-##
-
-MANPAGES5	= \
-	postgres_83.5
-
-#
--- a/messages/sfw/postgres/8.3/Solaris/man/ja/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANTOP		= ../../../..
-
-include ../Makefile.man
-include $(MANTOP)/Makefile.man.master
-
-all install clean clobber lint:	$(MANDIRS)
-
-all.euc install.euc clean.euc:	$(MANDIRS)
-all.pck install.pck clean.pck:	$(MANDIRS)
-
-$(MANDIRS): FRC
-	-@cd $@; pwd; $(MAKE) $(TARGET)
-
-FRC:
--- a/messages/sfw/postgres/8.3/Solaris/man/ja/man5/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANTOP		= ../../../../..
-SECTION		= 5
-
-default:	all
-
-include ../../Makefile.man
-include $(MANTOP)/Makefile.man.master
-DEFTARG_CLEAN	= clean.pck clean.utf8
-
-all:            $(DEFTARG_ALL)
-install:        $(DEFTARG_INSTALL)
-clean:          $(DEFTARG_CLEAN)
-
--- a/messages/sfw/postgres/8.3/Solaris/man/ja/man5/postgres_83.5	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,570 +0,0 @@
-'\" t
-.\"
-.\" CDDL HEADER START
-.\"
-.\" The contents of this file are subject to the terms of the
-.\" Common Development and Distribution License (the "License").
-.\" You may not use this file except in compliance with the License.
-.\"
-.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-.\" or http://www.opensolaris.org/os/licensing.
-.\" See the License for the specific language governing permissions
-.\" and limitations under the License.
-.\"
-.\" When distributing Covered Code, include this CDDL HEADER in each
-.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-.\" If applicable, add the following below this CDDL HEADER, with the
-.\" fields enclosed by brackets "[]" replaced with your own identifying
-.\" information: Portions Copyright [yyyy] [name of copyright owner]
-.\"
-.\" CDDL HEADER END
-.\"
-.\" Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
-.\" Use is subject to license terms.
-.\"
-.\" ident	"@(#)postgres_83.5	1.2	08/06/10 SMI"
-.\"
-.TH "postgres_83" "5" "2008-03-12" "" "ɸ�ࡢ�Ķ����ޥ���"
-.SH ̾��
-PostgreSQL 8.3 \- Solaris ���� PostgreSQL RDBMS version 8.3
-.SH ��ǽ����
-PostgreSQL �ϡ����Ϥʥ����ץ󥽡����Υ�졼����ʥ�ǡ����١��������ƥ�Ǥ���
-PostgreSQL �ϴ����� ACID �˽�򤷤Ƥ��ꡢ������������硢�ӥ塼���ȥꥬ����
-����ӥ��ȥ��ɥץ��������㡼 (ʣ������) �����˥��ݡ��Ȥ��Ƥ��ޤ�������ˤϡ�INTEGER��
-NUMERIC��BOOLEAN��CHAR��VARCHAR��DATE��INTERVAL������� TIMESTAMP �ʤɡ�
-�ۤȤ�ɤ� SQL92 �� SQL99 �Υǡ��������ޤޤ�Ƥ��ޤ����ޤ����������������ӥǥ��ʤɤ�
-�Х��ʥ�顼�����֥������Ȥγ�Ǽ�⥵�ݡ��Ȥ��Ƥ��ޤ����ץ�����ߥ󥰥��󥿥ե������Ȥ��ơ�
-C/C++��Perl��Python��Tcl������� ODBC �˥ͥ��ƥ��֤��б����Ƥ��ޤ���
-
-
-���󥿡��ץ饤�����饹�Υǡ����١����Ǥ��� PostgreSQL �ϡ��ޥ���С�������¹Խ������� 
-(MVCC: Multi-Version Concurrency Control)���ݥ���ȥ��󥿥���ꥫ�Х� 
-(point in time recovery)���ơ��֥륹�ڡ��� (tablespace)����Ʊ�����
-�ꥱ������� (asynchronous replication)������ҥȥ�󥶥������ (�����֥ݥ����) 
-(nested transaction (savepoint))������饤��/�ۥåȥХå����å� (online/hot backup)��
-�ƥ����ȸ��� (text search)��XML ���ݡ��� (XML support)��
-�������줿�����꡼�ץ���/���ץƥ��ޥ��� (query planner/optimizer)���Ѿ㳲���Τ����
-��Խ񤭹��ߥ����� (write ahead logging for fault tolerance) �ʤɤΡ��������줿��ǽ��
-�ؤäƤ��ޤ������ʸ�����åȡ�ʣ���Х���ʸ���Υ��󥳡��ǥ��󥰡�Unicode �򥵥ݡ���
-���Ƥ��ꡢ�����ȡ���ʸ����ʸ���ζ��̡�����ӥե����ޥåȤˤ����ƥ��������ǧ�����ޤ���
-
-Solaris ���� PostgreSQL version 8.3 �����Υǥ����ȥ�ӥ塼����󥽥եȥ�����
-���롼�� (SUNWCall) �ΰ����Ȥ������ۤ���Ƥ��ꡢ���� 10 �ĤΥѥå������˴ޤޤ�Ƥ��ޤ���
-.TS
-box;
-cbp-1 | cbp-1
-l | l .
-�ѥå�����	����
-=
-SUNWpostgr-83-client	���饤����ȥġ���
-=
-SUNWpostgr-83-contrib	���ߥ�˥ƥ��������󶡤��줿�ġ���
-=
-SUNWpostgr-83-devel	��ȯ�ѥġ��롢�إå����ե����뤪��ӥ饤�֥��
-=
-SUNWpostgr-83-docs	�ɥ�����Ȥ���ӥޥ˥奢��ڡ���
-=
-SUNWpostgr-83-libs	���饤����Ȥ���ӥ����С��饤�֥��
-=
-SUNWpostgr-83-pl	�ɲäμ�³��������
-=
-SUNWpostgr-83-server	�ǡ����١��������С�
-=
-SUNWpostgr-83-server-data-root	�ǡ����١��������С��Υǡ����ǥ��쥯�ȥ�
-=
-SUNWpostgr-jdbc	JDBC �ɥ饤��
-=
-SUNWpostgr-83-tcl	Tcl ���饤�֥��
-=
-SUNWpostgr-upgrade	�С������ 8.1 ����Υ��åץ��졼���ѥġ���
-.TE
-.PP
-SUNWpostgr-83-pl ���󶡤�����ɲäμ�³��������Τ�����32 �ӥå�
-�����С������Ѳ�ǽ�ʤ�Τ� plperl�� pltcl �� plpython �Ǥ���
-Ʊ�ͤ� 64 �ӥåȥ����С������Ѳ�ǽ�ʤ�Τ� pltcl �� plpython �Ǥ���
-plperl ����� 64 �ӥåȥ����С��ǤϤޤ����ѤǤ��ޤ���
-SUNWpostgr-83-server ���󶡤���� plpgsql ��³��������� 32 �ӥå�
-�� 64 �ӥåȤɤ���Υ����С��Ǥ����Ѳ�ǽ�Ǥ���
-.PP
-PostgreSQL 8.2 �Ǥξ��ȰۤʤꡢJDBC �ɥ饤�Хѥå�������
-�С������˰�¸���ʤ��ʤ�ޤ�����
-.PP
-�����ƥ�˥��󥹥ȡ��뤵��Ƥ��� PostgreSQL �ΰ����ΥС������ 
-(�Ĥޤ� PostgreSQL 8.1 �ޤ��� 8.2) �ΤɤΥѥå������⡢8.3 �Υѥå�������
-��ä��֤��������뤳�ȤϤ���ޤ��󡣸Ť� PostgreSQL �ǡ����١�����
-������ PostgreSQL 8.3 �Υǡ����١�����Ʊ���˲�Ư�Ǥ��뤿�ᡢ
-�ײ�Ū�ʥ��åץ��졼�ɤ�ܹԤ���ǽ�Ǥ����ܺ٤ϡ���Ф�
-�֥��åץ��졼�ɡפ���򻲾Ȥ��Ƥ���������
-.SH �ե�����ȥǥ��쥯�ȥ�
-Solaris ���� PostgreSQL 8.3 ���եȥ������ϡ�/usr/postgres/8.3 ��
-�����Ĥ��Υ��֥ǥ��쥯�ȥ�˥��󥹥ȡ��뤵��ޤ��������򼡤˼����ޤ���
-.TS
-box;
-cbp-1 | cbp-1
-l | l .
-�ǥ��쥯�ȥ�	����
-=
-/usr/postgres/8.3/bin	���饤����Ȥ���ӥ����С��Υ��ޥ�ɤ���ӥ桼�ƥ���ƥ���
-=
-/usr/postgres/8.3/doc	HTML �ɥ������
-=
-/usr/postgres/8.3/etc	����ץ빽���ե�����
-=
-/usr/postgres/8.3/include	��ȯ�ѥإå����ե�����
-=
-/usr/postgres/jdbc	JDBC �ɥ饤��
-=
-/usr/postgres/8.3/lib	��ͭ�饤�֥��
-=
-/usr/postgres/8.3/man	�ޥ˥奢��ڡ���
-=
-/usr/postgres/8.3/share	��ͭ�ǡ���: �������롢�����ॾ���󤪤�� SQL �ե�����
-.TE
-.PP
-JDBC �ɥ饤�Ф��㳰�ǡ��С������˰�¸���ʤ��ǥ��쥯�ȥ��
-�֤���ޤ���
-.PP
-���˼����ǥ��쥯�ȥ�� SUNWpostgr-83-server-data-root 
-�ѥå������ˤ�äƺ�������ޤ���
-.TS
-box;
-cbp-1 | cbp-1
-l | l .
-�ǥ��쥯�ȥ�	����
-=
-/var/postgres/8.3/data	�ǥե���ȤΥǡ����١����ǡ����ǥ��쥯�ȥ�
-=
-/var/postgres/8.3/backup	�ǥե���ȤΥǡ����١����Хå����åץǥ��쥯�ȥ�
-.TE
-.PP
-SUNWpostgr-83-server-data-root �ѥå������ˤ�äơ���ư�����ӥ�������
-�ٱ礹�뼡�� SMF ����� RBAC �ե�����⥤�󥹥ȡ��뤵��ޤ�����ư�����ӥ�
-�����ˤĤ��Ƥϡ�smf(5)��rbac(5)������Ӹ�ФΡ�SMF�פ���򻲾Ȥ��Ƥ���������
-.RS
-.PP
-.br
-/var/svc/manifest/application/database/postgresql_83.xml
-.br
-/lib/svc/method/postgres/8.3/exec_method
-.br
-/etc/user_attr
-.br
-/etc/security/auth_attr
-.br
-/etc/security/prof_attr
-.br
-/etc/security/exec_attr
-.RE
-.PP
-�������ѥå����� SUNWpostgr-83S��SUNWpostgr-83-jdbcS��
-����� SUNWpostgr-83-tclS �ȴ�Ϣ�դ����Ƥ���ե�����ϡ�
-���Υǥ��쥯�ȥ�˥��󥹥ȡ��뤵��ޤ���
-.RS
-.PP
-.br
-/usr/share/src/postgres/8.3
-.br
-/usr/share/src/postgres/postgresql-jdbc-8.3-603.src
-.br
-/usr/share/src/postgres/pgtcl1.5
-.RE
-.SH ��¸�ѥå�����
-�����ǥꥹ�Ȥ���Ƥ��� 10 �Ĥ� PostgreSQL 8.3 ���եȥ������ѥå������ϡ�
-���� Solaris �ѥå������˲ä��������Ĥ��� Solaris �ѥå������˰�¸���Ƥ��ޤ���
-������ɬ�ܥѥå����������Υǥ����ȥ�ӥ塼����󥽥եȥ��������롼��
-(SUNWCall) �ΰ����Ȥ��ƥ��󥹥ȡ��뤵��뤿�ᡢ���Ǥ˥����ƥ��¸�ߤ���
-����Ϥ��Ǥ��������򼡤˼����ޤ���
-.TS
-box;
-cbp-1 | cbp-1
-l | l .
-�ѥå�����	����
-=
-SUNWPython	Python ���󥿥ץ꥿���饤�֥�ꡢ����ӥ桼�ƥ���ƥ���
-=
-SUNWTcl	Tcl - �ġ��륳�ޥ�ɸ���
-=
-SUNWTk	Tk - TCL GUI �ġ��륭�å�
-=
-SUNWj5rt	Java �ץ�åȥե����ಾ�ۥޥ��󤪤�ӥ������饹�饤�֥��
-=
-SUNWlibC	Sun Workshop ����ѥ���Х�ɥ� libC
-=
-SUNWlibms	���ؤ���ӥޥ������������饤�֥�� (usr)
-=
-SUNWlibmsr	���ؤ���ӥޥ������������饤�֥�� (root)
-=
-SUNWlxml	XML �饤�֥��
-=
-SUNWlxsl	XSLT �饤�֥��
-=
-SUNWopenssl-libraries	OpenSSL �饤�֥�� (usr)
-=
-SUNWgss	GSSAPI V2
-=
-SUNWzlib	Zip ���̥饤�֥��
-=
-SUNWperl584core	Perl 5.8.4 (����)
-.TE
-.SH �Ķ�
-Solaris ���� PostgreSQL 8.1 �ѥå������Υե�����ϡ�/usr/bin��/usr/lib��
-/usr/man �ʤɤΥǥե���ȥѥ��˥��󥹥ȡ��뤵��ޤ������Τ��ᡢ�ǥե����
-�Ǥ� PostgreSQL version 8.1 ��Ȥ����Ȥˤʤ�ޤ���
-
-PostgreSQL version 8.3 �� 8.1 ���ͥ�褷�ƻȤ��ˤϡ�PATH �� MANPATH 
-�Ķ��ѿ���
-.B �ǽ��
-8.3 �ǥ��쥯�ȥ���ɲä���ɬ�פ�����ޤ���
-
-sh ����� ksh:
-.RS
-.PP
-.br
-example% PATH=/usr/postgres/8.3/bin:$PATH
-.br
-example% MANPATH=/usr/postgres/8.3/man:$MANPATH
-.br
-
-example% export PATH MANPATH
-.RE
-.PP
-csh:
-.RS
-.PP
-.br
-example% setenv PATH /usr/postgres/8.3/bin:$PATH
-.br
-example% setenv MANPATH /usr/postgres/8.3/man:$MANPATH
-.br
-.RE
-.PP
-64 �ӥåȥ����С������Τ���ˤϡ�64 �ӥå� bin �ǥ��쥯�ȥ�
-/usr/postgres/8.3/bin/64 �� PATH ����Ƭ���ɲä���ɬ�פ�����ޤ���
-.PP
-PostgreSQL 8.3 ���ޥ�ɼ¹ԤΤ���ˤϡ�8.3 lib �ǥ��쥯�ȥ�� LD_LIBRARY_PATH �Ķ��ѿ���
-�ɲä���ɬ�פϤ���ޤ���
-.PP
-libpq ���饤����ȥ饤�֥�����Ѥ��ƥ��饤����ȥ��ץꥱ��������ȯ
-������ϡ�8.3 lib �ǥ��쥯�ȥ� (64 �ӥåȥ��ץꥱ��������ȯ������
-�� lib/64 �ǥ��쥯�ȥ�) �򥳥�ѥ��饪�ץ����ǻ��ꤹ��ɬ�פ�����ޤ���
-������򼨤��ޤ���
-
-.nf
-example% cc myprog.c -L/usr/postgres/8.3/lib \\
-.RS
--R/usr/postgres/8.3/lib -lpq -o myprog
-.RE
-.br
-
-64 �ӥåȥ��饤����ȥ��ץꥱ��������ȯ�������:
-
-.br
-example% cc myprog.c -L/usr/postgres/8.3/lib/64 \\
-.RS
--R/usr/postgres/8.3/lib/64 -lpq -o myprog
-.fi
-.RE
-.PP
-libpqxx ���饤����ȥ饤�֥�����Ѥ��� C++ ���ץꥱ��������
-��ȯ�������Ʊ�ͤǤ���
-
-�ۤȤ�ɤ� PostgreSQL �����С����ޥ�ɤǤϡ��ǡ����١����Υǡ����ǥ��쥯�ȥ��
-������ꤹ�� -D ���������Ǥ��ޤ���PGDATA �Ķ��ѿ������ꤹ��Хǥե�����ͤ�
-��񤭤��뤳�Ȥ��Ǥ������٤ƤΥ����С����ޥ�ɤ� -D �������ά�Ǥ��ޤ������Ȥ��С�
-���٤ƤΥ����С����ޥ�ɤǥǥե���Ȥ� 8.3 �ǡ����ǥ��쥯�ȥ꤬���Ѥ����褦��
-����ˤϡ����Τ褦�ˤ��ޤ���
-
-sh ����� ksh:
-.RS
-.PP
-.br
-example% PGDATA=/var/postgres/8.3/data
-.br
-
-example% export PGDATA
-.RE
-.PP
-csh:
-.RS
-.PP
-.br
-example% setenv PGDATA /var/postgres/8.3/data
-.RE
-.PP
-.SH �ǡ����١��������С��Υ桼����̾
-.PP
-PostgreSQL �����С��ϡ����ڥ졼�ƥ��󥰥����ƥ�� root �桼���� ID �Ǥ�
-��Ư���ޤ��󡣤��Τ��ᡢ�ǡ����١��������С��ϡ�postgres�פȤ������Ѥ�
-�桼���� ID �Dz�Ư���뤳�Ȥ򤪴��ᤷ�ޤ���
-
-Solaris 10 6/07 (�ޤ��Ϥ���ʹ�) ���Ư���Ƥ����硢�����ƥ�� /etc/passwd 
-����� /etc/group �ե�����ˤϤ��Ǥˡ����ڥ졼�ƥ��󥰥����ƥ�Ρ�postgres��
-�桼���� ID ����ӥ��롼�פ��ޤޤ�Ƥ���Ϥ��Ǥ��������ϡ�ͽ�󤵤�Ƥ��� 
-UID ����� GID ���ͤǤ��� 90 ����Ѥ��Ƥ��ޤ���
-
-�����ƥ�ˤޤ���postgres�פΥ��ڥ졼�ƥ��󥰥����ƥ�桼���� ID �����
-���롼�פ��ޤޤ�Ƥ��ʤ����ϡ����Τ褦�ˤ��ƺ�������褦�ˤ��Ƥ�������
-(root �桼���� ID �ǥ������󤷤Ƥ���ɬ�פ�����ޤ����ٹ��å�������
-̵�뤷�Ƥ��ޤ��ޤ���)��
-.PP
-.br
-root# groupadd -g 90 postgres
-.br
-UX: groupadd: WARNING: gid 90 is reserved.
-.PP
-root# useradd -c "PostgreSQL Reserved UID" -d / -g 90 \\
-.RS
--u 90 -s /usr/bin/pfksh postgres
-.RE
-.br
-UX: useradd: WARNING: uid 90 is reserved.
-.PP
-root# passwd -N postgres
-.br
-passwd: password information changed for postgres
-.PP
-����ˤ�äơ�Solaris 10 6/07 (�ޤ��Ϥ���ʹ�) ��¸�ߤ����Τ�
-�ޤä���Ʊ�ͤΡ�postgres�ץ桼���� ID ����������ޤ��������� ID �ϡ��ºݤˤ�
-��������̵���ʡ����פǤ����Ĥޤꡢ���Υ桼���� ID ��ľ�ܥ������󤹤�
-���ȤϤǤ��ޤ��󡣡�postgres�ץ桼���� ID �Υ����ǥ�ƥ��ƥ��������������ˤ�
-�����¤���ĥ桼�����Ȥ��ơ�su�פ�¹Ԥ��ޤ���
-
-���Υ桼���� ID ��ľ�ܥ�������Ǥ���褦�ˤ���ˤϡ����Υ��ޥ�ɤ�¹Ԥ���
-�ѥ���ɤ�ͭ���ˤ���ɬ�פ�����ޤ� (root �桼���� ID �ǥ������󤷤Ƥ���
-ɬ�פ�����ޤ�)��
-.PP
-.br
-root# passwd -d postgres
-.br
-passwd: password information changed for postgres
-.PP
-�ޤ����������䤫��桼�������ѹ�����ɬ�פ⤢��ޤ������Τ���ˤϡ�
-���Τ褦�� /etc/user_attr �ե�������Խ����ơ�postgres�ץ���ȥ��
-�ѹ����ޤ���
-
-�ѹ���:
-
-postgres::::type=role;profiles=Postgres Administration,All
-
-�ѹ���:
-
-postgres::::type=user;profiles=Postgres Administration,All
-
-���ˡ�postgres�ץ桼���� ID ��ľ�ܥ������󤹤�Ȥ��ˡ��������ѥ���ɤ�
-���Ϥ��׵ᤵ��ޤ���
-.SH �ǡ����١����κ���
-�Ϥ���ˡ��ǡ����١����ե�������ݻ�����ǡ����١����Υǡ����ǥ��쥯�ȥ��
-���� (�����ɬ�פ˱����ƺ���) ����ɬ�פ�����ޤ���PostgreSQL 8.3 �Υǥե���Ȥ�
-�ǡ����ǥ��쥯�ȥ�� /var/postgres/8.3/data �Ǥ��ꡢSUNWpostgr-server-data-root
-�ѥå������ˤ�äƺ�������ޤ����ǡ����١����Υǡ����ǥ��쥯�ȥ�ϡ�postgres��
-�桼���� ID �ˤ�äƽ�ͭ�����ɬ�פ����ꡢ0700 ������������ɬ�פǤ���
-
-�ǡ����١����Υǡ����ǥ��쥯�ȥ꤬�ޤ���postgres�ץ桼�����ˤ�äƽ�ͭ�����
-���ʤ���硢���ν�ͭ���ȥ������������ѹ����Ƥ���������������򼨤��ޤ���
-
-.br
-root# chown postgres:postgres /var/postgres/8.3/data
-.br
-root# chmod 700 /var/postgres/8.3/data
-
-��������ޤ��ϡ�su�פ�¹Ԥ��ơ��ǡ����١��������С��Υ桼���� ID��postgres�פ�
-�ʤ�ޤ� (���ФΡ֥ǡ����١��������С��Υ桼����̾�פ���򻲾�)��
-���Υ��ޥ�ɤ�¹Ԥ��ơ��ǡ����١����ե�������������ޤ���
-
-example% initdb -D <data directory>
-
-������򼨤��ޤ���
-
-example% initdb -D /var/postgres/8.3/data
-
-PGDATA �Ķ��ѿ������ꤷ�Ƥ����硢-D �����Ͼ�ά�Ǥ��ޤ���
-���ФΡִĶ��פ���򻲾Ȥ��Ƥ���������
-.SH �ǡ����١������󥹥��󥹤ε�ư
-��������ޤ��ϡ�su�פ�¹Ԥ��ơ��ǡ����١��������С��Υ桼���� ID��postgres�פ�
-�ʤ�ޤ� (���ФΡ֥ǡ����١��������С��Υ桼����̾�פ���򻲾�)��
-
-�̤Υǡ����١������󥹥��󥹤����Ǥ˲�Ư���Ƥ��ơ��ǥե���ȤΥݡ��� 
-5432 ���Ե���ξ��ϡ��⤦ 1 �ĤΥ��󥹥��󥹤�ư�������� $PGDATA/postgresql.conf 
-�ե�������Խ������Ե��ݡ��Ȥ��ѹ�����ɬ�פ�����ޤ�������򤷤ʤ��ȡ����Υ��顼��
-ɽ��������ɲäΥ��󥹥��󥹤ε�ư�˼��Ԥ��ޤ���
-
-.br
-LOG:  could not bind IPv4 socket: Address already in use
-.br
-HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
-.br
-WARNING:  could not create listen socket for "localhost"
-.br
-FATAL:  could not create any TCP/IP sockets
-.PP
-���Υ��ޥ�ɤ�¹Ԥ��ơ��ǡ����١��������С��ΥХå����饦��ɥץ�������ư���ޤ���
-
-example% pg_ctl -D <data directory> start
-
-������򼨤��ޤ���
-
-example% pg_ctl -D /var/postgres/8.3/data start
-
-PGDATA �Ķ��ѿ������ꤷ�Ƥ����硢-D �����Ͼ�ά�Ǥ��ޤ���
-���ФΡִĶ��פ���򻲾Ȥ��Ƥ���������
-.SH ��ư�����ӥ����� (SMF)
-Solaris ���� PostgreSQL 8.3 �ˤϡ�smf(5) �˵��ܤ���Ƥ��륵���ӥ�����
-��ǽ����Ͽ���뤿���ɬ�פʥե����뤬�ޤޤ�Ƥ��ޤ���SUNWpostgr-83-server-data-root 
-�ѥå������򥤥󥹥ȡ��뤹��ȡ�2 �Ĥ� postgres 8.3 �����ӥ����󥹥��󥹤���Ͽ����ޤ���
-�����ϡ��ǥե���Ȥ�̵���ˤʤäƤ��ޤ���Solaris ���� PostgreSQL 8.3 �Ȱ���
-ȯ�Ԥ���� RBAC �ե�����Ǥϡ������ 2 �ĤΥ����ӥ����󥹥��󥹤��������Τ�ɬ�פ�
-��postgres�ץ桼���� ID ɬ���ø����󶡤��Ƥ��ޤ������Ȥ��С������ӥ����󥹥��󥹤�
-����ɽ������ˤϼ��Τ褦�ˤ��ޤ���
-
-.br
-example% svcs postgresql_83
-.br
-STATE    STIME  FMRI
-.br
-disabled Feb_07 svc:/application/database/postgresql_83:default_32bit
-.br
-disabled Feb_07 svc:/application/database/postgresql_83:default_64bit
-.PP
-������ǽ�ʥץ��ѥƥ��������ɽ�����ơ���default_32bit�פȤ���̾���Υ��󥹥��󥹤���
-�ǥե���ȥǥ��쥯�ȥ� /var/postgres/8.3/data �ˤ��� PostgreSQL 8.3 �ǡ����١���
-���饹�����������褦�˹�������Ƥ��뤳�Ȥ��ǧ����ˤϡ����Τ褦�ˤ��ޤ���
-
-.br
-example% svcprop -p postgresql_83 default_32bit
-.br
-postgresql_83/bin astring /usr/postgres/8.3/bin
-.br
-postgresql_83/data astring /var/postgres/8.3/data
-.br
-postgresql_83/log astring server.log
-.br
-postgresql_83/value_authorization astring solaris.smf.value.postgres
-.PP
-������ǽ�ʥץ��ѥƥ��������ɽ�����ơ���version_81�פȤ���̾���Υ��󥹥��󥹤���
-�ǥե���ȥǥ��쥯�ȥ� /var/lib/pgsql/data �ˤ��� PostgreSQL 8.1 �ǡ����١���
-���饹�����������褦�˹�������Ƥ��뤳�Ȥ��ǧ����ˤϡ����Τ褦�ˤ��ޤ���
-Solaris ���� PostgreSQL �С������ 8.2 �ΰ����Ǥ��� SUNWpostgr-82-server-data-root
-�ѥå������Ǥϡ�PostgreSQL �С������ 8.1 �� 8.2 ��������뤿��ˤ���Ȼ���
-�����ӥ� "postgresql" ���Ȥ��Ƥ��ޤ����ܺ٤� postgres_82(5) �򻲾Ȥ��Ƥ���������
-.PP
-default_32bit �����ӥ����󥹥��󥹤�ͭ���ˤ��ơ��ǥե���ȥǥ��쥯�ȥ�
-/var/postgres/8.3/data �ˤ���ǡ����١������饹������ưŪ�˵�ư�����
-��ߤ���褦�ˤ�����ˤϡ����Υ��ޥ�ɤ�¹Ԥ��ޤ���
-
-example% svcadm enable postgresql_83:default_32bit
-
-���Υ����ӥ����󥹥��󥹤ξ��֤ϡ�online�פˤʤꡢ�ǡ����١��������С���
-�Хå����饦��ɥץ���������ư����Ϥ��Ǥ���
-
-.br
-example% svcs -a | grep postgresql_83
-.br
-online   21:28:26 svc:/application/database/postgresql_83:default_32bit
-.br
-disabled Feb_07   svc:/application/database/postgresql_83:default_64bit
-
-.br
-example% ps -fu postgres
-.br
-     UID   PID  PPID   C    STIME TTY         TIME CMD
-.br
-postgres  2268  2265   0 21:28:26 ?           0:00 /usr/postgres/8.3/bin/postgres -D /var/postgres/8.3/data
-.br
-postgres  2267  2265   0 21:28:26 ?           0:00 /usr/postgres/8.3/bin/postgres -D /var/postgres/8.3/data
-.br
-postgres  2265     1   0 21:28:26 ?           0:00 /usr/postgres/8.3/bin/postgres -D /var/postgres/8.3/data
-.fi
-.PP
-�ǡ����١������饹���ե������ǥե���Ȥ� /var/postgres/8.3/data �ʳ���
-�ǥ��쥯�ȥ�˺������뤳�Ȥ����򤷤����ϡ�default_32bit ���󥹥��󥹤˴�Ϣ�դ�
-���Ƥ���ץ��ѥƥ���������Υǡ����ǥ��쥯�ȥ�򻲾Ȥ���褦���ѹ��Ǥ��ޤ���
-
-.br
-example% svccfg -s postgresql_83:default_32bit setprop \\
-.RS
-postgresql_83/data="/pgdata"
-.RE
-.br
-example% svcadm refresh postgresql_83:default_32bit
-.br
-example% svcprop -p postgresql_83 default_32bit | grep data
-.br
-postgresql_83/data astring /pgdata
-
-�嵭����ǥǡ����١������󥹥��󥹤�ͭ���ˤ���ˤϡ�/pgdata ��
-�桼������postgres�פ˽�ͭ���졢��ͭ�԰ʳ��Ͻ񤭹��ߤ�����ʤ�
-���֤ˤʤäƤ���ɬ�פ�����ޤ���
-
-�ݼ�����Τ�������Ū����߻��֤ΤȤ��ʤɤˡ��ǡ����١������󥹥��󥹤�
-��ߤ��Ƽ�ưŪ�˺Ƶ�ư���ʤ��褦�ˤ���ˤϡ����Υ��ޥ�ɤ�¹Ԥ��� SMF 
-�����ӥ���̵���ˤ��ޤ���
-
-XXX�����ޤ�XXX
-example% svcadm disable postgresql_83:default_32bit
-
-.SH �����ΥС�����󤫤�Υ��åץ��졼��
-PostgreSQL 8.3 ������Τ����줫�Υ�꡼������ǡ�����ܹԤ����硢
-pg_dump(1) ����Ѥ�������פ����������ɬ�פǤ���
-
-���Ȥ��С����� PostgreSQL 8.1 ���եȥ���������Ѥ��ƥǡ����١������Ư���Ƥ��ơ�
-���Υǡ����١����� PostgreSQL 8.3 ����Ѥ���褦�˥��åץ��졼�ɤ�����ϡ�
-���μ���¹Ԥ���褦�ˤ��Ƥ���������
-
-.RS
-.br
-1. �ǡ����١����˥����������Ƥ��륢�ץꥱ�������򤹤٤���ߤ��ޤ�
-
-�㤨�С�pg_hba.conf ���Խ����뤳�Ȥ�¾�Υ桼�������ǡ����١�����
-���������Ǥ��ʤ��褦�ˤ��뤳�Ȥ��Ǥ��ޤ���
-
-.br
-2. (8.1 ���եȥ�������) pd_dump(1) �ޤ��� pg_dumpall(1) ���ޥ�ɤ���Ѥ��ơ�
-�ǡ����١����Υե����פ�������ޤ�
-
-pg_dumpall >
-.I backupfile
-
-.br
-3. pg_ctl(1) stop �ޤ��� svcadm(1M) disable ����Ѥ��ơ��ǡ����١�������ߤ��ޤ�
-
-.br
-4. ������ PostgreSQL 8.3 �ǡ����١�����������ޤ������ФΡ֥ǡ����١����κ����פ����
-���Ȥ��Ƥ���������
-
-.br
-5. ������ 8.3 �ǡ����١����� postgresql.conf �ե�������Խ��������Υǡ����١�����
-�Ť� 8.1 �ǡ����١�����Ʊ���ݡ��Ȥ��Ե�����褦�ˤ��ޤ�
-
-.br
-6. ������ 8.3 �ǡ����١�����ư���ޤ�
-
-.br
-7. (8.3 ���եȥ�������) pg_restore(1) ���ޥ�ɤ���Ѥ��ơ��ǡ����򿷤��� 8.3
-�ǡ����١����˥����ɤ��ޤ�
-
-pg_restore
-.I backupfile
-
-.br
-8. ��� 1 ���Խ����� pg_hba.conf �򸵤��ᤷ�����饤����ȥ��ץꥱ�������
-�ǡ����١����򥢥������Ǥ���褦�ˤ��ޤ���
-
-.br
-9. ��� 1 ����ߤ������٤ƤΥ��ץꥱ��������Ƶ�ư���ޤ�
-.RE
-PostgreSQL 8.1 �ǡ����١����򥢥åץ��졼�ɤ��� PostgreSQL 8.2 ��
-�Ȥ��ˤϡ�pg_upgrade.sh(1) �ġ������Ѥ��뤳�Ȥ����ޤ���
-
-PostgreSQL 8.3 �ؤΥ��åץ��졼�ɤ˴ؤ���ܺ٤ϡ�
-http://www.postgresql.org/docs/8.3/interactive/install-upgrading.html
-�򻲾Ȥ��Ƥ���������
-
-.SH ��Ϣ����
-.PP
-smf(5), rbac(5), initdb(1), pg_ctl(1), svcs(1), svcprop(1), svccfg(1),
-svcadm(1), postgres(1), postmaster(1),  pg_dump(1), pg_restore(1),
-pg_upgrade.sh(1), postgres_82(5)
-
-.SH ����
-.PP
-http://www.postgresql.org/
--- a/messages/sfw/postgres/8.3/html/Filelist	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,931 +0,0 @@
-LEGALNOTICE.html
-acronyms.html
-admin.html
-adminpack.html
-anoncvs.html
-app-clusterdb.html
-app-createdb.html
-app-createlang.html
-app-createuser.html
-app-dropdb.html
-app-droplang.html
-app-dropuser.html
-app-ecpg.html
-app-initdb.html
-app-ipcclean.html
-app-pg-ctl.html
-app-pg-dumpall.html
-app-pgconfig.html
-app-pgcontroldata.html
-app-pgdump.html
-app-pgresetxlog.html
-app-pgrestore.html
-app-postgres.html
-app-postmaster.html
-app-psql.html
-app-reindexdb.html
-app-vacuumdb.html
-appendixes.html
-applevel-consistency.html
-arrays.html
-auth-methods.html
-auth-pg-hba-conf.html
-backup-dump.html
-backup-file.html
-backup.html
-biblio.html
-bki-commands.html
-bki-example.html
-bki-format.html
-bki-structure.html
-bki.html
-bookindex.html
-btree-gist.html
-bug-reporting.html
-catalog-pg-aggregate.html
-catalog-pg-am.html
-catalog-pg-amop.html
-catalog-pg-amproc.html
-catalog-pg-attrdef.html
-catalog-pg-attribute.html
-catalog-pg-auth-members.html
-catalog-pg-authid.html
-catalog-pg-autovacuum.html
-catalog-pg-cast.html
-catalog-pg-class.html
-catalog-pg-constraint.html
-catalog-pg-conversion.html
-catalog-pg-database.html
-catalog-pg-depend.html
-catalog-pg-description.html
-catalog-pg-enum.html
-catalog-pg-index.html
-catalog-pg-inherits.html
-catalog-pg-language.html
-catalog-pg-largeobject.html
-catalog-pg-listener.html
-catalog-pg-namespace.html
-catalog-pg-opclass.html
-catalog-pg-operator.html
-catalog-pg-opfamily.html
-catalog-pg-pltemplate.html
-catalog-pg-proc.html
-catalog-pg-rewrite.html
-catalog-pg-shdepend.html
-catalog-pg-shdescription.html
-catalog-pg-statistic.html
-catalog-pg-tablespace.html
-catalog-pg-trigger.html
-catalog-pg-ts-config-map.html
-catalog-pg-ts-config.html
-catalog-pg-ts-dict.html
-catalog-pg-ts-parser.html
-catalog-pg-ts-template.html
-catalog-pg-type.html
-catalogs-overview.html
-catalogs.html
-charset.html
-chkpass.html
-client-authentication-problems.html
-client-authentication.html
-client-interfaces.html
-config-setting.html
-connect-estab.html
-continuous-archiving.html
-contrib-dblink-build-sql-delete.html
-contrib-dblink-build-sql-insert.html
-contrib-dblink-build-sql-update.html
-contrib-dblink-cancel-query.html
-contrib-dblink-close.html
-contrib-dblink-connect-u.html
-contrib-dblink-connect.html
-contrib-dblink-current-query.html
-contrib-dblink-disconnect.html
-contrib-dblink-error-message.html
-contrib-dblink-exec.html
-contrib-dblink-fetch.html
-contrib-dblink-get-connections.html
-contrib-dblink-get-pkey.html
-contrib-dblink-get-result.html
-contrib-dblink-is-busy.html
-contrib-dblink-open.html
-contrib-dblink-send-query.html
-contrib-dblink.html
-contrib-spi.html
-contrib.html
-creating-cluster.html
-cube.html
-cvs-tree.html
-cvs.html
-cvsup.html
-database-roles.html
-datatype-binary.html
-datatype-bit.html
-datatype-boolean.html
-datatype-character.html
-datatype-datetime.html
-datatype-enum.html
-datatype-geometric.html
-datatype-money.html
-datatype-net-types.html
-datatype-numeric.html
-datatype-oid.html
-datatype-pseudo.html
-datatype-textsearch.html
-datatype-uuid.html
-datatype-xml.html
-datatype.html
-datetime-appendix.html
-datetime-config-files.html
-datetime-input-rules.html
-datetime-keywords.html
-datetime-units-history.html
-dblink.html
-ddl-alter.html
-ddl-basics.html
-ddl-constraints.html
-ddl-default.html
-ddl-depend.html
-ddl-inherit.html
-ddl-others.html
-ddl-partitioning.html
-ddl-priv.html
-ddl-schemas.html
-ddl-system-columns.html
-ddl.html
-dict-int.html
-dict-xsyn.html
-disk-full.html
-disk-usage.html
-diskusage.html
-dml-delete.html
-dml-insert.html
-dml-update.html
-dml.html
-docguide-authoring.html
-docguide-build.html
-docguide-docbook.html
-docguide-style.html
-docguide-toolsets.html
-docguide.html
-dynamic-trace.html
-earthdistance.html
-ecpg-commands.html
-ecpg-concept.html
-ecpg-connect.html
-ecpg-descriptors.html
-ecpg-develop.html
-ecpg-disconnect.html
-ecpg-dynamic.html
-ecpg-errors.html
-ecpg-informix-compat.html
-ecpg-library.html
-ecpg-pgtypes.html
-ecpg-preproc.html
-ecpg-process.html
-ecpg-set-connection.html
-ecpg-variables.html
-ecpg.html
-encryption-options.html
-errcodes-appendix.html
-error-message-reporting.html
-error-style-guide.html
-executor.html
-explicit-joins.html
-explicit-locking.html
-extend-how.html
-extend-type-system.html
-extend.html
-external-extensions.html
-external-interfaces.html
-external-pl.html
-external-projects.html
-features-sql-standard.html
-features.html
-functions-admin.html
-functions-aggregate.html
-functions-array.html
-functions-binarystring.html
-functions-bitstring.html
-functions-comparison.html
-functions-comparisons.html
-functions-conditional.html
-functions-datetime.html
-functions-enum.html
-functions-formatting.html
-functions-geometry.html
-functions-info.html
-functions-logical.html
-functions-matching.html
-functions-math.html
-functions-net.html
-functions-sequence.html
-functions-srf.html
-functions-string.html
-functions-subquery.html
-functions-textsearch.html
-functions-xml.html
-functions.html
-fuzzystrmatch.html
-geqo-biblio.html
-geqo-intro.html
-geqo-intro2.html
-geqo-pg-intro.html
-geqo.html
-gin-examples.html
-gin-extensibility.html
-gin-implementation.html
-gin-intro.html
-gin-limit.html
-gin-tips.html
-gin.html
-gist-examples.html
-gist-extensibility.html
-gist-recovery.html
-gist.html
-gost-implementation.html
-high-availability.html
-history.html
-hstore.html
-index-catalog.html
-index-cost-estimation.html
-index-functions.html
-index-locking.html
-index-scanning.html
-index-unique-checks.html
-index.html
-indexam.html
-indexes-bitmap-scans.html
-indexes-examine.html
-indexes-expressional.html
-indexes-intro.html
-indexes-multicolumn.html
-indexes-opclass.html
-indexes-ordering.html
-indexes-partial.html
-indexes-types.html
-indexes-unique.html
-indexes.html
-information-schema.html
-infoschema-administrable-role-authorizations.html
-infoschema-applicable-roles.html
-infoschema-attributes.html
-infoschema-check-constraint-routine-usage.html
-infoschema-check-constraints.html
-infoschema-column-domain-usage.html
-infoschema-column-privileges.html
-infoschema-column-udt-usage.html
-infoschema-columns.html
-infoschema-constraint-column-usage.html
-infoschema-constraint-table-usage.html
-infoschema-data-type-privileges.html
-infoschema-datatypes.html
-infoschema-domain-constraints.html
-infoschema-domain-udt-usage.html
-infoschema-domains.html
-infoschema-element-types.html
-infoschema-enabled-roles.html
-infoschema-information-schema-catalog-name.html
-infoschema-key-column-usage.html
-infoschema-parameters.html
-infoschema-referential-constraints.html
-infoschema-role-column-grants.html
-infoschema-role-routine-grants.html
-infoschema-role-table-grants.html
-infoschema-role-usage-grants.html
-infoschema-routine-privileges.html
-infoschema-routines.html
-infoschema-schema.html
-infoschema-schemata.html
-infoschema-sequences.html
-infoschema-sql-features.html
-infoschema-sql-implementation-info.html
-infoschema-sql-languages.html
-infoschema-sql-packages.html
-infoschema-sql-parts.html
-infoschema-sql-sizing-profiles.html
-infoschema-sql-sizing.html
-infoschema-table-constraints.html
-infoschema-table-privileges.html
-infoschema-tables.html
-infoschema-triggers.html
-infoschema-usage-privileges.html
-infoschema-view-column-usage.html
-infoschema-view-routine-usage.html
-infoschema-view-table-usage.html
-infoschema-views.html
-install-getsource.html
-install-post.html
-install-procedure.html
-install-requirements.html
-install-short.html
-install-upgrading.html
-install-win32-full.html
-install-win32-libpq.html
-install-win32.html
-installation.html
-intagg.html
-intarray.html
-internals.html
-intro-intro.html
-intro-whatis.html
-isn.html
-kernel-resources.html
-largeobjects.html
-libpq-async.html
-libpq-build.html
-libpq-cancel.html
-libpq-connect.html
-libpq-control.html
-libpq-copy.html
-libpq-envars.html
-libpq-example.html
-libpq-exec.html
-libpq-fastpath.html
-libpq-ldap.html
-libpq-misc.html
-libpq-notice-processing.html
-libpq-notify.html
-libpq-pgpass.html
-libpq-pgservice.html
-libpq-ssl.html
-libpq-status.html
-libpq-threading.html
-libpq.html
-lo-examplesect.html
-lo-funcs.html
-lo-implementation.html
-lo-interfaces.html
-lo-intro.html
-lo.html
-locale.html
-locking-indexes.html
-logfile-maintenance.html
-ltree.html
-maintenance.html
-manage-ag-config.html
-manage-ag-createdb.html
-manage-ag-dropdb.html
-manage-ag-overview.html
-manage-ag-tablespaces.html
-manage-ag-templatedbs.html
-managing-databases.html
-migration.html
-monitoring-locks.html
-monitoring-ps.html
-monitoring-stats.html
-monitoring.html
-multibyte.html
-mvcc-intro.html
-mvcc.html
-nls-programmer.html
-nls-translator.html
-nls.html
-notation.html
-oid2name.html
-overview.html
-pageinspect.html
-parser-stage.html
-performance-tips.html
-perm-functions.html
-pgbench.html
-pgbuffercache.html
-pgcrypto.html
-pgfreespacemap.html
-pgrowlocks.html
-pgstandby.html
-pgstattuple.html
-pgtrgm.html
-planner-optimizer.html
-planner-stats-details.html
-planner-stats.html
-plhandler.html
-plperl-data.html
-plperl-database.html
-plperl-funcs.html
-plperl-global.html
-plperl-missing.html
-plperl-triggers.html
-plperl-trusted.html
-plperl.html
-plpgsql-control-structures.html
-plpgsql-cursors.html
-plpgsql-declarations.html
-plpgsql-development-tips.html
-plpgsql-errors-and-messages.html
-plpgsql-expressions.html
-plpgsql-implementation.html
-plpgsql-overview.html
-plpgsql-porting.html
-plpgsql-statements.html
-plpgsql-structure.html
-plpgsql-trigger.html
-plpgsql.html
-plpython-database.html
-plpython-funcs.html
-plpython-trigger.html
-plpython.html
-pltcl-data.html
-pltcl-dbaccess.html
-pltcl-functions.html
-pltcl-global.html
-pltcl-overview.html
-pltcl-procnames.html
-pltcl-trigger.html
-pltcl-unknown.html
-pltcl.html
-populate.html
-postgres-user.html
-preface.html
-preventing-server-spoofing.html
-privileges.html
-protocol-changes.html
-protocol-error-fields.html
-protocol-flow.html
-protocol-message-formats.html
-protocol-message-types.html
-protocol-overview.html
-protocol.html
-queries-limit.html
-queries-order.html
-queries-overview.html
-queries-select-lists.html
-queries-table-expressions.html
-queries-union.html
-queries-values.html
-queries.html
-query-path.html
-querytree.html
-reference-client.html
-reference-server.html
-reference.html
-regress-evaluation.html
-regress-run.html
-regress-variant.html
-regress.html
-release-0-01.html
-release-0-02.html
-release-0-03.html
-release-1-0.html
-release-1-01.html
-release-1-02.html
-release-1-09.html
-release-6-0.html
-release-6-1-1.html
-release-6-1.html
-release-6-2-1.html
-release-6-2.html
-release-6-3-1.html
-release-6-3-2.html
-release-6-3.html
-release-6-4-1.html
-release-6-4-2.html
-release-6-4.html
-release-6-5-1.html
-release-6-5-2.html
-release-6-5-3.html
-release-6-5.html
-release-7-0-1.html
-release-7-0-2.html
-release-7-0-3.html
-release-7-0.html
-release-7-1-1.html
-release-7-1-2.html
-release-7-1-3.html
-release-7-1.html
-release-7-2-1.html
-release-7-2-2.html
-release-7-2-3.html
-release-7-2-4.html
-release-7-2-5.html
-release-7-2-6.html
-release-7-2-7.html
-release-7-2-8.html
-release-7-2.html
-release-7-3-1.html
-release-7-3-10.html
-release-7-3-11.html
-release-7-3-12.html
-release-7-3-13.html
-release-7-3-14.html
-release-7-3-15.html
-release-7-3-16.html
-release-7-3-17.html
-release-7-3-18.html
-release-7-3-19.html
-release-7-3-2.html
-release-7-3-20.html
-release-7-3-21.html
-release-7-3-3.html
-release-7-3-4.html
-release-7-3-5.html
-release-7-3-6.html
-release-7-3-7.html
-release-7-3-8.html
-release-7-3-9.html
-release-7-3.html
-release-7-4-1.html
-release-7-4-10.html
-release-7-4-11.html
-release-7-4-12.html
-release-7-4-13.html
-release-7-4-14.html
-release-7-4-15.html
-release-7-4-16.html
-release-7-4-17.html
-release-7-4-18.html
-release-7-4-19.html
-release-7-4-2.html
-release-7-4-20.html
-release-7-4-21.html
-release-7-4-22.html
-release-7-4-23.html
-release-7-4-24.html
-release-7-4-3.html
-release-7-4-4.html
-release-7-4-5.html
-release-7-4-6.html
-release-7-4-7.html
-release-7-4-8.html
-release-7-4-9.html
-release-7-4.html
-release-8-0-1.html
-release-8-0-10.html
-release-8-0-11.html
-release-8-0-12.html
-release-8-0-13.html
-release-8-0-14.html
-release-8-0-15.html
-release-8-0-16.html
-release-8-0-17.html
-release-8-0-18.html
-release-8-0-19.html
-release-8-0-2.html
-release-8-0-20.html
-release-8-0-3.html
-release-8-0-4.html
-release-8-0-5.html
-release-8-0-6.html
-release-8-0-7.html
-release-8-0-8.html
-release-8-0-9.html
-release-8-0.html
-release-8-1-1.html
-release-8-1-10.html
-release-8-1-11.html
-release-8-1-12.html
-release-8-1-13.html
-release-8-1-14.html
-release-8-1-15.html
-release-8-1-16.html
-release-8-1-2.html
-release-8-1-3.html
-release-8-1-4.html
-release-8-1-5.html
-release-8-1-6.html
-release-8-1-7.html
-release-8-1-8.html
-release-8-1-9.html
-release-8-1.html
-release-8-2-1.html
-release-8-2-10.html
-release-8-2-11.html
-release-8-2-12.html
-release-8-2-2.html
-release-8-2-3.html
-release-8-2-4.html
-release-8-2-5.html
-release-8-2-6.html
-release-8-2-7.html
-release-8-2-8.html
-release-8-2-9.html
-release-8-2.html
-release-8-3-1.html
-release-8-3-2.html
-release-8-3-3.html
-release-8-3-4.html
-release-8-3-5.html
-release-8-3-6.html
-release-8-3.html
-release.html
-resources.html
-role-attributes.html
-role-membership.html
-routine-reindex.html
-routine-vacuuming.html
-row-estimation-examples.html
-rowtypes.html
-rsync.html
-rule-system.html
-rules-privileges.html
-rules-status.html
-rules-triggers.html
-rules-update.html
-rules-views.html
-rules.html
-runtime-config-autovacuum.html
-runtime-config-client.html
-runtime-config-compatible.html
-runtime-config-connection.html
-runtime-config-custom.html
-runtime-config-developer.html
-runtime-config-file-locations.html
-runtime-config-locks.html
-runtime-config-logging.html
-runtime-config-preset.html
-runtime-config-query.html
-runtime-config-resource.html
-runtime-config-short.html
-runtime-config-statistics.html
-runtime-config-wal.html
-runtime-config.html
-runtime.html
-seg.html
-server-programming.html
-server-shutdown.html
-server-start.html
-source-format.html
-source.html
-spi-examples.html
-spi-interface-support.html
-spi-interface.html
-spi-memory.html
-spi-realloc.html
-spi-spi-connect.html
-spi-spi-copytuple.html
-spi-spi-cursor-close.html
-spi-spi-cursor-fetch.html
-spi-spi-cursor-find.html
-spi-spi-cursor-move.html
-spi-spi-cursor-open.html
-spi-spi-exec.html
-spi-spi-execp.html
-spi-spi-execute-plan.html
-spi-spi-execute.html
-spi-spi-finish.html
-spi-spi-fname.html
-spi-spi-fnumber.html
-spi-spi-freeplan.html
-spi-spi-freetuple.html
-spi-spi-freetupletable.html
-spi-spi-getargcount.html
-spi-spi-getargtypeid.html
-spi-spi-getbinval.html
-spi-spi-getnspname.html
-spi-spi-getrelname.html
-spi-spi-gettype.html
-spi-spi-gettypeid.html
-spi-spi-getvalue.html
-spi-spi-is-cursor-plan.html
-spi-spi-modifytuple.html
-spi-spi-palloc.html
-spi-spi-pfree.html
-spi-spi-pop.html
-spi-spi-prepare-cursor.html
-spi-spi-prepare.html
-spi-spi-push.html
-spi-spi-returntuple.html
-spi-spi-saveplan.html
-spi-spi-scroll-cursor-fetch.html
-spi-spi-scroll-cursor-move.html
-spi-visibility.html
-spi.html
-sql-abort.html
-sql-alteraggregate.html
-sql-alterconversion.html
-sql-alterdatabase.html
-sql-alterdomain.html
-sql-alterfunction.html
-sql-altergroup.html
-sql-alterindex.html
-sql-alterlanguage.html
-sql-alteropclass.html
-sql-alteroperator.html
-sql-alteropfamily.html
-sql-alterrole.html
-sql-alterschema.html
-sql-altersequence.html
-sql-altertable.html
-sql-altertablespace.html
-sql-altertrigger.html
-sql-altertsconfig.html
-sql-altertsdictionary.html
-sql-altertsparser.html
-sql-altertstemplate.html
-sql-altertype.html
-sql-alteruser.html
-sql-alterview.html
-sql-analyze.html
-sql-begin.html
-sql-checkpoint.html
-sql-close.html
-sql-cluster.html
-sql-commands.html
-sql-comment.html
-sql-commit-prepared.html
-sql-commit.html
-sql-copy.html
-sql-createaggregate.html
-sql-createcast.html
-sql-createconstraint.html
-sql-createconversion.html
-sql-createdatabase.html
-sql-createdomain.html
-sql-createfunction.html
-sql-creategroup.html
-sql-createindex.html
-sql-createlanguage.html
-sql-createopclass.html
-sql-createoperator.html
-sql-createopfamily.html
-sql-createrole.html
-sql-createrule.html
-sql-createschema.html
-sql-createsequence.html
-sql-createtable.html
-sql-createtableas.html
-sql-createtablespace.html
-sql-createtrigger.html
-sql-createtsconfig.html
-sql-createtsdictionary.html
-sql-createtsparser.html
-sql-createtstemplate.html
-sql-createtype.html
-sql-createuser.html
-sql-createview.html
-sql-deallocate.html
-sql-declare.html
-sql-delete.html
-sql-discard.html
-sql-drop-owned.html
-sql-dropaggregate.html
-sql-dropcast.html
-sql-dropconversion.html
-sql-dropdatabase.html
-sql-dropdomain.html
-sql-dropfunction.html
-sql-dropgroup.html
-sql-dropindex.html
-sql-droplanguage.html
-sql-dropopclass.html
-sql-dropoperator.html
-sql-dropopfamily.html
-sql-droprole.html
-sql-droprule.html
-sql-dropschema.html
-sql-dropsequence.html
-sql-droptable.html
-sql-droptablespace.html
-sql-droptrigger.html
-sql-droptsconfig.html
-sql-droptsdictionary.html
-sql-droptsparser.html
-sql-droptstemplate.html
-sql-droptype.html
-sql-dropuser.html
-sql-dropview.html
-sql-end.html
-sql-execute.html
-sql-explain.html
-sql-expressions.html
-sql-fetch.html
-sql-grant.html
-sql-insert.html
-sql-keywords-appendix.html
-sql-listen.html
-sql-load.html
-sql-lock.html
-sql-move.html
-sql-notify.html
-sql-prepare-transaction.html
-sql-prepare.html
-sql-reassign-owned.html
-sql-reindex.html
-sql-release-savepoint.html
-sql-reset.html
-sql-revoke.html
-sql-rollback-prepared.html
-sql-rollback-to.html
-sql-rollback.html
-sql-savepoint.html
-sql-select.html
-sql-selectinto.html
-sql-set-constraints.html
-sql-set-role.html
-sql-set-session-authorization.html
-sql-set-transaction.html
-sql-set.html
-sql-show.html
-sql-start-transaction.html
-sql-syntax-lexical.html
-sql-syntax.html
-sql-truncate.html
-sql-unlisten.html
-sql-update.html
-sql-vacuum.html
-sql-values.html
-sql.html
-ssh-tunnels.html
-ssl-tcp.html
-sslinfo.html
-storage-file-layout.html
-storage-page-layout.html
-storage-toast.html
-storage.html
-stylesheet.css
-supported-platforms.html
-tablefunc.html
-test-parser.html
-textsearch-configuration.html
-textsearch-controls.html
-textsearch-debugging.html
-textsearch-dictionaries.html
-textsearch-features.html
-textsearch-indexes.html
-textsearch-intro.html
-textsearch-limitations.html
-textsearch-migration.html
-textsearch-parsers.html
-textsearch-psql.html
-textsearch-tables.html
-textsearch.html
-transaction-iso.html
-trigger-datachanges.html
-trigger-definition.html
-trigger-example.html
-trigger-interface.html
-triggers.html
-tsearch2.html
-tutorial-accessdb.html
-tutorial-advanced-intro.html
-tutorial-advanced.html
-tutorial-agg.html
-tutorial-arch.html
-tutorial-concepts.html
-tutorial-conclusion.html
-tutorial-createdb.html
-tutorial-delete.html
-tutorial-fk.html
-tutorial-inheritance.html
-tutorial-install.html
-tutorial-join.html
-tutorial-populate.html
-tutorial-select.html
-tutorial-sql-intro.html
-tutorial-sql.html
-tutorial-start.html
-tutorial-table.html
-tutorial-transactions.html
-tutorial-update.html
-tutorial-views.html
-tutorial.html
-typeconv-func.html
-typeconv-oper.html
-typeconv-overview.html
-typeconv-query.html
-typeconv-union-case.html
-typeconv.html
-unsupported-features-sql-standard.html
-user-manag.html
-using-explain.html
-uuid-ossp.html
-vacuumlo.html
-view-pg-cursors.html
-view-pg-group.html
-view-pg-indexes.html
-view-pg-locks.html
-view-pg-prepared-statements.html
-view-pg-prepared-xacts.html
-view-pg-roles.html
-view-pg-rules.html
-view-pg-settings.html
-view-pg-shadow.html
-view-pg-stats.html
-view-pg-tables.html
-view-pg-timezone-abbrevs.html
-view-pg-timezone-names.html
-view-pg-user.html
-view-pg-views.html
-views-overview.html
-wal-async-commit.html
-wal-configuration.html
-wal-internals.html
-wal-intro.html
-wal-reliability.html
-wal.html
-warm-standby.html
-xaggr.html
-xfunc-c.html
-xfunc-internal.html
-xfunc-overload.html
-xfunc-pl.html
-xfunc-sql.html
-xfunc-volatility.html
-xfunc.html
-xindex.html
-xml2.html
-xoper-optimization.html
-xoper.html
-xplang-install.html
-xplang.html
-xtypes.html
--- a/messages/sfw/postgres/8.3/html/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,63 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-include $(SRC)/Makefile.master
-include ../Makefile.postgres
-
-LANGNAME=	ja
-ARCHIVE=	postgres.tar.gz
-
-HTMLFILES:sh=	cat Filelist
-ROOTHTMLDIR=	$(ROOTTOPDIR)/doc/html_ja
-ROOTHTMLFILES=	$(HTMLFILES:%=$(ROOTHTMLDIR)/%)
-
-FILEMODE=	644
-DIRMODE=	755
-
-ROOTSRCFILES=	$(ARCHIVE:%=$(ROOTSRCDIR)/%)
-
-.KEEP_STATE:
-
-all:		untar
-install:	all $(ROOTHTMLDIR) $(ROOTHTMLFILES) $(ROOTSRCFILES)
-clean:
-	$(RM) $(HTMLFILES)
-clobber:	clean
-lint:
-
-untar:		$(ARCHIVE)
-	gzip -d -c $(ARCHIVE) | tar xf -
-
-$(ROOTHTMLDIR):
-	$(INS.dir)
-
-$(ROOTHTMLDIR)/%:	$(ROOTHTMLDIR) % FRC
-	$(INS.file)
-
-include ../Makefile.postgres.targ
-
-FRC:
-
-#
Binary file messages/sfw/postgres/8.3/html/postgres.tar.gz has changed
--- a/messages/sfw/postgres/8.3/man/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANTOP		= ../..
-
-include	$(MANTOP)/Makefile.man.master
-include	../Makefile.postgres
-
-ARCHIVE=	man.tar.gz
-ROOTSRCFILES=	$(ARCHIVE:%=$(ROOTSRCDIR)/%)
-
-SUBDIRS		= ja
-
-all:=		TARGET= all
-install:=	TARGET= install
-clean:=		TARGET= clean
-clobber:=	TARGET= clobber
-lint:=		TARGET= lint
-
-.KEEP_STATE:
-
-all:	untar $(SUBDIRS)
-install:	untar $(SUBDIRS) $(ROOTSRCFILES)
-clean:	$(SUBDIRS)
-	$(RM) ja/man1/*.1
-	$(RM) -r ja/manl
-clobber:	clean
-lint:		$(SUBDIRS)
-
-
-untar:	$(ARCHIVE)
-	gzip -d -c $(ARCHIVE) | (cd ja; tar xf -)
-
-$(SUBDIRS): FRC
-	-@cd $@; pwd; $(MAKE) $(TARGET)
-
-include	../Makefile.postgres.targ
-
-FRC:
--- a/messages/sfw/postgres/8.3/man/Makefile.man	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,191 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANDIR		= $(ROOTTOPDIR)/man
-MANDIRS		= man1 man5
-
-RPATH_LIBTMAC.euc	= ../../lib/tmac
-RPATH_LIBTMAC.pck	= $(RPATH_LIBTMAC.euc)
-RPATH_LIBTMAC.utf8	= $(RPATH_LIBTMAC.euc)
-
-## list of manpages
-##
-
-MANPAGES1	= \
-	clusterdb.1 \
-	createdb.1 \
-	createlang.1 \
-	createuser.1 \
-	dropdb.1 \
-	droplang.1 \
-	dropuser.1 \
-	ecpg.1 \
-	initdb.1 \
-	ipcclean.1 \
-	pg_config.1 \
-	pg_controldata.1 \
-	pg_ctl.1 \
-	pg_dump.1 \
-	pg_dumpall.1 \
-	pg_resetxlog.1 \
-	pg_restore.1 \
-	postgres.1 \
-	postmaster.1 \
-	psql.1 \
-	reindexdb.1 \
-	vacuumdb.1
-
-MANPAGES5	= \
-	abort.5sql \
-	alter_aggregate.5sql \
-	alter_conversion.5sql \
-	alter_database.5sql \
-	alter_domain.5sql \
-	alter_function.5sql \
-	alter_group.5sql \
-	alter_index.5sql \
-	alter_language.5sql \
-	alter_operator.5sql \
-	alter_operator_class.5sql \
-	alter_operator_family.5sql \
-	alter_role.5sql \
-	alter_schema.5sql \
-	alter_sequence.5sql \
-	alter_table.5sql \
-	alter_tablespace.5sql \
-	alter_text_search_configuration.5sql \
-	alter_text_search_dictionary.5sql \
-	alter_text_search_parser.5sql \
-	alter_text_search_template.5sql \
-	alter_trigger.5sql \
-	alter_type.5sql \
-	alter_user.5sql \
-	alter_view.5sql \
-	analyze.5sql \
-	begin.5sql \
-	checkpoint.5sql \
-	close.5sql \
-	cluster.5sql \
-	comment.5sql \
-	commit.5sql \
-	commit_prepared.5sql \
-	copy.5sql \
-	create_aggregate.5sql \
-	create_cast.5sql \
-	create_constraint_trigger.5sql \
-	create_conversion.5sql \
-	create_database.5sql \
-	create_domain.5sql \
-	create_function.5sql \
-	create_group.5sql \
-	create_index.5sql \
-	create_language.5sql \
-	create_operator.5sql \
-	create_operator_class.5sql \
-	create_operator_family.5sql \
-	create_role.5sql \
-	create_rule.5sql \
-	create_schema.5sql \
-	create_sequence.5sql \
-	create_table.5sql \
-	create_table_as.5sql \
-	create_tablespace.5sql \
-	create_text_search_configuration.5sql \
-	create_text_search_dictionary.5sql \
-	create_text_search_parser.5sql \
-	create_text_search_template.5sql \
-	create_trigger.5sql \
-	create_type.5sql \
-	create_user.5sql \
-	create_view.5sql \
-	deallocate.5sql \
-	declare.5sql \
-	delete.5sql \
-	discard.5sql \
-	drop_aggregate.5sql \
-	drop_cast.5sql \
-	drop_conversion.5sql \
-	drop_database.5sql \
-	drop_domain.5sql \
-	drop_function.5sql \
-	drop_group.5sql \
-	drop_index.5sql \
-	drop_language.5sql \
-	drop_operator.5sql \
-	drop_operator_class.5sql \
-	drop_operator_family.5sql \
-	drop_owned.5sql \
-	drop_role.5sql \
-	drop_rule.5sql \
-	drop_schema.5sql \
-	drop_sequence.5sql \
-	drop_table.5sql \
-	drop_tablespace.5sql \
-	drop_text_search_configuration.5sql \
-	drop_text_search_dictionary.5sql \
-	drop_text_search_parser.5sql \
-	drop_text_search_template.5sql \
-	drop_trigger.5sql \
-	drop_type.5sql \
-	drop_user.5sql \
-	drop_view.5sql \
-	end.5sql \
-	execute.5sql \
-	explain.5sql \
-	fetch.5sql \
-	grant.5sql \
-	insert.5sql \
-	listen.5sql \
-	load.5sql \
-	lock.5sql \
-	move.5sql \
-	notify.5sql \
-	prepare.5sql \
-	prepare_transaction.5sql \
-	reassign_owned.5sql \
-	reindex.5sql \
-	release_savepoint.5sql \
-	reset.5sql \
-	revoke.5sql \
-	rollback.5sql \
-	rollback_prepared.5sql \
-	rollback_to_savepoint.5sql \
-	savepoint.5sql \
-	select.5sql \
-	select_into.5sql \
-	set.5sql \
-	set_constraints.5sql \
-	set_role.5sql \
-	set_session_authorization.5sql \
-	set_transaction.5sql \
-	show.5sql \
-	start_transaction.5sql \
-	truncate.5sql \
-	unlisten.5sql \
-	update.5sql \
-	vacuum.5sql \
-	values.5sql
-
-#
--- a/messages/sfw/postgres/8.3/man/ja/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANTOP		= ../../..
-
-include ../../Makefile.postgres
-include ../Makefile.man
-include $(MANTOP)/Makefile.man.master
-
-all install clean clobber lint:	$(MANDIRS)
-
-all.euc install.euc clean.euc:	$(MANDIRS)
-all.pck install.pck clean.pck:	$(MANDIRS)
-
-$(MANDIRS): FRC
-	-@cd $@; pwd; $(MAKE) $(TARGET)
-
-FRC:
--- a/messages/sfw/postgres/8.3/man/ja/man1/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANTOP		= ../../../..
-SECTION		= 1
-
-default:	all
-
-include ../../../Makefile.postgres
-include ../../Makefile.man
-include $(MANTOP)/Makefile.man.master
-
-all:            $(DEFTARG_ALL)
-install:        $(DEFTARG_INSTALL)
-clean:          $(DEFTARG_CLEAN)
-
--- a/messages/sfw/postgres/8.3/man/ja/man5/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-MANTOP		= ../../../..
-SECTION		= 5
-
-default:	all
-
-include ../../../Makefile.postgres
-include ../../Makefile.man
-include $(MANTOP)/Makefile.man.master
-
-all:            $(DEFTARG_ALL)
-install:        $(DEFTARG_INSTALL)
-clean:          $(DEFTARG_CLEAN)
-	$(RM) $(MANPAGES5)
-
-$(MANPAGES5):	../manl/$$(@:.5sql=.l)
-	$(CAT) $? > $@
Binary file messages/sfw/postgres/8.3/man/man.tar.gz has changed
--- a/messages/sfw/postgres/8.3/msg/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,89 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-include $(SRC)/Makefile.master
-include ../Makefile.postgres
-
-CATALOG_NAMES = \
-	postgres \
-	initdb \
-	pg_config \
-	pg_controldata \
-	pg_ctl \
-	pg_dump \
-	pg_resetxlog \
-	psql \
-	pgscripts \
-	libpq
-
-LANGNAME=	ja
-PATCHGZ=	postgresql-8.3.0-nls.patch.gz
-PATCH2PO=	patch2po.sh
-
-ROOTMODIR=	$(ROOTTOPDIR)/share/locale/$(LANGNAME)/LC_MESSAGES
-MOFILES=	$(CATALOG_NAMES:%=%.mo)
-ROOTMOFILES=	$(MOFILES:%=$(ROOTMODIR)/%)
-ROOTSRCFILES=	$(PATCHGZ:%=$(ROOTSRCDIR)/%)
-
-FILEMODE=	644
-DIRMODE=	755
-
-.KEEP_STATE:
-
-all:		extractpo $(MOFILES)
-install:	all $(ROOTMODIR) $(ROOTMOFILES) $(ROOTSRCFILES)
-clean:
-	$(RM) -r src
-	$(RM) $(MOFILES)
-clobber:	clean
-lint:
-
-extractpo: $(PATCH2PO)
-	$(RM) -r src
-	sh $(PATCH2PO) $(PATCHGZ)
-
-$(MOFILES):
-	$(MSGFMT) -o $@ $?
-
-$(ROOTMODIR):
-	$(INS.dir)
-
-$(ROOTMODIR)/%:	$(ROOTMODIR) %
-	$(INS.file)
-
-include	../Makefile.postgres.targ
-
-postgres.mo:		src/backend/po/$(LANGNAME).po
-initdb.mo:		src/bin/initdb/po/$(LANGNAME).po
-pg_config.mo:		src/bin/pg_config/po/$(LANGNAME).po
-pg_controldata.mo:	src/bin/pg_controldata/po/$(LANGNAME).po
-pg_ctl.mo:		src/bin/pg_ctl/po/$(LANGNAME).po
-pg_dump.mo:		src/bin/pg_dump/po/$(LANGNAME).po
-pg_resetxlog.mo:	src/bin/pg_resetxlog/po/$(LANGNAME).po
-psql.mo:		src/bin/psql/po/$(LANGNAME).po
-pgscripts.mo:		src/bin/scripts/po/$(LANGNAME).po
-libpq.mo:		src/interfaces/libpq/po/$(LANGNAME).po
-
-#
--- a/messages/sfw/postgres/8.3/msg/patch2po.sh	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-#!/bin/sh
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-#
-# Read PostgreSQL Japanese localization patch, skip lines for nls.mk,
-# and extract ja.po files.
-# 
-
-AWK=/usr/bin/nawk
-PATCHCMD=/usr/bin/gpatch
-
-if [ $# -lt 1 ]
-then
-	echo "Usage: $0 postgresql-*-nls-patch.gz"
-	exit 1
-fi
-
-rm -rf src
-
-gzip -dc "$1" | $AWK "
-BEGIN {
-	SKIP=0
-}
-/^diff .*nls\\.mk / {
-	SKIP=1
-	continue
-}
-/^diff .*ja\\.po / {
-	SKIP=0
-	print \$0
-	continue
-}
-{
-	if ( SKIP == 0 ) {
-		print \$0
-	}
-	continue
-}" | $PATCHCMD -p1 -f -s
Binary file messages/sfw/postgres/8.3/msg/postgresql-8.3.0-nls.patch.gz has changed
--- a/messages/sfw/postgres/Makefile	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-
-SUBDIRS=	8.3
-
-all:=		TARGET= all
-install:=	TARGET= install
-clean:=		TARGET= clean
-clobber:=	TARGET= clobber
-lint:=		TARGET= lint
-
-.KEEP_STATE:
-
-all install clean clobber lint: $(SUBDIRS)
-
-$(SUBDIRS): FRC
-	-@cd $@; pwd; $(MAKE) $(TARGET)
-
-FRC:
--- a/messages/sfw/postgres/Makefile.man.master	Tue Sep 28 17:27:41 2010 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,445 +0,0 @@
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-# Copyright (c) 1991, Sun Microsystems, Inc.
-# Copyright (c) 1991, Nihon Sun Microsystems K.K.
-#
-.KEEP_STATE:
-
-#
-# include master Makefile
-#
-include		$(SRC)/Makefile.master
-
-#
-# reset suffix definition not to cause unexpected rules
-#
-.SUFFIXES:
-
-#
-# pass targets to child Makefiles
-#
-all:=		TARGET= all
-install:=	TARGET= install
-clean:=		TARGET= clean
-clobber:=	TARGET= clobber
-lint:=		TARGET= lint
-
-all.euc:=	TARGET= all.euc
-all.pck:=	TARGET= all.pck
-all.utf8:=	TARGET= all.utf8
-install.euc:=	TARGET= install.euc
-install.pck:=	TARGET= install.pck
-install.utf8:=	TARGET= install.utf8
-clean.euc:=	TARGET= clean.euc
-clean.pck:=	TARGET= clean.pck
-clean.utf8:=	TARGET= clean.utf8
-
-#
-# prefix of each directory of manpage sections
-# s:		man/sman1, man/sman2, ...
-# (null):	man/man1, man/man2, ...
-#
-#DIRPREFIX	=
-
-#
-# euc files suffix only for conversion from SGML to roff by myself
-#
-# if EUCTAIL is set, following rules are required
-#
-# ----------------------------------------------- 
-# %$(EUCTAIL):		%
-#	...
-#
-# INS.file$(EUCTAIL)	= $(INS.rename)
-#
-# howtoclean.euc$(EUCTAIL):
-#	...
-# -----------------------------------------------
-#
-#EUCTAIL	=
-#CTAIL		=
-
-#
-# switch modes of files and directoried, manpages of OpenWindows have
-# different mode from others
-#
-OWNER2		= bin
-GROUP2		= bin
-FILEMODE2	= 0444
-DIROWNER2	= bin
-DIRGROUP2	= bin
-DIRMODE2	= 0755
-
-OWNER2OWMODE	= bin
-GROUP2OWMODE	= bin
-FILEMODE2OWMODE	= 0444
-DIROWNER2OWMODE	= root
-DIRGROUP2OWMODE	= bin
-DIRMODE2OWMODE	= 0775
-
-OWNER		= $(OWNER2$(OWMODE))
-GROUP		= $(GROUP2$(OWMODE))
-FILEMODE	= $(FILEMODE2$(OWMODE))
-DIROWNER	= $(DIROWNER2$(OWMODE))
-DIRGROUP	= $(DIRGROUP2$(OWMODE))
-DIRMODE		= $(DIRMODE2$(OWMODE))
-SLOWNER		= root
-SLGROUP		= sys
-
-#
-## replace the definition in Makefile.master
-#
-INS             = /usr/sbin/install
-INS.dir		= $(INS) -s -d -m $(DIRMODE) $@
-$(CH)INS.dir	= $(INS) -s -d -m $(DIRMODE) -u $(DIROWNER) -g $(DIRGROUP) $@
-INS.file=       $(RM) $@; $(INS) -s -m $(FILEMODE) -f $(@D) $<
-# installs and renames at once
-INS.rename=     $(INS.file); $(MV) $(@D)/$(<F) $@
-
-
-#
-# aliases for real locale names
-#
-LOCALE.euc	= ja
-LOCALE2.euc	= japanese
-LOCALE.pck	= ja_JP.PCK
-LOCALE.utf8	= ja_JP.UTF-8
-
-#
-# names of symbolic links required by man command,
-# to define RPATH_LIBMAC.??? is up to child Makefile
-#
-MANMACROS	= tmac.an
-MANMACROSSUN	= tmac.ansun
-TMACAN.euc	= $(RPATH_LIBTMAC.euc)/an.$(LOCALE.euc)
-TMACAN.pck	= $(RPATH_LIBTMAC.pck)/an.$(LOCALE.pck)
-TMACAN.utf8	= $(RPATH_LIBTMAC.utf8)/an.$(LOCALE.utf8)
-TMACANSUN.euc	= $(RPATH_LIBTMAC.euc)/ansun.$(LOCALE.euc)
-TMACANSUN.pck	= $(RPATH_LIBTMAC.pck)/ansun.$(LOCALE.pck)
-TMACANSUN.utf8	= $(RPATH_LIBTMAC.utf8)/ansun.$(LOCALE.utf8)
-
-## for PCK support
-#EUCTOSJ		= /usr/bin/euctosj
-
-EUCTOSJ=        /usr/bin/iconv -f eucJP -t PCK
-# use UTF-8-Java here to make ASCII chars pass through converter
-EUCTOUTF8=      /usr/bin/iconv -f eucJP -t UTF-8
-
-PCKTAIL		= ___pck
-
-%$(PCKTAIL):	%$(EUCTAIL)
-	$(EUCTOSJ) $< > $@
-
-## for UTF8 support
-#EUCTOUTF8		= /usr/bin/iconv -f eucJP -t UTF-8
-UTF8TAIL	= ___utf8
-
-%$(UTF8TAIL):	%$(EUCTAIL)
-	$(EUCTOUTF8) $< > $@
-
-## for creating directories, but can be refered only for local make
-## at JFP build, directories are created by upper Makefiles
-
-# /usr/share/man
-#
-$(MANDIR) $(MANDIR)/:
-	$(INS.dir)
-
-# /usr/share/man/ja
-#
-$(MANDIR)/$(LOCALE.euc) $(MANDIR)/$(LOCALE.euc)/:	$(MANDIR)
-	$(INS.dir)
-
-# /usr/share/man/japanese -> ja
-#
-$(MANDIR)/$(LOCALE2.euc):	$(MANDIR) $(MANDIR)/$(LOCALE.euc)
-	@if [ ! -h $@ ]; then \
-		$(RM) $@; \
-		$(SYMLINK) ./$(LOCALE.euc) $@; \
-		$(CHOWN) $(SLOWNER) $@; \
-		$(CHGRP) $(SLGROUP) $@; \
-	fi
-
-# /usr/share/man/ja_JP.PCK
-#
-$(MANDIR)/$(LOCALE.pck) $(MANDIR)/$(LOCALE.pck)/:	$(MANDIR)
-	$(INS.dir)
-
-# /usr/share/man/ja_JP.UTF-8
-#
-$(MANDIR)/$(LOCALE.utf8) $(MANDIR)/$(LOCALE.utf8)/:	$(MANDIR)
-	$(INS.dir)
-
-#
-# create symbolic links
-#
-$(MANDIR)/$(LOCALE.euc)/$(MANMACROS):
-	@if [ ! -h $@ ]; then \
-		$(RM) $@; \
-		$(SYMLINK) $(TMACAN.euc) $@; \
-		$(CHOWN) $(SLOWNER) $@; \
-		$(CHGRP) $(SLGROUP) $@; \
-	fi
-
-$(MANDIR)/$(LOCALE.pck)/$(MANMACROS):
-	@if [ ! -h $@ ]; then \
-		$(RM) $@; \
-		$(SYMLINK) $(TMACAN.pck) $@; \
-		$(CHOWN) $(SLOWNER) $@; \
-		$(CHGRP) $(SLGROUP) $@; \
-	fi
-
-$(MANDIR)/$(LOCALE.utf8)/$(MANMACROS):
-	@if [ ! -h $@ ]; then \
-		$(RM) $@; \
-		$(SYMLINK) $(TMACAN.utf8) $@; \
-		$(CHOWN) $(SLOWNER) $@; \
-		$(CHGRP) $(SLGROUP) $@; \
-	fi
-
-$(MANDIR)/$(LOCALE.euc)/$(MANMACROSSUN):
-	@if [ ! -h $@ ]; then \
-		$(RM) $@; \
-		$(SYMLINK) $(TMACANSUN.euc) $@; \
-		$(CHOWN) $(SLOWNER) $@; \
-		$(CHGRP) $(SLGROUP) $@; \
-	fi
-
-$(MANDIR)/$(LOCALE.pck)/$(MANMACROSSUN):
-	@if [ ! -h $@ ]; then \
-		$(RM) $@; \
-		$(SYMLINK) $(TMACANSUN.pck) $@; \
-		$(CHOWN) $(SLOWNER) $@; \
-		$(CHGRP) $(SLGROUP) $@; \
-	fi
-
-$(MANDIR)/$(LOCALE.utf8)/$(MANMACROSSUN):
-	@if [ ! -h $@ ]; then \
-		$(RM) $@; \
-		$(SYMLINK) $(TMACANSUN.utf8) $@; \
-		$(CHOWN) $(SLOWNER) $@; \
-		$(CHGRP) $(SLGROUP) $@; \
-	fi
-
-#
-# define required directory names, to define MANDIR is up to
-# child Makefiles
-#
-SECTDIRS.C	= $(MANDIRS:%=$(MANDIR)/$(DIRPREFIX)%)
-SECTDIRS.euc	= $(MANDIRS:%=$(MANDIR)/$(LOCALE.euc)/$(DIRPREFIX)%)
-SECTDIRS.pck	= $(MANDIRS:%=$(MANDIR)/$(LOCALE.pck)/$(DIRPREFIX)%)
-SECTDIRS.utf8	= $(MANDIRS:%=$(MANDIR)/$(LOCALE.utf8)/$(DIRPREFIX)%)
-
-$(SECTDIRS.C):			$(MANDIR)
-	$(INS.dir)
-
-$(SECTDIRS.euc):		$(MANDIR)/$(LOCALE.euc) \
-				$(MANDIR)/$(LOCALE2.euc) \
-				$(MANDIR)/$(LOCALE.euc)/$(MANMACROS) \
-				$(MANDIR)/$(LOCALE.euc)/$(MANMACROSSUN)
-	$(INS.dir)
-
-$(SECTDIRS.pck):		$(MANDIR)/$(LOCALE.pck) \
-				$(MANDIR)/$(LOCALE.pck)/$(MANMACROS) \
-				$(MANDIR)/$(LOCALE.pck)/$(MANMACROSSUN)
-	$(INS.dir)
-
-$(SECTDIRS.utf8):		$(MANDIR)/$(LOCALE.utf8) \
-				$(MANDIR)/$(LOCALE.utf8)/$(MANMACROS) \
-				$(MANDIR)/$(LOCALE.utf8)/$(MANMACROSSUN)
-	$(INS.dir)
-
-#
-# define all manpage files as make-target,
-# it's a tricky way, so that this list has to cover all possible MANDIRS
-#
-MANDIRS_TRICK.base	= man1/% man1b/% man1c/% man1f/% man1m/% man1s/% \
-			  man2/% \
-			  man3/% man3aio/% man3auto_ef/% man3bsm/% man3c/% man3cfgadm/% \
-			  man3curses/% man3devid/% man3devinfo/% man3dl/% \
-			  man3dmi/% man3door/% man3elf/% man3ext/% man3gen/% \
-			  man3head/% man3krb/% man3kstat/% man3kvm/% \
-			  man3layout/% man3ldap/% man3lib/% man3libucb/% \
-			  man3m/% man3mail/% man3malloc/% man3mp/% man3nsl/% \
-			  man3pam/% man3plot/% man3proc/% man3rac/% \
-			  man3resolv/% man3rpc/% man3rt/% man3sched/% \
-			  man3sec/% man3snmp/% man3socket/% man3thr/% \
-			  man3tnf/% man3ucb/% man3volmgt/% man3x/% \
-			  man3xcurses/% man3xfn/% man3xnet/% \
-			  man3X11/% man3Xt/% \
-			  man4/% man4b/% \
-			  man5/% \
-			  man6/% \
-			  man7/% man7b/% man7d/% man7fs/% man7i/% man7m/% \
-			  man7p/% \
-			  man8/% \
-			  man9/% man9e/% man9f/% man9s/%
-
-MANDIRS_TRICK		= ${MANDIRS_TRICK.base:%=$(DIRPREFIX)%}
-
-MANTARGETS.C	= $(MANDIRS_TRICK:%=$(MANDIR)/%)
-MANTARGETS.euc	= $(MANDIRS_TRICK:%=$(MANDIR)/$(LOCALE.euc)/%)
-MANTARGETS.pck	= $(MANDIRS_TRICK:%=$(MANDIR)/$(LOCALE.pck)/%)
-MANTARGETS.utf8	= $(MANDIRS_TRICK:%=$(MANDIR)/$(LOCALE.utf8)/%)
-
-#
-# define how to install manpages into prototype hierarchy
-#
-
-$(MANTARGETS.C):	%$(CTAIL)
-	$(INS.file$(CTAIL))
-
-$(MANTARGETS.euc):	%$(EUCTAIL)
-	$(INS.file$(EUCTAIL))
-
-$(MANTARGETS.pck):	%$(PCKTAIL)
-	$(INS.rename)
-
-$(MANTARGETS.utf8):	%$(UTF8TAIL)
-	$(INS.rename)
-
-#
-# mapping of variables between real directory names
-#
-MANDIR_1	= $(DIRPREFIX)man1
-MANDIR_1B	= $(DIRPREFIX)man1b
-MANDIR_1C	= $(DIRPREFIX)man1c
-MANDIR_1F	= $(DIRPREFIX)man1f
-MANDIR_1M	= $(DIRPREFIX)man1m
-MANDIR_1S	= $(DIRPREFIX)man1s
-MANDIR_2	= $(DIRPREFIX)man2
-MANDIR_3	= $(DIRPREFIX)man3
-MANDIR_3AIO	= $(DIRPREFIX)man3aio
-MANDIR_3AUTO_EF = $(DIRPREFIX)man3auto_ef
-MANDIR_3BSM	= $(DIRPREFIX)man3bsm
-MANDIR_3C	= $(DIRPREFIX)man3c
-MANDIR_3CFGADM	= $(DIRPREFIX)man3cfgadm
-MANDIR_3CURSES	= $(DIRPREFIX)man3curses
-MANDIR_3DEVID	= $(DIRPREFIX)man3devid
-MANDIR_3DEVINFO	= $(DIRPREFIX)man3devinfo
-MANDIR_3DL	= $(DIRPREFIX)man3dl
-MANDIR_3DMI	= $(DIRPREFIX)man3dmi
-MANDIR_3DOOR	= $(DIRPREFIX)man3door
-MANDIR_3ELF	= $(DIRPREFIX)man3elf
-MANDIR_3EXT	= $(DIRPREFIX)man3ext
-MANDIR_3GEN	= $(DIRPREFIX)man3gen
-MANDIR_3HEAD	= $(DIRPREFIX)man3head
-MANDIR_3KRB	= $(DIRPREFIX)man3krb
-MANDIR_3KSTAT	= $(DIRPREFIX)man3kstat
-MANDIR_3KVM	= $(DIRPREFIX)man3kvm
-MANDIR_3LAYOUT	= $(DIRPREFIX)man3layout
-MANDIR_3LDAP	= $(DIRPREFIX)man3ldap
-MANDIR_3LIB	= $(DIRPREFIX)man3lib
-MANDIR_3LIBUCB	= $(DIRPREFIX)man3libucb
-MANDIR_3M	= $(DIRPREFIX)man3m
-MANDIR_3MAIL	= $(DIRPREFIX)man3mail
-MANDIR_3MALLOC	= $(DIRPREFIX)man3malloc
-MANDIR_3MP	= $(DIRPREFIX)man3mp
-MANDIR_3NSL	= $(DIRPREFIX)man3nsl
-MANDIR_3PAM	= $(DIRPREFIX)man3pam
-MANDIR_3PLOT	= $(DIRPREFIX)man3plot
-MANDIR_3PROC	= $(DIRPREFIX)man3proc
-MANDIR_3RAC	= $(DIRPREFIX)man3rac
-MANDIR_3RESOLV	= $(DIRPREFIX)man3resolv
-MANDIR_3RPC	= $(DIRPREFIX)man3rpc
-MANDIR_3RT	= $(DIRPREFIX)man3rt
-MANDIR_3SCHED	= $(DIRPREFIX)man3sched
-MANDIR_3SEC	= $(DIRPREFIX)man3sec
-MANDIR_3SNMP	= $(DIRPREFIX)man3snmp
-MANDIR_3SOCKET	= $(DIRPREFIX)man3socket
-MANDIR_3THR	= $(DIRPREFIX)man3thr
-MANDIR_3TNF	= $(DIRPREFIX)man3tnf
-MANDIR_3UCB	= $(DIRPREFIX)man3ucb
-MANDIR_3VOLMGT	= $(DIRPREFIX)man3volmgt
-MANDIR_3X	= $(DIRPREFIX)man3x
-MANDIR_3XCURSES	= $(DIRPREFIX)man3xcurses
-MANDIR_3XFN	= $(DIRPREFIX)man3xfn
-MANDIR_3XNET	= $(DIRPREFIX)man3xnet
-MANDIR_3X11	= $(DIRPREFIX)man3X11
-MANDIR_3XT	= $(DIRPREFIX)man3Xt
-MANDIR_4	= $(DIRPREFIX)man4
-MANDIR_4B	= $(DIRPREFIX)man4b
-MANDIR_5	= $(DIRPREFIX)man5
-MANDIR_6	= $(DIRPREFIX)man6
-MANDIR_7	= $(DIRPREFIX)man7
-MANDIR_7B	= $(DIRPREFIX)man7b
-MANDIR_7D	= $(DIRPREFIX)man7d
-MANDIR_7FS	= $(DIRPREFIX)man7fs
-MANDIR_7I	= $(DIRPREFIX)man7i
-MANDIR_7M	= $(DIRPREFIX)man7m
-MANDIR_7P	= $(DIRPREFIX)man7p
-MANDIR_8	= $(DIRPREFIX)man8
-MANDIR_9	= $(DIRPREFIX)man9
-MANDIR_9E	= $(DIRPREFIX)man9e
-MANDIR_9F	= $(DIRPREFIX)man9f
-MANDIR_9S	= $(DIRPREFIX)man9s
-
-##################
-
-MANSECTION.C	= $(MANPAGES$(SECTION)) $(MANPAGES$(SECTION).C)
-MANSECTION.euc	= $(MANPAGES$(SECTION)) $(MANPAGES$(SECTION).euc)
-MANSECTION.pck	= $(MANPAGES$(SECTION)) $(MANPAGES$(SECTION).pck)
-MANSECTION.utf8	= $(MANPAGES$(SECTION)) $(MANPAGES$(SECTION).utf8)
-
-DIR.C		= $(MANDIR)/$(MANDIR_$(SECTION))
-DIR.euc		= $(MANDIR)/$(LOCALE.euc)/$(MANDIR_$(SECTION))
-DIR.pck		= $(MANDIR)/$(LOCALE.pck)/$(MANDIR_$(SECTION))
-DIR.utf8	= $(MANDIR)/$(LOCALE.utf8)/$(MANDIR_$(SECTION))
-
-all.C:		$(MANSECTION.C:%=%$(CTAIL))
-all.euc:	$(MANSECTION.euc:%=%$(EUCTAIL))
-all.pck:	$(MANSECTION.pck:%=%$(PCKTAIL))
-all.utf8:	$(MANSECTION.utf8:%=%$(UTF8TAIL))
-
-install.C:	$(DIR.C) $(MANSECTION.C:%=$(DIR.C)/%)
-install.euc:	$(DIR.euc) $(MANSECTION.euc:%=$(DIR.euc)/%)
-install.pck:	$(DIR.pck) $(MANSECTION.pck:%=$(DIR.pck)/%)
-install.utf8:	$(DIR.utf8) $(MANSECTION.utf8:%=$(DIR.utf8)/%)
-
-#
-# targets for cleaning source tree
-#
-clean.euc:
-	$(RM) $(MANSECTION.euc:%=%$(EUCTAIL))
-
-clean.pck:
-	$(RM) $(MANSECTION.pck:%=%$(PCKTAIL))
-
-clean.utf8:
-	$(RM) $(MANSECTION.utf8:%=%$(UTF8TAIL))
-
-#
-# default targets
-#
-DEFTARG_ALL		= all.euc all.pck all.utf8
-DEFTARG_INSTALL		= install.euc install.pck install.utf8
-DEFTARG_CLEAN		= clean.euc clean.pck clean.utf8
-
-DEFTARG_ALL_C		= all.C
-DEFTARG_INSTALL_C	= install.C
-DEFTARG_CLEAN_C		= clean.C
-
-DEFTARG_ALL_EUC		= all.euc
-DEFTARG_INSTALL_EUC	= install.euc
-DEFTARG_CLEAN_EUC	= clean.euc
-
-ALL_TARGETS	= $(DEFTARG_ALL) $(DEFTARG_INSTALL) $(DEFTARG_CLEAN) \
-		  $(DEFTARG_ALL_C) $(DEFTARG_INSTALL_C) $(DEFTARG_CLEAN_C)