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
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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.
+0 −10
Original line number Diff line number Diff line
@@ -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

databases/pg_reorg/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
# 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>

databases/pg_reorg/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (pg_reorg-1.1.11.tar.gz) = 595641e0e6745f99897ffc4c229b084ca0f8b52002469e22a0cf7c0ba676ec33
SIZE (pg_reorg-1.1.11.tar.gz) = 74228

databases/pg_reorg/pkg-descr

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
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/
Loading