diff options
Diffstat (limited to 'databases/p5-DBD-PgSPI')
-rw-r--r-- | databases/p5-DBD-PgSPI/Makefile | 70 | ||||
-rw-r--r-- | databases/p5-DBD-PgSPI/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-DBD-PgSPI/files/patch-Makefile.PL | 11 | ||||
-rw-r--r-- | databases/p5-DBD-PgSPI/pkg-descr | 5 | ||||
-rw-r--r-- | databases/p5-DBD-PgSPI/pkg-plist | 7 |
5 files changed, 0 insertions, 96 deletions
diff --git a/databases/p5-DBD-PgSPI/Makefile b/databases/p5-DBD-PgSPI/Makefile deleted file mode 100644 index 70eb3dec7513..000000000000 --- a/databases/p5-DBD-PgSPI/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: p5-DBD-PgSPI -# Date created: 17 April 2003 -# Whom: mat -# -# $FreeBSD$ -# - -PORTNAME= DBD-PgSPI -PORTVERSION= 0.02 -PORTREVISION= 3 -CATEGORIES= databases perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= mat@FreeBSD.org -COMMENT= Provides access to PostgreSQL db through DBI within pl/perl functions - -BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${NONEXISTENT}:${PORTSDIR}/${POSTGRESQL_PORT}:configure -RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/plperl.so:${PORTSDIR}/databases/p5-postgresql-plperl \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg - -BROKEN= Does not compile -DEPRECATED= Has been broken for more than 6 months -EXPIRATION_DATE=2008-09-19 - -USE_GMAKE= yes -USE_PGSQL= yes -PERL_CONFIGURE= yes - -MAN3= DBD::PgSPI.3 - -.if !defined(NOPORTDOCS) -PORTDOCS= Changes README -.endif - -POSTGRESQL_PORT?= databases/postgresql${PGSQL_VER}-server -PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} -PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC - -.include <bsd.port.pre.mk> -# Setting/finding PostgreSQL version we want. -.if exists(${LOCALBASE}/bin/postmaster) -PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \ - ${SED} -n 's/.*PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' -.elif exists(${LOCALBASE}/bin/pg_config) -PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' -.else -PGSQL_VER= ${DEFAULT_PGSQL_VER} -.endif - -CONFIGURE_ENV= POSTGRES_HOME="`${PGSQL_WRKSRC_CMD}`/src" \ - LOCALBASE="${LOCALBASE}" - -post-patch: - @${PERL} -i -pe '$$_ = "" if /ppport.h/' \ - ${WRKSRC}/PgSPI.h - -post-clean: - @cd ${PGSQL_PORTDIR} && ${MAKE} clean - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -.include <bsd.port.post.mk> diff --git a/databases/p5-DBD-PgSPI/distinfo b/databases/p5-DBD-PgSPI/distinfo deleted file mode 100644 index d7c6f12217a8..000000000000 --- a/databases/p5-DBD-PgSPI/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (DBD-PgSPI-0.02.tar.gz) = cbbaf3cc3a92979aba854910a825ed2f -SHA256 (DBD-PgSPI-0.02.tar.gz) = 93d99a2ab4e18a2a37ee4b6bd6a5e613d02037cdae6bd5c76f1be77032d71c38 -SIZE (DBD-PgSPI-0.02.tar.gz) = 21906 diff --git a/databases/p5-DBD-PgSPI/files/patch-Makefile.PL b/databases/p5-DBD-PgSPI/files/patch-Makefile.PL deleted file mode 100644 index bfb15b7c7e2d..000000000000 --- a/databases/p5-DBD-PgSPI/files/patch-Makefile.PL +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Fri Jun 22 04:18:50 2001 -+++ Makefile.PL Thu Apr 17 17:51:40 2003 -@@ -28,7 +28,7 @@ - my %opts = ( - NAME => 'DBD::PgSPI', - VERSION_FROM => 'PgSPI.pm', -- INC => "-I$POSTGRES_HOME/include -I$POSTGRES_HOME/backend -I$POSTGRES_HOME/interfaces/libpq -I$dbi_arch_dir", -+ INC => "-I$POSTGRES_HOME/include -I$POSTGRES_HOME/backend -I$POSTGRES_HOME/interfaces/libpq -I$ENV{LOCALBASE}/include -I$dbi_arch_dir", - OBJECT => "PgSPI\$(OBJ_EXT) dbdimp\$(OBJ_EXT)", - LIBS => [], - AUTHOR => 'Alex Pilosov (alex@pilosov.com)', diff --git a/databases/p5-DBD-PgSPI/pkg-descr b/databases/p5-DBD-PgSPI/pkg-descr deleted file mode 100644 index d92eaf47abfe..000000000000 --- a/databases/p5-DBD-PgSPI/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -DBD::PgSPI is a Perl module which works with the DBI module to provide -access to PostgreSQL database from within pl/perl functions inside the -database. - -WWW: http://search.cpan.org/dist/DBD-PgSPI/ diff --git a/databases/p5-DBD-PgSPI/pkg-plist b/databases/p5-DBD-PgSPI/pkg-plist deleted file mode 100644 index b5c3b81a161e..000000000000 --- a/databases/p5-DBD-PgSPI/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/DBD/PgSPI.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgSPI/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgSPI/PgSPI.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgSPI/PgSPI.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/PgSPI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD |