1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Garbage collect expired slave ports (2011-04-02):

databases/postgresql73-client
databases/postgresql74-client
databases/postgresql74-contrib
databases/postgresql80-client
databases/postgresql80-contrib
databases/postgresql81-client
This commit is contained in:
Rene Ladan 2011-04-04 18:06:54 +00:00
parent e43ffc6173
commit b48961454d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272213
10 changed files with 6 additions and 211 deletions

6
MOVED
View File

@ -1669,3 +1669,9 @@ x11-toolkits/linux-f8-qt33||2011-04-04|Has expired: End of Life since Jan 7, 200
x11-toolkits/linux-f8-tk84||2011-04-04|Has expired: End of Life since Jan 7, 2009
x11/linux-f8-xorg-libs||2011-04-04|Has expired: End of Life since Jan 7, 2009
databases/erserver||2011-04-04|Has expired: does not compile on FreeBSD 7.x or newer
databases/postgresql73-client||2011-04-04|Removed
databases/postgresql74-client||2011-04-04|Removed
databases/postgresql74-contrib||2011-04-04|Removed
databases/postgresql80-client||2011-04-04|Removed
databases/postgresql80-contrib||2011-04-04|Removed
databases/postgresql81-client||2011-04-04|Removed

View File

@ -609,12 +609,6 @@
SUBDIR += postgresql-relay
SUBDIR += postgresql-repmgr
SUBDIR += postgresql-tcltk
SUBDIR += postgresql73-client
SUBDIR += postgresql74-client
SUBDIR += postgresql74-contrib
SUBDIR += postgresql80-client
SUBDIR += postgresql80-contrib
SUBDIR += postgresql81-client
SUBDIR += postgresql81-contrib
SUBDIR += postgresql82-client
SUBDIR += postgresql82-server

View File

