Add Japanese online manual pages for PostgreSQL 7.3.2.
This commit is contained in:
parent
ccb899a9ad
commit
8b332ebeab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81531
@ -288,6 +288,7 @@
|
||||
SUBDIR += platex209-jis
|
||||
SUBDIR += platex209-sjis
|
||||
SUBDIR += postgresql
|
||||
SUBDIR += postgresql-man
|
||||
SUBDIR += postgresql-tcltk
|
||||
SUBDIR += ppxp
|
||||
SUBDIR += prn
|
||||
|
142
japanese/postgresql-man/Makefile
Normal file
142
japanese/postgresql-man/Makefile
Normal file
@ -0,0 +1,142 @@
|
||||
# New ports collection makefile for: ja-postgresql-man
|
||||
# Date created: 2003/05/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= japanese databases
|
||||
MASTER_SITES= http://www.postgresql.jp/document/pg732doc/
|
||||
PKGNAMESUFFIX= -man
|
||||
DISTNAME= man
|
||||
DIST_SUBDIR= postgresql/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese online manual pages for PostgreSQL
|
||||
|
||||
MANLANG= ja
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
MAN1= clusterdb.1 \
|
||||
createdb.1 \
|
||||
createlang.1 \
|
||||
createuser.1 \
|
||||
dropdb.1 \
|
||||
droplang.1 \
|
||||
dropuser.1 \
|
||||
ecpg.1 \
|
||||
initdb.1 \
|
||||
initlocation.1 \
|
||||
ipcclean.1 \
|
||||
pg_config.1 \
|
||||
pg_controldata.1 \
|
||||
pg_ctl.1 \
|
||||
pg_dump.1 \
|
||||
pg_dumpall.1 \
|
||||
pg_resetxlog.1 \
|
||||
pg_restore.1 \
|
||||
pgtclsh.1 \
|
||||
pgtksh.1 \
|
||||
postgres.1 \
|
||||
postmaster.1 \
|
||||
psql.1 \
|
||||
vacuumdb.1
|
||||
|
||||
MANL= abort.l \
|
||||
alter_database.l \
|
||||
alter_group.l \
|
||||
alter_table.l \
|
||||
alter_trigger.l \
|
||||
alter_user.l \
|
||||
analyze.l \
|
||||
begin.l \
|
||||
checkpoint.l \
|
||||
close.l \
|
||||
cluster.l \
|
||||
comment.l \
|
||||
commit.l \
|
||||
copy.l \
|
||||
create_aggregate.l \
|
||||
create_cast.l \
|
||||
create_constraint_trigger.l \
|
||||
create_conversion.l \
|
||||
create_database.l \
|
||||
create_domain.l \
|
||||
create_function.l \
|
||||
create_group.l \
|
||||
create_index.l \
|
||||
create_language.l \
|
||||
create_operator.l \
|
||||
create_operator_class.l \
|
||||
create_rule.l \
|
||||
create_schema.l \
|
||||
create_sequence.l \
|
||||
create_table.l \
|
||||
create_table_as.l \
|
||||
create_trigger.l \
|
||||
create_type.l \
|
||||
create_user.l \
|
||||
create_view.l \
|
||||
deallocate.l \
|
||||
declare.l \
|
||||
delete.l \
|
||||
drop_aggregate.l \
|
||||
drop_cast.l \
|
||||
drop_conversion.l \
|
||||
drop_database.l \
|
||||
drop_domain.l \
|
||||
drop_function.l \
|
||||
drop_group.l \
|
||||
drop_index.l \
|
||||
drop_language.l \
|
||||
drop_operator.l \
|
||||
drop_operator_class.l \
|
||||
drop_rule.l \
|
||||
drop_schema.l \
|
||||
drop_sequence.l \
|
||||
drop_table.l \
|
||||
drop_trigger.l \
|
||||
drop_type.l \
|
||||
drop_user.l \
|
||||
drop_view.l \
|
||||
end.l \
|
||||
execute.l \
|
||||
explain.l \
|
||||
fetch.l \
|
||||
grant.l \
|
||||
insert.l \
|
||||
listen.l \
|
||||
load.l \
|
||||
lock.l \
|
||||
move.l \
|
||||
notify.l \
|
||||
prepare.l \
|
||||
reindex.l \
|
||||
reset.l \
|
||||
revoke.l \
|
||||
rollback.l \
|
||||
select.l \
|
||||
select_into.l \
|
||||
set.l \
|
||||
set_constraints.l \
|
||||
set_session_authorization.l \
|
||||
set_transaction.l \
|
||||
show.l \
|
||||
start_transaction.l \
|
||||
truncate.l \
|
||||
unlisten.l \
|
||||
update.l \
|
||||
vacuum.l
|
||||
|
||||
do-install:
|
||||
.for file in ${MAN1}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/
|
||||
.endfor
|
||||
.for file in ${MANL}
|
||||
@${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/postgresql-man/distinfo
Normal file
1
japanese/postgresql-man/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/7.3.2/man.tar.gz) = e586804b457f75f2debf64e9a84c3aa5
|
3
japanese/postgresql-man/pkg-descr
Normal file
3
japanese/postgresql-man/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Japanese online manual for PostgreSQL.
|
||||
|
||||
WWW: http://www.postgresql.jp/document/pg732doc/
|
1
japanese/postgresql-man/pkg-plist
Normal file
1
japanese/postgresql-man/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
142
japanese/postgresql7-man/Makefile
Normal file
142
japanese/postgresql7-man/Makefile
Normal file
@ -0,0 +1,142 @@
|
||||
# New ports collection makefile for: ja-postgresql-man
|
||||
# Date created: 2003/05/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= japanese databases
|
||||
MASTER_SITES= http://www.postgresql.jp/document/pg732doc/
|
||||
PKGNAMESUFFIX= -man
|
||||
DISTNAME= man
|
||||
DIST_SUBDIR= postgresql/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese online manual pages for PostgreSQL
|
||||
|
||||
MANLANG= ja
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
MAN1= clusterdb.1 \
|
||||
createdb.1 \
|
||||
createlang.1 \
|
||||
createuser.1 \
|
||||
dropdb.1 \
|
||||
droplang.1 \
|
||||
dropuser.1 \
|
||||
ecpg.1 \
|
||||
initdb.1 \
|
||||
initlocation.1 \
|
||||
ipcclean.1 \
|
||||
pg_config.1 \
|
||||
pg_controldata.1 \
|
||||
pg_ctl.1 \
|
||||
pg_dump.1 \
|
||||
pg_dumpall.1 \
|
||||
pg_resetxlog.1 \
|
||||
pg_restore.1 \
|
||||
pgtclsh.1 \
|
||||
pgtksh.1 \
|
||||
postgres.1 \
|
||||
postmaster.1 \
|
||||
psql.1 \
|
||||
vacuumdb.1
|
||||
|
||||
MANL= abort.l \
|
||||
alter_database.l \
|
||||
alter_group.l \
|
||||
alter_table.l \
|
||||
alter_trigger.l \
|
||||
alter_user.l \
|
||||
analyze.l \
|
||||
begin.l \
|
||||
checkpoint.l \
|
||||
close.l \
|
||||
cluster.l \
|
||||
comment.l \
|
||||
commit.l \
|
||||
copy.l \
|
||||
create_aggregate.l \
|
||||
create_cast.l \
|
||||
create_constraint_trigger.l \
|
||||
create_conversion.l \
|
||||
create_database.l \
|
||||
create_domain.l \
|
||||
create_function.l \
|
||||
create_group.l \
|
||||
create_index.l \
|
||||
create_language.l \
|
||||
create_operator.l \
|
||||
create_operator_class.l \
|
||||
create_rule.l \
|
||||
create_schema.l \
|
||||
create_sequence.l \
|
||||
create_table.l \
|
||||
create_table_as.l \
|
||||
create_trigger.l \
|
||||
create_type.l \
|
||||
create_user.l \
|
||||
create_view.l \
|
||||
deallocate.l \
|
||||
declare.l \
|
||||
delete.l \
|
||||
drop_aggregate.l \
|
||||
drop_cast.l \
|
||||
drop_conversion.l \
|
||||
drop_database.l \
|
||||
drop_domain.l \
|
||||
drop_function.l \
|
||||
drop_group.l \
|
||||
drop_index.l \
|
||||
drop_language.l \
|
||||
drop_operator.l \
|
||||
drop_operator_class.l \
|
||||
drop_rule.l \
|
||||
drop_schema.l \
|
||||
drop_sequence.l \
|
||||
drop_table.l \
|
||||
drop_trigger.l \
|
||||
drop_type.l \
|
||||
drop_user.l \
|
||||
drop_view.l \
|
||||
end.l \
|
||||
execute.l \
|
||||
explain.l \
|
||||
fetch.l \
|
||||
grant.l \
|
||||
insert.l \
|
||||
listen.l \
|
||||
load.l \
|
||||
lock.l \
|
||||
move.l \
|
||||
notify.l \
|
||||
prepare.l \
|
||||
reindex.l \
|
||||
reset.l \
|
||||
revoke.l \
|
||||
rollback.l \
|
||||
select.l \
|
||||
select_into.l \
|
||||
set.l \
|
||||
set_constraints.l \
|
||||
set_session_authorization.l \
|
||||
set_transaction.l \
|
||||
show.l \
|
||||
start_transaction.l \
|
||||
truncate.l \
|
||||
unlisten.l \
|
||||
update.l \
|
||||
vacuum.l
|
||||
|
||||
do-install:
|
||||
.for file in ${MAN1}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/
|
||||
.endfor
|
||||
.for file in ${MANL}
|
||||
@${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/postgresql7-man/distinfo
Normal file
1
japanese/postgresql7-man/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/7.3.2/man.tar.gz) = e586804b457f75f2debf64e9a84c3aa5
|
3
japanese/postgresql7-man/pkg-descr
Normal file
3
japanese/postgresql7-man/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Japanese online manual for PostgreSQL.
|
||||
|
||||
WWW: http://www.postgresql.jp/document/pg732doc/
|
1
japanese/postgresql7-man/pkg-plist
Normal file
1
japanese/postgresql7-man/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
142
japanese/postgresql73-man/Makefile
Normal file
142
japanese/postgresql73-man/Makefile
Normal file
@ -0,0 +1,142 @@
|
||||
# New ports collection makefile for: ja-postgresql-man
|
||||
# Date created: 2003/05/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= japanese databases
|
||||
MASTER_SITES= http://www.postgresql.jp/document/pg732doc/
|
||||
PKGNAMESUFFIX= -man
|
||||
DISTNAME= man
|
||||
DIST_SUBDIR= postgresql/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese online manual pages for PostgreSQL
|
||||
|
||||
MANLANG= ja
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
MAN1= clusterdb.1 \
|
||||
createdb.1 \
|
||||
createlang.1 \
|
||||
createuser.1 \
|
||||
dropdb.1 \
|
||||
droplang.1 \
|
||||
dropuser.1 \
|
||||
ecpg.1 \
|
||||
initdb.1 \
|
||||
initlocation.1 \
|
||||
ipcclean.1 \
|
||||
pg_config.1 \
|
||||
pg_controldata.1 \
|
||||
pg_ctl.1 \
|
||||
pg_dump.1 \
|
||||
pg_dumpall.1 \
|
||||
pg_resetxlog.1 \
|
||||
pg_restore.1 \
|
||||
pgtclsh.1 \
|
||||
pgtksh.1 \
|
||||
postgres.1 \
|
||||
postmaster.1 \
|
||||
psql.1 \
|
||||
vacuumdb.1
|
||||
|
||||
MANL= abort.l \
|
||||
alter_database.l \
|
||||
alter_group.l \
|
||||
alter_table.l \
|
||||
alter_trigger.l \
|
||||
alter_user.l \
|
||||
analyze.l \
|
||||
begin.l \
|
||||
checkpoint.l \
|
||||
close.l \
|
||||
cluster.l \
|
||||
comment.l \
|
||||
commit.l \
|
||||
copy.l \
|
||||
create_aggregate.l \
|
||||
create_cast.l \
|
||||
create_constraint_trigger.l \
|
||||
create_conversion.l \
|
||||
create_database.l \
|
||||
create_domain.l \
|
||||
create_function.l \
|
||||
create_group.l \
|
||||
create_index.l \
|
||||
create_language.l \
|
||||
create_operator.l \
|
||||
create_operator_class.l \
|
||||
create_rule.l \
|
||||
create_schema.l \
|
||||
create_sequence.l \
|
||||
create_table.l \
|
||||
create_table_as.l \
|
||||
create_trigger.l \
|
||||
create_type.l \
|
||||
create_user.l \
|
||||
create_view.l \
|
||||
deallocate.l \
|
||||
declare.l \
|
||||
delete.l \
|
||||
drop_aggregate.l \
|
||||
drop_cast.l \
|
||||
drop_conversion.l \
|
||||
drop_database.l \
|
||||
drop_domain.l \
|
||||
drop_function.l \
|
||||
drop_group.l \
|
||||
drop_index.l \
|
||||
drop_language.l \
|
||||
drop_operator.l \
|
||||
drop_operator_class.l \
|
||||
drop_rule.l \
|
||||
drop_schema.l \
|
||||
drop_sequence.l \
|
||||
drop_table.l \
|
||||
drop_trigger.l \
|
||||
drop_type.l \
|
||||
drop_user.l \
|
||||
drop_view.l \
|
||||
end.l \
|
||||
execute.l \
|
||||
explain.l \
|
||||
fetch.l \
|
||||
grant.l \
|
||||
insert.l \
|
||||
listen.l \
|
||||
load.l \
|
||||
lock.l \
|
||||
move.l \
|
||||
notify.l \
|
||||
prepare.l \
|
||||
reindex.l \
|
||||
reset.l \
|
||||
revoke.l \
|
||||
rollback.l \
|
||||
select.l \
|
||||
select_into.l \
|
||||
set.l \
|
||||
set_constraints.l \
|
||||
set_session_authorization.l \
|
||||
set_transaction.l \
|
||||
show.l \
|
||||
start_transaction.l \
|
||||
truncate.l \
|
||||
unlisten.l \
|
||||
update.l \
|
||||
vacuum.l
|
||||
|
||||
do-install:
|
||||
.for file in ${MAN1}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/
|
||||
.endfor
|
||||
.for file in ${MANL}
|
||||
@${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/postgresql73-man/distinfo
Normal file
1
japanese/postgresql73-man/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/7.3.2/man.tar.gz) = e586804b457f75f2debf64e9a84c3aa5
|
3
japanese/postgresql73-man/pkg-descr
Normal file
3
japanese/postgresql73-man/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Japanese online manual for PostgreSQL.
|
||||
|
||||
WWW: http://www.postgresql.jp/document/pg732doc/
|
1
japanese/postgresql73-man/pkg-plist
Normal file
1
japanese/postgresql73-man/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
142
japanese/postgresql74-man/Makefile
Normal file
142
japanese/postgresql74-man/Makefile
Normal file
@ -0,0 +1,142 @@
|
||||
# New ports collection makefile for: ja-postgresql-man
|
||||
# Date created: 2003/05/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= japanese databases
|
||||
MASTER_SITES= http://www.postgresql.jp/document/pg732doc/
|
||||
PKGNAMESUFFIX= -man
|
||||
DISTNAME= man
|
||||
DIST_SUBDIR= postgresql/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese online manual pages for PostgreSQL
|
||||
|
||||
MANLANG= ja
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
MAN1= clusterdb.1 \
|
||||
createdb.1 \
|
||||
createlang.1 \
|
||||
createuser.1 \
|
||||
dropdb.1 \
|
||||
droplang.1 \
|
||||
dropuser.1 \
|
||||
ecpg.1 \
|
||||
initdb.1 \
|
||||
initlocation.1 \
|
||||
ipcclean.1 \
|
||||
pg_config.1 \
|
||||
pg_controldata.1 \
|
||||
pg_ctl.1 \
|
||||
pg_dump.1 \
|
||||
pg_dumpall.1 \
|
||||
pg_resetxlog.1 \
|
||||
pg_restore.1 \
|
||||
pgtclsh.1 \
|
||||
pgtksh.1 \
|
||||
postgres.1 \
|
||||
postmaster.1 \
|
||||
psql.1 \
|
||||
vacuumdb.1
|
||||
|
||||
MANL= abort.l \
|
||||
alter_database.l \
|
||||
alter_group.l \
|
||||
alter_table.l \
|
||||
alter_trigger.l \
|
||||
alter_user.l \
|
||||
analyze.l \
|
||||
begin.l \
|
||||
checkpoint.l \
|
||||
close.l \
|
||||
cluster.l \
|
||||
comment.l \
|
||||
commit.l \
|
||||
copy.l \
|
||||
create_aggregate.l \
|
||||
create_cast.l \
|
||||
create_constraint_trigger.l \
|
||||
create_conversion.l \
|
||||
create_database.l \
|
||||
create_domain.l \
|
||||
create_function.l \
|
||||
create_group.l \
|
||||
create_index.l \
|
||||
create_language.l \
|
||||
create_operator.l \
|
||||
create_operator_class.l \
|
||||
create_rule.l \
|
||||
create_schema.l \
|
||||
create_sequence.l \
|
||||
create_table.l \
|
||||
create_table_as.l \
|
||||
create_trigger.l \
|
||||
create_type.l \
|
||||
create_user.l \
|
||||
create_view.l \
|
||||
deallocate.l \
|
||||
declare.l \
|
||||
delete.l \
|
||||
drop_aggregate.l \
|
||||
drop_cast.l \
|
||||
drop_conversion.l \
|
||||
drop_database.l \
|
||||
drop_domain.l \
|
||||
drop_function.l \
|
||||
drop_group.l \
|
||||
drop_index.l \
|
||||
drop_language.l \
|
||||
drop_operator.l \
|
||||
drop_operator_class.l \
|
||||
drop_rule.l \
|
||||
drop_schema.l \
|
||||
drop_sequence.l \
|
||||
drop_table.l \
|
||||
drop_trigger.l \
|
||||
drop_type.l \
|
||||
drop_user.l \
|
||||
drop_view.l \
|
||||
end.l \
|
||||
execute.l \
|
||||
explain.l \
|
||||
fetch.l \
|
||||
grant.l \
|
||||
insert.l \
|
||||
listen.l \
|
||||
load.l \
|
||||
lock.l \
|
||||
move.l \
|
||||
notify.l \
|
||||
prepare.l \
|
||||
reindex.l \
|
||||
reset.l \
|
||||
revoke.l \
|
||||
rollback.l \
|
||||
select.l \
|
||||
select_into.l \
|
||||
set.l \
|
||||
set_constraints.l \
|
||||
set_session_authorization.l \
|
||||
set_transaction.l \
|
||||
show.l \
|
||||
start_transaction.l \
|
||||
truncate.l \
|
||||
unlisten.l \
|
||||
update.l \
|
||||
vacuum.l
|
||||
|
||||
do-install:
|
||||
.for file in ${MAN1}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/
|
||||
.endfor
|
||||
.for file in ${MANL}
|
||||
@${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/postgresql74-man/distinfo
Normal file
1
japanese/postgresql74-man/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/7.3.2/man.tar.gz) = e586804b457f75f2debf64e9a84c3aa5
|
3
japanese/postgresql74-man/pkg-descr
Normal file
3
japanese/postgresql74-man/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Japanese online manual for PostgreSQL.
|
||||
|
||||
WWW: http://www.postgresql.jp/document/pg732doc/
|
1
japanese/postgresql74-man/pkg-plist
Normal file
1
japanese/postgresql74-man/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
142
japanese/postgresql80-man/Makefile
Normal file
142
japanese/postgresql80-man/Makefile
Normal file
@ -0,0 +1,142 @@
|
||||
# New ports collection makefile for: ja-postgresql-man
|
||||
# Date created: 2003/05/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= japanese databases
|
||||
MASTER_SITES= http://www.postgresql.jp/document/pg732doc/
|
||||
PKGNAMESUFFIX= -man
|
||||
DISTNAME= man
|
||||
DIST_SUBDIR= postgresql/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese online manual pages for PostgreSQL
|
||||
|
||||
MANLANG= ja
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
MAN1= clusterdb.1 \
|
||||
createdb.1 \
|
||||
createlang.1 \
|
||||
createuser.1 \
|
||||
dropdb.1 \
|
||||
droplang.1 \
|
||||
dropuser.1 \
|
||||
ecpg.1 \
|
||||
initdb.1 \
|
||||
initlocation.1 \
|
||||
ipcclean.1 \
|
||||
pg_config.1 \
|
||||
pg_controldata.1 \
|
||||
pg_ctl.1 \
|
||||
pg_dump.1 \
|
||||
pg_dumpall.1 \
|
||||
pg_resetxlog.1 \
|
||||
pg_restore.1 \
|
||||
pgtclsh.1 \
|
||||
pgtksh.1 \
|
||||
postgres.1 \
|
||||
postmaster.1 \
|
||||
psql.1 \
|
||||
vacuumdb.1
|
||||
|
||||
MANL= abort.l \
|
||||
alter_database.l \
|
||||
alter_group.l \
|
||||
alter_table.l \
|
||||
alter_trigger.l \
|
||||
alter_user.l \
|
||||
analyze.l \
|
||||
begin.l \
|
||||
checkpoint.l \
|
||||
close.l \
|
||||
cluster.l \
|
||||
comment.l \
|
||||
commit.l \
|
||||
copy.l \
|
||||
create_aggregate.l \
|
||||
create_cast.l \
|
||||
create_constraint_trigger.l \
|
||||
create_conversion.l \
|
||||
create_database.l \
|
||||
create_domain.l \
|
||||
create_function.l \
|
||||
create_group.l \
|
||||
create_index.l \
|
||||
create_language.l \
|
||||
create_operator.l \
|
||||
create_operator_class.l \
|
||||
create_rule.l \
|
||||
create_schema.l \
|
||||
create_sequence.l \
|
||||
create_table.l \
|
||||
create_table_as.l \
|
||||
create_trigger.l \
|
||||
create_type.l \
|
||||
create_user.l \
|
||||
create_view.l \
|
||||
deallocate.l \
|
||||
declare.l \
|
||||
delete.l \
|
||||
drop_aggregate.l \
|
||||
drop_cast.l \
|
||||
drop_conversion.l \
|
||||
drop_database.l \
|
||||
drop_domain.l \
|
||||
drop_function.l \
|
||||
drop_group.l \
|
||||
drop_index.l \
|
||||
drop_language.l \
|
||||
drop_operator.l \
|
||||
drop_operator_class.l \
|
||||
drop_rule.l \
|
||||
drop_schema.l \
|
||||
drop_sequence.l \
|
||||
drop_table.l \
|
||||
drop_trigger.l \
|
||||
drop_type.l \
|
||||
drop_user.l \
|
||||
drop_view.l \
|
||||
end.l \
|
||||
execute.l \
|
||||
explain.l \
|
||||
fetch.l \
|
||||
grant.l \
|
||||
insert.l \
|
||||
listen.l \
|
||||
load.l \
|
||||
lock.l \
|
||||
move.l \
|
||||
notify.l \
|
||||
prepare.l \
|
||||
reindex.l \
|
||||
reset.l \
|
||||
revoke.l \
|
||||
rollback.l \
|
||||
select.l \
|
||||
select_into.l \
|
||||
set.l \
|
||||
set_constraints.l \
|
||||
set_session_authorization.l \
|
||||
set_transaction.l \
|
||||
show.l \
|
||||
start_transaction.l \
|
||||
truncate.l \
|
||||
unlisten.l \
|
||||
update.l \
|
||||
vacuum.l
|
||||
|
||||
do-install:
|
||||
.for file in ${MAN1}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/
|
||||
.endfor
|
||||
.for file in ${MANL}
|
||||
@${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/postgresql80-man/distinfo
Normal file
1
japanese/postgresql80-man/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/7.3.2/man.tar.gz) = e586804b457f75f2debf64e9a84c3aa5
|
3
japanese/postgresql80-man/pkg-descr
Normal file
3
japanese/postgresql80-man/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Japanese online manual for PostgreSQL.
|
||||
|
||||
WWW: http://www.postgresql.jp/document/pg732doc/
|
1
japanese/postgresql80-man/pkg-plist
Normal file
1
japanese/postgresql80-man/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
142
japanese/postgresql81-man/Makefile
Normal file
142
japanese/postgresql81-man/Makefile
Normal file
@ -0,0 +1,142 @@
|
||||
# New ports collection makefile for: ja-postgresql-man
|
||||
# Date created: 2003/05/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= japanese databases
|
||||
MASTER_SITES= http://www.postgresql.jp/document/pg732doc/
|
||||
PKGNAMESUFFIX= -man
|
||||
DISTNAME= man
|
||||
DIST_SUBDIR= postgresql/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese online manual pages for PostgreSQL
|
||||
|
||||
MANLANG= ja
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
MAN1= clusterdb.1 \
|
||||
createdb.1 \
|
||||
createlang.1 \
|
||||
createuser.1 \
|
||||
dropdb.1 \
|
||||
droplang.1 \
|
||||
dropuser.1 \
|
||||
ecpg.1 \
|
||||
initdb.1 \
|
||||
initlocation.1 \
|
||||
ipcclean.1 \
|
||||
pg_config.1 \
|
||||
pg_controldata.1 \
|
||||
pg_ctl.1 \
|
||||
pg_dump.1 \
|
||||
pg_dumpall.1 \
|
||||
pg_resetxlog.1 \
|
||||
pg_restore.1 \
|
||||
pgtclsh.1 \
|
||||
pgtksh.1 \
|
||||
postgres.1 \
|
||||
postmaster.1 \
|
||||
psql.1 \
|
||||
vacuumdb.1
|
||||
|
||||
MANL= abort.l \
|
||||
alter_database.l \
|
||||
alter_group.l \
|
||||
alter_table.l \
|
||||
alter_trigger.l \
|
||||
alter_user.l \
|
||||
analyze.l \
|
||||
begin.l \
|
||||
checkpoint.l \
|
||||
close.l \
|
||||
cluster.l \
|
||||
comment.l \
|
||||
commit.l \
|
||||
copy.l \
|
||||
create_aggregate.l \
|
||||
create_cast.l \
|
||||
create_constraint_trigger.l \
|
||||
create_conversion.l \
|
||||
create_database.l \
|
||||
create_domain.l \
|
||||
create_function.l \
|
||||
create_group.l \
|
||||
create_index.l \
|
||||
create_language.l \
|
||||
create_operator.l \
|
||||
create_operator_class.l \
|
||||
create_rule.l \
|
||||
create_schema.l \
|
||||
create_sequence.l \
|
||||
create_table.l \
|
||||
create_table_as.l \
|
||||
create_trigger.l \
|
||||
create_type.l \
|
||||
create_user.l \
|
||||
create_view.l \
|
||||
deallocate.l \
|
||||
declare.l \
|
||||
delete.l \
|
||||
drop_aggregate.l \
|
||||
drop_cast.l \
|
||||
drop_conversion.l \
|
||||
drop_database.l \
|
||||
drop_domain.l \
|
||||
drop_function.l \
|
||||
drop_group.l \
|
||||
drop_index.l \
|
||||
drop_language.l \
|
||||
drop_operator.l \
|
||||
drop_operator_class.l \
|
||||
drop_rule.l \
|
||||
drop_schema.l \
|
||||
drop_sequence.l \
|
||||
drop_table.l \
|
||||
drop_trigger.l \
|
||||
drop_type.l \
|
||||
drop_user.l \
|
||||
drop_view.l \
|
||||
end.l \
|
||||
execute.l \
|
||||
explain.l \
|
||||
fetch.l \
|
||||
grant.l \
|
||||
insert.l \
|
||||
listen.l \
|
||||
load.l \
|
||||
lock.l \
|
||||
move.l \
|
||||
notify.l \
|
||||
prepare.l \
|
||||
reindex.l \
|
||||
reset.l \
|
||||
revoke.l \
|
||||
rollback.l \
|
||||
select.l \
|
||||
select_into.l \
|
||||
set.l \
|
||||
set_constraints.l \
|
||||
set_session_authorization.l \
|
||||
set_transaction.l \
|
||||
show.l \
|
||||
start_transaction.l \
|
||||
truncate.l \
|
||||
unlisten.l \
|
||||
update.l \
|
||||
vacuum.l
|
||||
|
||||
do-install:
|
||||
.for file in ${MAN1}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/
|
||||
.endfor
|
||||
.for file in ${MANL}
|
||||
@${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/postgresql81-man/distinfo
Normal file
1
japanese/postgresql81-man/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/7.3.2/man.tar.gz) = e586804b457f75f2debf64e9a84c3aa5
|
3
japanese/postgresql81-man/pkg-descr
Normal file
3
japanese/postgresql81-man/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Japanese online manual for PostgreSQL.
|
||||
|
||||
WWW: http://www.postgresql.jp/document/pg732doc/
|
1
japanese/postgresql81-man/pkg-plist
Normal file
1
japanese/postgresql81-man/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
142
japanese/postgresql82-man/Makefile
Normal file
142
japanese/postgresql82-man/Makefile
Normal file
@ -0,0 +1,142 @@
|
||||
# New ports collection makefile for: ja-postgresql-man
|
||||
# Date created: 2003/05/20
|
||||
# Whom: nork@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= japanese databases
|
||||
MASTER_SITES= http://www.postgresql.jp/document/pg732doc/
|
||||
PKGNAMESUFFIX= -man
|
||||
DISTNAME= man
|
||||
DIST_SUBDIR= postgresql/${PORTVERSION}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese online manual pages for PostgreSQL
|
||||
|
||||
MANLANG= ja
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
MAN1= clusterdb.1 \
|
||||
createdb.1 \
|
||||
createlang.1 \
|
||||
createuser.1 \
|
||||
dropdb.1 \
|
||||
droplang.1 \
|
||||
dropuser.1 \
|
||||
ecpg.1 \
|
||||
initdb.1 \
|
||||
initlocation.1 \
|
||||
ipcclean.1 \
|
||||
pg_config.1 \
|
||||
pg_controldata.1 \
|
||||
pg_ctl.1 \
|
||||
pg_dump.1 \
|
||||
pg_dumpall.1 \
|
||||
pg_resetxlog.1 \
|
||||
pg_restore.1 \
|
||||
pgtclsh.1 \
|
||||
pgtksh.1 \
|
||||
postgres.1 \
|
||||
postmaster.1 \
|
||||
psql.1 \
|
||||
vacuumdb.1
|
||||
|
||||
MANL= abort.l \
|
||||
alter_database.l \
|
||||
alter_group.l \
|
||||
alter_table.l \
|
||||
alter_trigger.l \
|
||||
alter_user.l \
|
||||
analyze.l \
|
||||
begin.l \
|
||||
checkpoint.l \
|
||||
close.l \
|
||||
cluster.l \
|
||||
comment.l \
|
||||
commit.l \
|
||||
copy.l \
|
||||
create_aggregate.l \
|
||||
create_cast.l \
|
||||
create_constraint_trigger.l \
|
||||
create_conversion.l \
|
||||
create_database.l \
|
||||
create_domain.l \
|
||||
create_function.l \
|
||||
create_group.l \
|
||||
create_index.l \
|
||||
create_language.l \
|
||||
create_operator.l \
|
||||
create_operator_class.l \
|
||||
create_rule.l \
|
||||
create_schema.l \
|
||||
create_sequence.l \
|
||||
create_table.l \
|
||||
create_table_as.l \
|
||||
create_trigger.l \
|
||||
create_type.l \
|
||||
create_user.l \
|
||||
create_view.l \
|
||||
deallocate.l \
|
||||
declare.l \
|
||||
delete.l \
|
||||
drop_aggregate.l \
|
||||
drop_cast.l \
|
||||
drop_conversion.l \
|
||||
drop_database.l \
|
||||
drop_domain.l \
|
||||
drop_function.l \
|
||||
drop_group.l \
|
||||
drop_index.l \
|
||||
drop_language.l \
|
||||
drop_operator.l \
|
||||
drop_operator_class.l \
|
||||
drop_rule.l \
|
||||
drop_schema.l \
|
||||
drop_sequence.l \
|
||||
drop_table.l \
|
||||
drop_trigger.l \
|
||||
drop_type.l \
|
||||
drop_user.l \
|
||||
drop_view.l \
|
||||
end.l \
|
||||
execute.l \
|
||||
explain.l \
|
||||
fetch.l \
|
||||
grant.l \
|
||||
insert.l \
|
||||
listen.l \
|
||||
load.l \
|
||||
lock.l \
|
||||
move.l \
|
||||
notify.l \
|
||||
prepare.l \
|
||||
reindex.l \
|
||||
reset.l \
|
||||
revoke.l \
|
||||
rollback.l \
|
||||
select.l \
|
||||
select_into.l \
|
||||
set.l \
|
||||
set_constraints.l \
|
||||
set_session_authorization.l \
|
||||
set_transaction.l \
|
||||
show.l \
|
||||
start_transaction.l \
|
||||
truncate.l \
|
||||
unlisten.l \
|
||||
update.l \
|
||||
vacuum.l
|
||||
|
||||
do-install:
|
||||
.for file in ${MAN1}
|
||||
@${INSTALL_MAN} ${WRKSRC}/man1/${file} ${MANPREFIX}/man/${MANLANG}/man1/
|
||||
.endfor
|
||||
.for file in ${MANL}
|
||||
@${INSTALL_MAN} ${WRKSRC}/manl/${file} ${MANPREFIX}/man/${MANLANG}/manl/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
japanese/postgresql82-man/distinfo
Normal file
1
japanese/postgresql82-man/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (postgresql/7.3.2/man.tar.gz) = e586804b457f75f2debf64e9a84c3aa5
|
3
japanese/postgresql82-man/pkg-descr
Normal file
3
japanese/postgresql82-man/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Japanese online manual for PostgreSQL.
|
||||
|
||||
WWW: http://www.postgresql.jp/document/pg732doc/
|
1
japanese/postgresql82-man/pkg-plist
Normal file
1
japanese/postgresql82-man/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment automatically generated plist
|
Loading…
Reference in New Issue
Block a user