aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-devel
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2004-08-31 23:20:53 +0000
committerSean Chittenden <seanc@FreeBSD.org>2004-08-31 23:20:53 +0000
commit5bf13aab090f55600bb95fdb200f60a61406dbab (patch)
tree9298b45583ca05e3022f7b9ac8d10e34e0701e92 /databases/postgresql-devel
parent7084e5686f1b2a8e139864c984df11c81efd8926 (diff)
downloadports-5bf13aab090f55600bb95fdb200f60a61406dbab.tar.gz
ports-5bf13aab090f55600bb95fdb200f60a61406dbab.zip
Update to Ora^WPostgreSQL 8i^H.0beta2. New features since the 7.X series
include: point in time recovery, save points (ie, nested transactions), table spaces, a new perl server side language, and a whole host of other features (*grumble* native win32 *grumble*). Unlike previous development snapshots, there are actual release notes now, which can be found here: http://developer.postgresql.org/docs/postgres/release.html#RELEASE-8-0
Notes
Notes: svn path=/head/; revision=117770
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r--databases/postgresql-devel/Makefile4
-rw-r--r--databases/postgresql-devel/distinfo4
-rw-r--r--databases/postgresql-devel/pkg-plist36
3 files changed, 38 insertions, 6 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index 138ae1e576c2..c8fd41d64da6 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME?= postgresql
-PORTVERSION?= 7.5.2004.06.25
+PORTVERSION?= 8.0.b2.2004.08.31
CATEGORIES?= databases
-MASTER_SITES= http://people.freebsd.org/~seanc/ports/
+MASTER_SITES= http://people.freebsd.org/~seanc/ports/pgsql/
PATCH_SITES= http://people.FreeBSD.org/~seanc/patches/pgsql/
PKGNAMESUFFIX= -devel
DIST_SUBDIR= postgresql
diff --git a/databases/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo
index 9d40e782631c..41e940410e51 100644
--- a/databases/postgresql-devel/distinfo
+++ b/databases/postgresql-devel/distinfo
@@ -1,5 +1,5 @@
-MD5 (postgresql/postgresql-7.5.2004.06.25.tar.bz2) = ffdf70f8106f6c9185bfc52162920a42
-SIZE (postgresql/postgresql-7.5.2004.06.25.tar.bz2) = 8656511
+MD5 (postgresql/postgresql-8.0.b2.2004.08.31.tar.bz2) = a87399ed71f60543b7fbd8701188fed3
+SIZE (postgresql/postgresql-8.0.b2.2004.08.31.tar.bz2) = 9085613
MD5 (postgresql/patch-pgblocksize-16K) = 2ac9dac033302e9ce15816db0e346d55
SIZE (postgresql/patch-pgblocksize-16K) = 547
MD5 (postgresql/patch-pgblocksize-32K) = 0910cbfbecbb25e2bd23ebe50eb29287
diff --git a/databases/postgresql-devel/pkg-plist b/databases/postgresql-devel/pkg-plist
index 00d795b33d83..5d7ece8314b9 100644
--- a/databases/postgresql-devel/pkg-plist
+++ b/databases/postgresql-devel/pkg-plist
@@ -57,6 +57,7 @@ include/postgresql/server/access/rtscan.h
include/postgresql/server/access/sdir.h
include/postgresql/server/access/skey.h
include/postgresql/server/access/slru.h
+include/postgresql/server/access/subtrans.h
include/postgresql/server/access/transam.h
include/postgresql/server/access/tupdesc.h
include/postgresql/server/access/tupmacs.h
@@ -64,6 +65,7 @@ include/postgresql/server/access/valid.h
include/postgresql/server/access/tuptoaster.h
include/postgresql/server/access/xact.h
include/postgresql/server/access/xlog.h
+include/postgresql/server/access/xlog_internal.h
include/postgresql/server/access/xlogdefs.h
include/postgresql/server/access/xlogutils.h
include/postgresql/server/bootstrap/bootstrap.h
@@ -337,6 +339,7 @@ include/postgresql/server/utils/pg_lzcompress.h
include/postgresql/server/utils/portal.h
include/postgresql/server/utils/ps_status.h
include/postgresql/server/utils/relcache.h
+include/postgresql/server/utils/resowner.h
include/postgresql/server/utils/selfuncs.h
include/postgresql/server/utils/syscache.h
include/postgresql/server/utils/timestamp.h
@@ -397,6 +400,7 @@ include/pgtypes_numeric.h
include/pgtypes_timestamp.h
include/sql3types.h
include/sqlca.h
+lib/libpgport.a
lib/libpq.so
lib/libpq.a
lib/libpq.so.3
@@ -410,6 +414,13 @@ lib/libecpg_compat.a
lib/libecpg_compat.so.1
lib/libecpg_compat.so
%%PGCRYPTO%%lib/postgresql/pgcrypto.so
+%%SERVER%%lib/postgresql/pgxs/src/makefiles/pgxs.mk
+%%SERVER%%lib/postgresql/pgxs/src/Makefile.global
+%%SERVER%%lib/postgresql/pgxs/src/Makefile.port
+%%SERVER%%lib/postgresql/pgxs/src/Makefile.shlib
+%%SERVER%%lib/postgresql/pgxs/src/nls-global.mk
+%%SERVER%%lib/postgresql/pgxs/config/install-sh
+%%SERVER%%lib/postgresql/pgxs/config/mkinstalldirs
%%SERVER%%lib/postgresql/plpgsql.so
%%SERVER%%lib/postgresql/ascii_and_mic.so
%%SERVER%%lib/postgresql/cyrillic_and_mic.so
@@ -437,8 +448,13 @@ lib/libecpg_compat.so
%%SERVER%%lib/postgresql/utf8_and_win1250.so
%%SERVER%%lib/postgresql/utf8_and_win1256.so
%%SERVER%%lib/postgresql/utf8_and_win874.so
+%%SERVER%%@dirrm lib/postgresql/pgxs/src/makefiles
+%%SERVER%%@dirrm lib/postgresql/pgxs/src
+%%SERVER%%@dirrm lib/postgresql/pgxs/config
+%%SERVER%%@dirrm lib/postgresql/pgxs
@unexec rmdir %D/lib/postgresql 2>/dev/null || true
%%SERVER%%share/postgresql/information_schema.sql
+%%SERVER%%share/postgresql/recovery.conf.sample
%%SERVER%%share/postgresql/system_views.sql
%%SERVER%%share/postgresql/sql_features.txt
%%SERVER%%share/postgresql/pg_service.conf.sample
@@ -483,11 +499,13 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo
+%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo
@@ -524,14 +542,22 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo
+%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo
-%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo
+%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo
+%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo
@@ -542,16 +568,22 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo
+%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo
+%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
%%GETTEXT%%@unexec rmdir share/locale/*/LC_MESSAGES 2>/dev/null || true