diff options
author | recht <recht@pkgsrc.org> | 2004-05-19 12:33:29 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-19 12:33:29 +0000 |
commit | 92f0056af3f7004ae9cce51ce5c455f09e93406d (patch) | |
tree | 151f60adac36b032238626bfadaed6c25785d7a7 | |
parent | 89664f47e036e313aec3ac998141dd630f79578a (diff) | |
download | pkgsrc-92f0056af3f7004ae9cce51ce5c455f09e93406d.tar.gz |
initial import of postgresql-contrib-7.4.2
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system. While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.
PostgreSQL is free and the complete source is available.
This package contains the contributed programs included in the distribution.
-rw-r--r-- | databases/postgresql74-contrib/DESCR | 9 | ||||
-rw-r--r-- | databases/postgresql74-contrib/Makefile | 32 | ||||
-rw-r--r-- | databases/postgresql74-contrib/PLIST | 140 |
3 files changed, 181 insertions, 0 deletions
diff --git a/databases/postgresql74-contrib/DESCR b/databases/postgresql74-contrib/DESCR new file mode 100644 index 00000000000..1dbc8271ebf --- /dev/null +++ b/databases/postgresql74-contrib/DESCR @@ -0,0 +1,9 @@ +PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), +derived from the Berkeley Postgres database management system. While +PostgreSQL retains the powerful object-relational data model, rich data types +and easy extensibility of Postgres, it replaces the PostQuel query language +with an extended subset of SQL. + +PostgreSQL is free and the complete source is available. + +This package contains the contributed programs included in the distribution. diff --git a/databases/postgresql74-contrib/Makefile b/databases/postgresql74-contrib/Makefile new file mode 100644 index 00000000000..80d19b66326 --- /dev/null +++ b/databases/postgresql74-contrib/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/19 12:33:30 recht Exp $ + +PKGNAME= postgresql-contrib-${BASE_VERS} +SVR4_PKGNAME= pstgc +COMMENT= PostgreSQL database contrib programs + +.include "../../databases/postgresql74/Makefile.common" + +CONFIGURE_ARGS+= --with-openssl=${SSLBASE} +CONFIGURE_ARGS+= --with-zlib +CONFIGURE_ARGS+= --with-readline +MAKE_ENV+= INSTALLED_LIBPQ=1 + +BUILD_DIRS= ${WRKSRC}/contrib + +pre-build: + ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC}/src/backend && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \ + ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h + ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC}/src/port && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} + +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "FreeBSD" && ${LOWER_OPSYS_VERSUFFIX} == "4" +USE_GNU_READLINE=yes +.endif + +.include "../../databases/postgresql74-lib/buildlink3.mk" +.include "../../devel/readline/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/databases/postgresql74-contrib/PLIST b/databases/postgresql74-contrib/PLIST new file mode 100644 index 00000000000..4e98e1dcc7b --- /dev/null +++ b/databases/postgresql74-contrib/PLIST @@ -0,0 +1,140 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/19 12:33:29 recht Exp $ +bin/ApplySnapshot +bin/CleanLog +bin/GetSyncID +bin/InitRservTest +bin/MasterAddTable +bin/MasterInit +bin/MasterSync +bin/PrepareSnapshot +bin/Replicate +bin/RservTest +bin/SlaveAddTable +bin/SlaveInit +bin/dbf2pg +bin/findoidjoins +bin/fti.pl +bin/make_oidjoins_check +bin/oid2name +bin/pg_autovacuum +bin/pg_dumplo +bin/pg_logger +bin/pgbench +bin/vacuumlo +lib/postgresql/_int.so +lib/postgresql/autoinc.so +lib/postgresql/btree_gist.so +lib/postgresql/chkpass.so +lib/postgresql/cube.so +lib/postgresql/dblink.so +lib/postgresql/dbsize.so +lib/postgresql/earthdistance.so +lib/postgresql/fti.so +lib/postgresql/fuzzystrmatch.so +lib/postgresql/insert_username.so +lib/postgresql/int_aggregate.so +lib/postgresql/isbn_issn.so +lib/postgresql/lo.so +lib/postgresql/ltree.so +lib/postgresql/misc_utils.so +lib/postgresql/moddatetime.so +lib/postgresql/noup.so +lib/postgresql/pending.so +lib/postgresql/pgcrypto.so +lib/postgresql/pgstattuple.so +lib/postgresql/refint.so +lib/postgresql/rserv.so +lib/postgresql/rtree_gist.so +lib/postgresql/seg.so +lib/postgresql/string_io.so +lib/postgresql/tablefunc.so +lib/postgresql/timetravel.so +lib/postgresql/tsearch.so +lib/postgresql/tsearch2.so +lib/postgresql/user_locks.so +share/doc/postgresql/contrib/README.apachelog +share/doc/postgresql/contrib/README.btree_gist +share/doc/postgresql/contrib/README.chkpass +share/doc/postgresql/contrib/README.cube +share/doc/postgresql/contrib/README.dbf2pg +share/doc/postgresql/contrib/README.dblink +share/doc/postgresql/contrib/README.dbmirror +share/doc/postgresql/contrib/README.dbsize +share/doc/postgresql/contrib/README.earthdistance +share/doc/postgresql/contrib/README.findoidjoins +share/doc/postgresql/contrib/README.fti +share/doc/postgresql/contrib/README.fuzzystrmatch +share/doc/postgresql/contrib/README.int_aggregate +share/doc/postgresql/contrib/README.intarray +share/doc/postgresql/contrib/README.isbn_issn +share/doc/postgresql/contrib/README.lo +share/doc/postgresql/contrib/README.ltree +share/doc/postgresql/contrib/README.misc_utils +share/doc/postgresql/contrib/README.noup +share/doc/postgresql/contrib/README.oid2name +share/doc/postgresql/contrib/README.pg_autovacuum +share/doc/postgresql/contrib/README.pg_dumplo +share/doc/postgresql/contrib/README.pg_logger +share/doc/postgresql/contrib/README.pgbench +share/doc/postgresql/contrib/README.pgbench_jis +share/doc/postgresql/contrib/README.pgcrypto +share/doc/postgresql/contrib/README.pgstattuple +share/doc/postgresql/contrib/README.pgstattuple.euc_jp +share/doc/postgresql/contrib/README.rserv +share/doc/postgresql/contrib/README.rtree_gist +share/doc/postgresql/contrib/README.seg +share/doc/postgresql/contrib/README.soundex +share/doc/postgresql/contrib/README.spi +share/doc/postgresql/contrib/README.string_io +share/doc/postgresql/contrib/README.tablefunc +share/doc/postgresql/contrib/README.tsearch +share/doc/postgresql/contrib/README.tsearch2 +share/doc/postgresql/contrib/README.user_locks +share/doc/postgresql/contrib/README.vacuumlo +share/doc/postgresql/contrib/autoinc.example +share/doc/postgresql/contrib/insert_username.example +share/doc/postgresql/contrib/moddatetime.example +share/doc/postgresql/contrib/refint.example +share/doc/postgresql/contrib/timetravel.example +share/postgresql/contrib/RServ.pm +share/postgresql/contrib/_int.sql +share/postgresql/contrib/autoinc.sql +share/postgresql/contrib/btree_gist.sql +share/postgresql/contrib/chkpass.sql +share/postgresql/contrib/cube.sql +share/postgresql/contrib/dblink.sql +share/postgresql/contrib/dbsize.sql +share/postgresql/contrib/earthdistance.sql +share/postgresql/contrib/english.stop +share/postgresql/contrib/fti.sql +share/postgresql/contrib/fuzzystrmatch.sql +share/postgresql/contrib/insert_username.sql +share/postgresql/contrib/int_aggregate.sql +share/postgresql/contrib/isbn_issn.sql +share/postgresql/contrib/lo.sql +share/postgresql/contrib/lo_drop.sql +share/postgresql/contrib/lo_test.sql +share/postgresql/contrib/ltree.sql +share/postgresql/contrib/master.sql +share/postgresql/contrib/misc_utils.sql +share/postgresql/contrib/moddatetime.sql +share/postgresql/contrib/noup.sql +share/postgresql/contrib/pgcrypto.sql +share/postgresql/contrib/pgstattuple.sql +share/postgresql/contrib/refint.sql +share/postgresql/contrib/rtree_gist.sql +share/postgresql/contrib/russian.stop +share/postgresql/contrib/seg.sql +share/postgresql/contrib/slave.sql +share/postgresql/contrib/string_io.sql +share/postgresql/contrib/tablefunc.sql +share/postgresql/contrib/timetravel.sql +share/postgresql/contrib/tsearch.sql +share/postgresql/contrib/tsearch2.sql +share/postgresql/contrib/untsearch2.sql +share/postgresql/contrib/user_locks.sql +@dirrm share/postgresql/contrib +@comment in postgresql74-client: @dirrm share/postgresql +@comment in postgresql74-lib: @dirrm lib/postgresql +@dirrm share/doc/postgresql/contrib +@unexec ${RMDIR} %D/share/doc/postgresql 2>/dev/null || ${TRUE} |