pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc As discussed on tech-pkg, remove PostgreSQL 7.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0da32732b7ff
branches:  trunk
changeset: 522852:0da32732b7ff
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 27 15:57:36 2006 +0000

description:
As discussed on tech-pkg, remove PostgreSQL 7.4.

diffstat:

 databases/Makefile                                 |   12 +-
 databases/jdbc-postgresql74/DESCR                  |    7 -
 databases/jdbc-postgresql74/Makefile               |   30 -
 databases/jdbc-postgresql74/PLIST                  |    2 -
 databases/jdbc-postgresql74/distinfo               |    5 -
 databases/jdbc-postgresql74/files/build.properties |    7 -
 databases/postgresql74-client/DESCR                |    9 -
 databases/postgresql74-client/Makefile             |   39 -
 databases/postgresql74-client/PLIST                |  196 ------
 databases/postgresql74-client/files/man.client     |  114 ---
 databases/postgresql74-contrib/DESCR               |    9 -
 databases/postgresql74-contrib/Makefile            |   32 -
 databases/postgresql74-contrib/PLIST               |  140 ----
 databases/postgresql74-docs/DESCR                  |    9 -
 databases/postgresql74-docs/Makefile               |   33 -
 databases/postgresql74-docs/PLIST                  |  680 ---------------------
 databases/postgresql74-lib/DESCR                   |    9 -
 databases/postgresql74-lib/Makefile                |   61 -
 databases/postgresql74-lib/PLIST                   |  419 ------------
 databases/postgresql74-lib/buildlink3.mk           |   28 -
 databases/postgresql74-lib/files/man.lib           |    3 -
 databases/postgresql74-plperl/DESCR                |    5 -
 databases/postgresql74-plperl/MESSAGE              |    7 -
 databases/postgresql74-plperl/Makefile             |   22 -
 databases/postgresql74-plperl/PLIST                |    2 -
 databases/postgresql74-plpython/DESCR              |    9 -
 databases/postgresql74-plpython/MESSAGE            |   17 -
 databases/postgresql74-plpython/Makefile           |   22 -
 databases/postgresql74-plpython/PLIST              |    2 -
 databases/postgresql74-server/DEINSTALL            |   20 -
 databases/postgresql74-server/DESCR                |    9 -
 databases/postgresql74-server/MESSAGE              |   17 -
 databases/postgresql74-server/Makefile             |   90 --
 databases/postgresql74-server/PLIST                |   56 -
 databases/postgresql74-server/files/man.server     |    4 -
 databases/postgresql74-server/files/pgsql.sh       |  142 ----
 databases/postgresql74/DESCR                       |    9 -
 databases/postgresql74/Makefile                    |   20 -
 databases/postgresql74/Makefile.common             |  162 -----
 databases/postgresql74/PLIST                       |    2 -
 databases/postgresql74/distinfo                    |   16 -
 databases/postgresql74/files/GNUmakefile.libpgtcl  |   20 -
 databases/postgresql74/files/GNUmakefile.libpq     |   20 -
 databases/postgresql74/files/Makefile.custom       |   15 -
 databases/postgresql74/files/dynloader-ltdl.h      |   15 -
 databases/postgresql74/files/interix3.template     |    6 -
 databases/postgresql74/files/netbsd.c              |   73 --
 databases/postgresql74/files/netbsd.h              |   45 -
 databases/postgresql74/patches/patch-aa            |   46 -
 databases/postgresql74/patches/patch-ab            |   10 -
 databases/postgresql74/patches/patch-ac            |   32 -
 databases/postgresql74/patches/patch-ad            |   13 -
 databases/postgresql74/patches/patch-ae            |   14 -
 databases/postgresql74/patches/patch-af            |   13 -
 databases/postgresql74/patches/patch-ag            |   15 -
 databases/postgresql74/patches/patch-ah            |   21 -
 databases/postgresql74/patches/patch-ai            |   14 -
 databases/postgresql74/patches/patch-aj            |   13 -
 databases/postgresql74/patches/patch-ak            |   13 -
 databases/tcl-postgresql74/DESCR                   |    2 -
 databases/tcl-postgresql74/Makefile                |   26 -
 databases/tcl-postgresql74/PLIST                   |    8 -
 databases/tcl-postgresql74/buildlink3.mk           |   22 -
 databases/tcl-postgresql74/files/man.tcl           |    3 -
 mk/pgsql.buildlink3.mk                             |    7 +-
 65 files changed, 3 insertions(+), 2940 deletions(-)

diffs (truncated from 3244 to 300 lines):

diff -r 170065760b87 -r 0da32732b7ff databases/Makefile
--- a/databases/Makefile        Wed Dec 27 15:52:16 2006 +0000
+++ b/databases/Makefile        Wed Dec 27 15:57:36 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219 2006/12/09 16:18:40 adam Exp $
+# $NetBSD: Makefile,v 1.220 2006/12/27 15:57:36 joerg Exp $
 #
 
 COMMENT=       Databases
