diff options
author | seanc <seanc@FreeBSD.org> | 2004-09-01 07:20:53 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2004-09-01 07:20:53 +0800 |
commit | b3becf38993a41dd747d42c68d11e5484bd36b76 (patch) | |
tree | 80affdee40a3a6ca7a3ac77151ffaed864b19788 | |
parent | c1818eddb151a1481626df09895154a83622c60b (diff) | |
download | freebsd-ports-gnome-b3becf38993a41dd747d42c68d11e5484bd36b76.tar.gz freebsd-ports-gnome-b3becf38993a41dd747d42c68d11e5484bd36b76.tar.zst freebsd-ports-gnome-b3becf38993a41dd747d42c68d11e5484bd36b76.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
-rw-r--r-- | databases/postgresql-devel/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-devel/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql-devel/pkg-plist | 36 |
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 |