diff options
author | nork <nork@FreeBSD.org> | 2004-04-01 14:38:11 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-04-01 14:38:11 +0800 |
commit | b92a1ba7e35693882e51400cf732048296de78a4 (patch) | |
tree | 7a3d6810906551b1c63295bb0c71c5ccca7123ba /japanese/postgresql7-man | |
parent | 3c946fe3775ae09b71d0379646a9916006d8c419 (diff) | |
download | freebsd-ports-gnome-b92a1ba7e35693882e51400cf732048296de78a4.tar.gz freebsd-ports-gnome-b92a1ba7e35693882e51400cf732048296de78a4.tar.zst freebsd-ports-gnome-b92a1ba7e35693882e51400cf732048296de78a4.zip |
o Rename postgresql-man to postgresql73-man for chasing base version.
o Repocopy postgresql-man to postgresql7-man and Update to 7.4.2.
o Add version series infomation to pkg-descr.
Repo copied by: marcus (cvs)
Approved by: marcus (portmgr)
Diffstat (limited to 'japanese/postgresql7-man')
-rw-r--r-- | japanese/postgresql7-man/Makefile | 61 | ||||
-rw-r--r-- | japanese/postgresql7-man/distinfo | 4 | ||||
-rw-r--r-- | japanese/postgresql7-man/pkg-descr | 4 |
3 files changed, 62 insertions, 7 deletions
diff --git a/japanese/postgresql7-man/Makefile b/japanese/postgresql7-man/Makefile index 08065c39a696..ce94695f089c 100644 --- a/japanese/postgresql7-man/Makefile +++ b/japanese/postgresql7-man/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ # -PORTNAME= postgresql -PORTVERSION= 7.3.4 +PORTNAME= postgresql7 +PORTVERSION= 7.4.2 CATEGORIES= japanese databases -MASTER_SITES= http://www.postgresql.jp/document/pg734doc/ +MASTER_SITES= http://www.postgresql.jp/document/pg742doc/ PKGNAMESUFFIX= -man DISTNAME= man DIST_SUBDIR= postgresql/${PORTVERSION} @@ -46,8 +46,16 @@ MAN1= clusterdb.1 \ vacuumdb.1 MANL= abort.l \ + alter_aggregate.l \ + alter_conversion.l \ alter_database.l \ + alter_domain.l \ + alter_function.l \ alter_group.l \ + alter_language.l \ + alter_operator_class.l \ + alter_schema.l \ + alter_sequence.l \ alter_table.l \ alter_trigger.l \ alter_user.l \ @@ -113,6 +121,25 @@ MANL= abort.l \ lock.l \ move.l \ notify.l \ + pg_conndefaults.l \ + pg_connect.l \ + pg_disconnect.l \ + pg_exec.l \ + pg_execute.l \ + pg_listen.l \ + pg_lo_close.l \ + pg_lo_creat.l \ + pg_lo_export.l \ + pg_lo_import.l \ + pg_lo_lseek.l \ + pg_lo_open.l \ + pg_lo_read.l \ + pg_lo_tell.l \ + pg_lo_unlink.l \ + pg_lo_write.l \ + pg_on_connection_loss.l \ + pg_result.l \ + pg_select.l \ prepare.l \ reindex.l \ reset.l \ @@ -125,6 +152,34 @@ MANL= abort.l \ set_session_authorization.l \ set_transaction.l \ show.l \ + spi_connect.l \ + spi_copytuple.l \ + spi_copytupledesc.l \ + spi_copytupleintoslot.l \ + spi_cursor_close.l \ + spi_cursor_fetch.l \ + spi_cursor_find.l \ + spi_cursor_move.l \ + spi_cursor_open.l \ + spi_exec.l \ + spi_execp.l \ + spi_finish.l \ + spi_fname.l \ + spi_fnumber.l \ + spi_freeplan.l \ + spi_freetuple.l \ + spi_freetuptable.l \ + spi_getbinval.l \ + spi_getrelname.l \ + spi_gettype.l \ + spi_gettypeid.l \ + spi_getvalue.l \ + spi_modifytuple.l \ + spi_palloc.l \ + spi_pfree.l \ + spi_prepare.l \ + spi_repalloc.l \ + spi_saveplan.l \ start_transaction.l \ truncate.l \ unlisten.l \ diff --git a/japanese/postgresql7-man/distinfo b/japanese/postgresql7-man/distinfo index 95a33cedf935..252fc7676093 100644 --- a/japanese/postgresql7-man/distinfo +++ b/japanese/postgresql7-man/distinfo @@ -1,2 +1,2 @@ -MD5 (postgresql/7.3.4/man.tar.gz) = 5dc66ef83309cc972ab26196184e0a75 -SIZE (postgresql/7.3.4/man.tar.gz) = 148226 +MD5 (postgresql/7.4.2/man.tar.gz) = d14b2b3cd43a9599f685155efb11971c +SIZE (postgresql/7.4.2/man.tar.gz) = 154483 diff --git a/japanese/postgresql7-man/pkg-descr b/japanese/postgresql7-man/pkg-descr index 3e03f24dfc64..15477a0186a2 100644 --- a/japanese/postgresql7-man/pkg-descr +++ b/japanese/postgresql7-man/pkg-descr @@ -1,8 +1,8 @@ -Japanese online manual for PostgreSQL. +Japanese online manual for PostgreSQL 7.4.x. Contributed by SRA (Software Research Associates, Inc.) through JPUG (Japan PostgreSQL Users Group) subject to "COPYRIGHT" included in the original PostgreSQL distribution. Japanese translation copyright belongs to SRA and JPUG. -WWW: http://www.postgresql.jp/document/pg734doc/ +WWW: http://www.postgresql.jp/document/pg742doc/ |