@@ -27,7 +27,6 @@
 SUBDIR+=       iodbc
 SUBDIR+=       java-db3
 SUBDIR+=       jdb
-SUBDIR+=       jdbc-postgresql74
 SUBDIR+=       jdbc-postgresql80
 SUBDIR+=       jdbc-postgresql81
 SUBDIR+=       kmysqladmin
@@ -119,14 +118,6 @@
 SUBDIR+=       phpldapadmin
 SUBDIR+=       phpmyadmin
 SUBDIR+=       phppgadmin
-SUBDIR+=       postgresql74
-SUBDIR+=       postgresql74-client
-SUBDIR+=       postgresql74-contrib
-SUBDIR+=       postgresql74-docs
-SUBDIR+=       postgresql74-lib
-SUBDIR+=       postgresql74-plperl
-SUBDIR+=       postgresql74-plpython
-SUBDIR+=       postgresql74-server
 SUBDIR+=       postgresql80
 SUBDIR+=       postgresql80-client
 SUBDIR+=       postgresql80-plperl
@@ -196,7 +187,6 @@
 SUBDIR+=       sqsh-x11
 SUBDIR+=       tcl-fbsql
 SUBDIR+=       tcl-gdbm
-SUBDIR+=       tcl-postgresql74
 SUBDIR+=       tdb
 SUBDIR+=       tinycdb
 SUBDIR+=       unixodbc
