aboutsummaryrefslogtreecommitdiff
path: root/japanese/postgresql81-man
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-04-01 06:38:11 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-04-01 06:38:11 +0000
commitbd5a92c76b36b7e825207895d7d19bd9601e3e5e (patch)
tree3959871a146c682a3cc390c244397b9fafc9a94b /japanese/postgresql81-man
parentb23c898db766bd69d141be1e7ea2538e385fb388 (diff)
downloadports-bd5a92c76b36b7e825207895d7d19bd9601e3e5e.tar.gz
ports-bd5a92c76b36b7e825207895d7d19bd9601e3e5e.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)
Notes
Notes: svn path=/head/; revision=105842
Diffstat (limited to 'japanese/postgresql81-man')
-rw-r--r--japanese/postgresql81-man/Makefile61
-rw-r--r--japanese/postgresql81-man/distinfo4
-rw-r--r--japanese/postgresql81-man/pkg-descr4
3 files changed, 62 insertions, 7 deletions
diff --git a/japanese/postgresql81-man/Makefile b/japanese/postgresql81-man/Makefile
index 08065c39a696..ce94695f089c 100644
--- a/japanese/postgresql81-man/Makefile
+++ b/japanese/postgresql81-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/postgresql81-man/distinfo b/japanese/postgresql81-man/distinfo
index 95a33cedf935..252fc7676093 100644
--- a/japanese/postgresql81-man/distinfo
+++ b/japanese/postgresql81-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/postgresql81-man/pkg-descr b/japanese/postgresql81-man/pkg-descr
index 3e03f24dfc64..15477a0186a2 100644
--- a/japanese/postgresql81-man/pkg-descr
+++ b/japanese/postgresql81-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/