@ -1,24 +0,0 @@
# New ports collection makefile for: PostgreSQL-client
# Date created: Wed Aug 25 00:13:57 CEST 2004
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
# To depend on postgresql-client, set USE_PGSQL=yes.
# See Mk/bsd.port.mk for more info
PORTNAME= postgresql
PKGNAMESUFFIX= -client
PORTREVISION= 1
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql73-server
BUILD_DIRS= src/bin/pg_config src/bin/pg_encoding src/bin/psql \
src/bin/pg_dump src/bin/scripts src/include \
src/interfaces doc
CLIENT_ONLY= yes
USE_LDCONFIG= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,23 +0,0 @@
# New ports collection makefile for: PostgreSQL-client
# Date created: Wed Aug 25 00:13:57 CEST 2004
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
# To depend on postgresql-client, set USE_PGSQL=yes.
# See Mk/bsd.port.mk for more info
PORTNAME= postgresql
PKGNAMESUFFIX= -client
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql74-server
BUILD_DIRS= src/bin/pg_config src/bin/pg_encoding src/bin/psql \
src/bin/pg_dump src/bin/scripts src/include \
src/interfaces doc
CLIENT_ONLY= yes
USE_LDCONFIG= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,33 +0,0 @@
# New ports collection makefile for: postgresql-contrib
# Date created: June 10, 2003
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
PORTNAME= postgresql
PKGNAMESUFFIX= -contrib
CATEGORIES= databases
MAINTAINER= girgen@FreeBSD.org
COMMENT= The contrib utilities from the PostgreSQL distribution
USE_PGSQL= yes
DEFAULT_PGSQL_VER=74
MASTERDIR= ${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server
USE_BISON= build
BUILD_DIRS= src/port contrib
INSTALL_DIRS= contrib
SLAVE_ONLY= yes
post-install:
@- ${INSTALL_SCRIPT} ${WRKSRC}/contrib/ipc_check/ipc_check.pl ${PREFIX}/bin/ipc_check ;\
${INSTALL_DATA} ${WRKSRC}/contrib/ipc_check/README ${DOCSDIR}/contrib/README.ipc_check ;\
${INSTALL_SCRIPT} ${WRKSRC}/contrib/reindexdb/reindexdb ${PREFIX}/bin/reindexdb ;\
${INSTALL_DATA} ${WRKSRC}/contrib/reindexdb/README ${DOCSDIR}/contrib/README.reindexdb ;\
${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README
.include "${MASTERDIR}/Makefile"

View File

@ -1,23 +0,0 @@
This is the port for all stuff that comes in the contrib subtree of
the postgresql distribution. This subtree contains porting tools,
analysis utilities, and plug-in features that are not part of the core
PostgreSQL system, mainly because they address a limited audience or
are too experimental to be part of the main source tree. This does
not preclude their usefulness.
Each subdirectory contains a README file with information about the
module. Some directories supply new user-defined functions, operators,
or types. After you have installed the files you need to register the
new entities in the database system by running the commands in the
supplied .sql file. For example,
$ psql -d dbname -f module.sql
The .sql files are installed into /usr/local/share/postgresql/contrib
For more information, please see
/usr/local/share/doc/postgresql/contrib/README*
This software is part of the standard PostgreSQL distribution.
WWW: http://www.postgresql.org/

View File

@ -1,23 +0,0 @@
# New ports collection makefile for: PostgreSQL-client
# Date created: Wed Aug 25 00:13:57 CEST 2004
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
# To depend on postgresql-client, set USE_PGSQL=yes.
# See Mk/bsd.port.mk for more info
PORTNAME= postgresql
PKGNAMESUFFIX= -client
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql80-server
BUILD_DIRS= config src/include src/interfaces src/bin/pg_dump \
src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
CLIENT_ONLY= yes
USE_LDCONFIG= yes
.include "${MASTERDIR}/Makefile"

View File

@ -1,33 +0,0 @@
# New ports collection makefile for: postgresql-contrib
# Date created: June 10, 2003
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
PORTNAME= postgresql
PKGNAMESUFFIX= -contrib
CATEGORIES= databases
MAINTAINER= girgen@FreeBSD.org
COMMENT= The contrib utilities from the PostgreSQL distribution
USE_PGSQL= yes
DEFAULT_PGSQL_VER=80
MASTERDIR= ${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server
USE_BISON= build
BUILD_DIRS= src/port contrib
INSTALL_DIRS= contrib
SLAVE_ONLY= yes
post-install:
@- ${INSTALL_SCRIPT} ${WRKSRC}/contrib/ipc_check/ipc_check.pl ${PREFIX}/bin/ipc_check ;\
${INSTALL_DATA} ${WRKSRC}/contrib/ipc_check/README ${DOCSDIR}/contrib/README.ipc_check ;\
${INSTALL_SCRIPT} ${WRKSRC}/contrib/reindexdb/reindexdb ${PREFIX}/bin/reindexdb ;\
${INSTALL_DATA} ${WRKSRC}/contrib/reindexdb/README ${DOCSDIR}/contrib/README.reindexdb ;\
${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README
.include "${MASTERDIR}/Makefile"

View File

@ -1,23 +0,0 @@
This is the port for all stuff that comes in the contrib subtree of
the postgresql distribution. This subtree contains porting tools,
analysis utilities, and plug-in features that are not part of the core
PostgreSQL system, mainly because they address a limited audience or
are too experimental to be part of the main source tree. This does
not preclude their usefulness.
Each subdirectory contains a README file with information about the
module. Some directories supply new user-defined functions, operators,
or types. After you have installed the files you need to register the
new entities in the database system by running the commands in the
supplied .sql file. For example,
$ psql -d dbname -f module.sql
The .sql files are installed into /usr/local/share/postgresql/contrib
For more information, please see
/usr/local/share/doc/postgresql/contrib/README*
This software is part of the standard PostgreSQL distribution.
WWW: http://www.postgresql.org/

View File

@ -1,23 +0,0 @@
# New ports collection makefile for: PostgreSQL-client
# Date created: Wed Nov 2 00:13:57 CET 2005
# Whom: Palle Girgensohn <girgen@FreeBSD.org>
#
# $FreeBSD$
#
# To depend on postgresql-client, set USE_PGSQL=yes.
# See Mk/bsd.databases.mk for more info
PORTNAME= postgresql
PKGNAMESUFFIX= -client
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql81-server
BUILD_DIRS= config src/include src/interfaces \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
CLIENT_ONLY= yes
USE_LDCONFIG= yes
.include "${MASTERDIR}/Makefile"