diff -r 170065760b87 -r 0da32732b7ff databases/jdbc-postgresql74/DESCR
--- a/databases/jdbc-postgresql74/DESCR Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-This is a pure Java (Type IV) JDBC driver for the PostgreSQL
-database.  It allows Java programs to connect to a PostgreSQL
-database using standard, database independent Java code.
-
-The driver provides a reasonably complete implementation of the
-JDBC 3 specification in addition to some PostgreSQL specific
-extensions.
diff -r 170065760b87 -r 0da32732b7ff databases/jdbc-postgresql74/Makefile
--- a/databases/jdbc-postgresql74/Makefile      Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2006/07/07 04:34:27 minskim Exp $
-#
-
-DISTNAME=              ${JARDIST}
-PKGNAME=               jdbc-postgresql74-${PGBUILD}
-DISTFILES+=            ${JARDIST}
-CATEGORIES=            databases
-MASTER_SITES=          http://jdbc.postgresql.org/download/
-
-MAINTAINER=            abs%NetBSD.org@localhost
-HOMEPAGE=              http://jdbc.postgresql.org/
-COMMENT=               PostgreSQL 7.4 JDBC3 driver
-
-PGBUILD=               216
-JARDIST=               pg74.${PGBUILD}.jdbc3.jar
-JARFILE=               postgresql74.jar
-EXTRACT_ONLY=           
-
-USE_JAVA=              run
-USE_JAVA2=             1.4
-NO_BUILD=              YES
-
-PLIST_SUBST+=          JARFILE=${JARFILE:Q}
-
-do-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/lib/java
-       ${INSTALL_DATA} ${DISTDIR}/${JARDIST} ${PREFIX}/lib/java/${JARFILE}
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 170065760b87 -r 0da32732b7ff databases/jdbc-postgresql74/PLIST
--- a/databases/jdbc-postgresql74/PLIST Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2006/02/27 14:52:09 abs Exp $
-lib/java/${JARFILE}
diff -r 170065760b87 -r 0da32732b7ff databases/jdbc-postgresql74/distinfo
--- a/databases/jdbc-postgresql74/distinfo      Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2006/02/27 14:52:09 abs Exp $
-
-SHA1 (pg74.216.jdbc3.jar) = aa48adcdcb1232ad2fae9d8d139fdaff5da2a029
-RMD160 (pg74.216.jdbc3.jar) = cac5b4ccc7e94516979c77e50180a66145e0fa6f
-Size (pg74.216.jdbc3.jar) = 210371 bytes
diff -r 170065760b87 -r 0da32732b7ff databases/jdbc-postgresql74/files/build.properties
--- a/databases/jdbc-postgresql74/files/build.properties        Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-# $NetBSD: build.properties,v 1.1.1.1 2004/06/03 10:23:19 abs Exp $
-# This file was based on that created by 'make build.properties'.
-major=@MAJOR@
-minor=@MINOR@
-fullversion=@FULLVERSION@
-def_pgport=5432
-enable_debug=no
diff -r 170065760b87 -r 0da32732b7ff databases/postgresql74-client/DESCR
--- a/databases/postgresql74-client/DESCR       Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-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 database client programs.
diff -r 170065760b87 -r 0da32732b7ff databases/postgresql74-client/Makefile
--- a/databases/postgresql74-client/Makefile    Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2006/10/18 19:24:07 adam Exp $
-
-PKGNAME=               postgresql74-client-${BASE_VERS}
-SVR4_PKGNAME=          pstgc
-COMMENT=               PostgreSQL database client programs
-
-.include "../../databases/postgresql74/Makefile.common"
-
-# XXX work around core dumps with the native libedit
-USE_GNU_READLINE=      yes
-
-USE_TOOLS+=            tar
-CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
-CONFIGURE_ARGS+=       --with-zlib
-CONFIGURE_ARGS+=       --with-readline
-MAKE_ENV+=             INSTALLED_LIBPQ=1
-
-BUILD_DIRS=            src/bin
-
-pre-build:
-       ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC}/src/backend && \
-       env ${MAKE_ENV} ${MAKE_PROGRAM} ${BUILD_MAKE_FLAGS} \
-               ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h
-
-post-install:
-       egrep -v "^#" ${FILESDIR}/man.client > ${WRKDIR}/man_tar_files
-       cd ${PREFIX}/man && tar -zxm -T ${WRKDIR}/man_tar_files \
-               -f ${WRKSRC}/doc/man.tar.gz
-
-.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 -r 170065760b87 -r 0da32732b7ff databases/postgresql74-client/PLIST
--- a/databases/postgresql74-client/PLIST       Wed Dec 27 15:52:16 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,196 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2006/04/17 07:07:15 jlam Exp $
-bin/clusterdb
-bin/createdb
-bin/createlang
-bin/createuser
-bin/dropdb
-bin/droplang
-bin/dropuser
-bin/initdb
-bin/initlocation
-bin/ipcclean
-bin/pg_controldata
-bin/pg_ctl
-bin/pg_dump
-bin/pg_dumpall
-bin/pg_encoding
-bin/pg_id
-bin/pg_resetxlog
-bin/pg_restore
-bin/psql
-bin/vacuumdb
-man/man1/clusterdb.1
-man/man1/createdb.1
-man/man1/createlang.1
-man/man1/createuser.1
-man/man1/dropdb.1
-man/man1/droplang.1
-man/man1/dropuser.1
-man/man1/initdb.1
-man/man1/initlocation.1
-man/man1/ipcclean.1
-man/man1/pg_config.1
-man/man1/pg_controldata.1
-man/man1/pg_ctl.1
-man/man1/pg_dump.1
-man/man1/pg_dumpall.1
-man/man1/pg_resetxlog.1
-man/man1/pg_restore.1
-man/man1/psql.1
-man/man1/vacuumdb.1
-man/manl/abort.l
-man/manl/alter_aggregate.l
-man/manl/alter_conversion.l
-man/manl/alter_database.l
-man/manl/alter_domain.l
-man/manl/alter_function.l
-man/manl/alter_group.l
-man/manl/alter_language.l
-man/manl/alter_operator_class.l
-man/manl/alter_schema.l
-man/manl/alter_sequence.l
-man/manl/alter_table.l
-man/manl/alter_trigger.l
-man/manl/alter_user.l
-man/manl/analyze.l
-man/manl/begin.l
-man/manl/checkpoint.l
-man/manl/close.l
-man/manl/cluster.l
-man/manl/comment.l
-man/manl/commit.l
-man/manl/copy.l
-man/manl/create_aggregate.l
-man/manl/create_cast.l
-man/manl/create_constraint_trigger.l
-man/manl/create_conversion.l
-man/manl/create_database.l
-man/manl/create_domain.l
-man/manl/create_function.l
-man/manl/create_group.l
-man/manl/create_index.l
-man/manl/create_language.l
-man/manl/create_operator.l
-man/manl/create_operator_class.l
-man/manl/create_rule.l
-man/manl/create_schema.l
-man/manl/create_sequence.l
-man/manl/create_table.l
-man/manl/create_table_as.l
-man/manl/create_trigger.l
-man/manl/create_type.l
-man/manl/create_user.l
-man/manl/create_view.l
-man/manl/deallocate.l
-man/manl/declare.l
-man/manl/delete.l
-man/manl/drop_aggregate.l
-man/manl/drop_cast.l
-man/manl/drop_conversion.l
-man/manl/drop_database.l
-man/manl/drop_domain.l
-man/manl/drop_function.l
-man/manl/drop_group.l
-man/manl/drop_index.l
-man/manl/drop_language.l
-man/manl/drop_operator.l
-man/manl/drop_operator_class.l
-man/manl/drop_rule.l
-man/manl/drop_schema.l
-man/manl/drop_sequence.l
-man/manl/drop_table.l
-man/manl/drop_trigger.l
-man/manl/drop_type.l
-man/manl/drop_user.l
-man/manl/drop_view.l
-man/manl/end.l
-man/manl/execute.l
-man/manl/explain.l
-man/manl/fetch.l
-man/manl/grant.l
-man/manl/insert.l
-man/manl/listen.l
-man/manl/load.l
-man/manl/lock.l
-man/manl/move.l
-man/manl/notify.l
-man/manl/prepare.l
-man/manl/reindex.l
-man/manl/reset.l
-man/manl/revoke.l
-man/manl/rollback.l
-man/manl/select.l
-man/manl/select_into.l
-man/manl/set.l
-man/manl/set_constraints.l
-man/manl/set_session_authorization.l
-man/manl/set_transaction.l
-man/manl/show.l
-man/manl/start_transaction.l



Home | Main Index | Thread Index | Old Index