Skip to content
Snippets Groups Projects
Commit a3da90c5 authored by Rene Ladan's avatar Rene Ladan
Browse files

*/*: Remove expired ports:

2021-06-13 databases/postgresql95-client: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-contrib: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-docs: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-pgtcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plperl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-plpython: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-pltcl: PostgreSQL-9.5 has reached end-of-life
2021-06-13 databases/postgresql95-server: PostgreSQL-9.5 has reached end-of-life
databases/pg_reorg: abandonware only for PostgreSQL 9.5
databases/pgespresso: functionality part of PostgreSQL 9.6 and later
parent 49f8a07a
Branches
Tags
No related merge requests found
Showing
with 10 additions and 253 deletions
......@@ -16386,3 +16386,13 @@ net/py-python-keystoneclient3|net/py-python-keystoneclient|2021-06-10|Remove obs
net/py-python-novaclient16|net/py-python-novaclient|2021-06-10|Remove obsoleted port. Use net/py-python-novaclient instead
print/py-pycups1|print/py-pycups|2021-06-10|Remove obsoleted port. Use print/py-pycups instead
lang/gcc8-devel|lang/gcc8|2021-06-11|GCC 8 reached end of life, use the final release (or a new major version)
databases/postgresql95-client||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/postgresql95-contrib||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/postgresql95-docs||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/postgresql95-pgtcl||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/postgresql95-plperl||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/postgresql95-plpython||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/postgresql95-pltcl||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/postgresql95-server||2021-06-13|Has expired: PostgreSQL-9.5 has reached end-of-life
databases/pg_reorg||2021-06-13|Removed, abandonware only for PostgreSQL 9.5
databases/pgespresso||2021-06-13|Removed, functionality part of PostgreSQL 9.6 and later.
......@@ -569,7 +569,6 @@
SUBDIR += pg_hashids
SUBDIR += pg_partman
SUBDIR += pg_qualstats
SUBDIR += pg_reorg
SUBDIR += pg_repack
SUBDIR += pg_similarity
SUBDIR += pg_stat_kcache
......@@ -580,7 +579,6 @@
SUBDIR += pgbarman
SUBDIR += pgbouncer
SUBDIR += pgdbf
SUBDIR += pgespresso
SUBDIR += pgfouine
SUBDIR += pgloader3
SUBDIR += pglogical
......@@ -708,14 +706,6 @@
SUBDIR += postgresql14-plpython
SUBDIR += postgresql14-pltcl
SUBDIR += postgresql14-server
SUBDIR += postgresql95-client
SUBDIR += postgresql95-contrib
SUBDIR += postgresql95-docs
SUBDIR += postgresql95-pgtcl
SUBDIR += postgresql95-plperl
SUBDIR += postgresql95-plpython
SUBDIR += postgresql95-pltcl
SUBDIR += postgresql95-server
SUBDIR += postgresql96-client
SUBDIR += postgresql96-contrib
SUBDIR += postgresql96-docs
......
# Created by: Alexander Pyhalov <alp@sfedu.ru>
PORTNAME= pg_reorg
PORTVERSION= 1.1.11
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/3821/ \
https://BSDforge.com/projects/source/databases/pg_reorg/
MAINTAINER= portmaster@BSDforge.com
COMMENT= PostgreSQL utility to reorganize tables
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
MAKE_ENV= USE_PGXS=0
USES= gmake pgsql:9.5 uidfix
LLD_UNSAFE= yes
WANT_PGSQL= server
INSTALL_TARGET= install-strip
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>
SHA256 (pg_reorg-1.1.11.tar.gz) = 595641e0e6745f99897ffc4c229b084ca0f8b52002469e22a0cf7c0ba676ec33
SIZE (pg_reorg-1.1.11.tar.gz) = 74228
pg_reorg can reorganize tables of a PostgreSQL database without any locks,
so that you can retrieve or update rows in tables being reorganized. The
module is developed to be a better alternative to CLUSTER and VACUUM FULL.
WWW: https://BSDforge.com/projects/databases/pg_reorg/
bin/pg_reorg
lib/postgresql/pg_reorg.so
share/postgresql/extension/pg_reorg--1.1.11.sql
share/postgresql/extension/pg_reorg.control
share/postgresql/extension/pg_reorg.sql
share/postgresql/extension/uninstall_pg_reorg.sql
# Created by: Matthew Seaman
PORTNAME= pgespresso
PORTVERSION= 1.2
PORTREVISION= 4
CATEGORIES= databases
MAINTAINER= matthew@FreeBSD.org
COMMENT= Optional extension to Barman backup and recovery manager
LICENSE= PostgreSQL
USE_GITHUB= yes
GH_ACCOUNT= 2ndquadrant-it
USES= gmake pgsql:9.5
LLD_UNSAFE= yes
WANT_PGSQL= server
PLIST_FILES= lib/postgresql/pgespresso.so \
share/postgresql/extension/pgespresso--1.0--1.1.sql \
share/postgresql/extension/pgespresso--1.1--1.2.sql \
share/postgresql/extension/pgespresso--1.2.sql \
share/postgresql/extension/pgespresso.control
PORTDOCS= README.asciidoc
INSTALL_TARGET= install-strip
MAKE_ARGS= INSTALL="${INSTALL} -c"
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>
TIMESTAMP = 1469169767
SHA256 (2ndquadrant-it-pgespresso-1.2_GH0.tar.gz) = ca989aa3713e5d0e066685d9db07db9854e56e43a67d4a06883ab84193a7b997
SIZE (2ndquadrant-it-pgespresso-1.2_GH0.tar.gz) = 10290
pgespresso is an extension to postgresql that adds functions and views
to be used by Barman, the disaster recovery tool
WWW: https://github.com/2ndquadrant-it/pgespresso
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
PORTNAME= postgresql
PORTREVISION= 0
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql95-server
BUILD_DIRS= config src/include src/interfaces src/port \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
src/bin/pgbench doc src/makefiles src/test/regress
INSTALL_DIRS= ${BUILD_DIRS}
CLIENT_ONLY= yes
COMPONENT= -client
USE_LDCONFIG= yes
USES= pkgconfig
.include "${MASTERDIR}/Makefile"
# Created by: Palle Girgensohn <girgen@pingpong.net>
PORTNAME= postgresql
PORTREVISION= 0
CATEGORIES= databases
MAINTAINER= pgsql@FreeBSD.org
COMMENT= The contrib utilities from the PostgreSQL distribution
LIB_DEPENDS= libxslt.so:textproc/libxslt \
libxml2.so:textproc/libxml2
MASTERDIR= ${.CURDIR}/../postgresql95-server
USES= bison pgsql:${DISTVERSION:C/([0-9]\.?[0-9]).*/\1/g}
# this port fails to build in parallel
MAKE_JOBS_UNSAFE= yes
BUILD_DIRS= src/port src/common contrib
INSTALL_DIRS= contrib
SLAVE_ONLY= yes
COMPONENT= -contrib
CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl --disable-nls --with-uuid=bsd
LDFLAGS+= -lpthread -L${PREFIX}/lib
OPTIONS_DEFINE= DOCS
post-install:
@- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
.include "${MASTERDIR}/Makefile"
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: https://www.postgresql.org/
# Created by: Palle Girgensohn <girgen@pingpong.net>
WANT_PGSQL_VER=9.5
.include "${.CURDIR}/../postgresql14-docs/Makefile"
PORTREVISION= 0
PKGNAMESUFFIX= -postgresql95
CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
PGTCL_SLAVE= 9.5
MASTERDIR= ${.CURDIR}/../pgtcl
.include "${MASTERDIR}/Makefile"
# Created by: Palle Girgensohn <girgen@partitur.se>
WANT_PGSQL_VER= 9.5
INSTALL_DIRS= src/pl/plperl contrib/hstore_plperl
# this port fails to build in parallel
MAKE_JOBS_UNSAFE= yes
.include "${.CURDIR}/../postgresql14-plperl/Makefile"
WANT_PGSQL_VER= 9.5
INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
# this port fails to build in parallel
MAKE_JOBS_UNSAFE= yes
.include "${.CURDIR}/../postgresql14-plpython/Makefile"
PL/Python allows one to write PostgeSQL stored functions and
procedures in Python (http://www.python.org/).
This software is part of the standard PostgreSQL distribution.
WWW: https://www.postgresql.org/
# Created by: Palle Girgensohn <girgen@partitur.se>
WANT_PGSQL_VER= 9.5
# this port fails to build in parallel
MAKE_JOBS_UNSAFE= yes
.include "${.CURDIR}/../postgresql14-pltcl/Makefile"
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
DISTVERSION?= 9.5.25
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION?= 0
PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT}
MAINTAINER?= pgsql@FreeBSD.org
INSTALL_DIRS?= src/common src/timezone src/backend \
src/backend/utils/mb/conversion_procs \
src/backend/snowball src/backend/replication/libpqwalreceiver \
src/bin/initdb src/bin/pg_ctl \
src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
src/bin/pg_basebackup src/bin/pg_archivecleanup \
src/bin/pg_rewind \
src/bin/pg_test_fsync src/bin/pg_test_timing \
src/bin/pg_xlogdump src/bin/pg_upgrade
ICU_PATCHFILE= pg-954-icu-2016-08-10.diff.gz
PG_USER?= pgsql
PG_GROUP?= pgsql
PG_UID?= 70
DEPRECATED= PostgreSQL-9.5 has reached end-of-life
EXPIRATION_DATE=2021-06-13
.include "${.CURDIR}/../postgresql14-server/Makefile"
TIMESTAMP = 1612956696
SHA256 (postgresql/postgresql-9.5.25.tar.bz2) = 7628c55eb23768a2c799c018988d8f2ab48ee3d80f5e11259938f7a935f0d603
SIZE (postgresql/postgresql-9.5.25.tar.bz2) = 17923796
SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365
SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment