diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-23 23:59:20 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-23 23:59:20 +0000 |
commit | 04d2b46946ef8a91df260f4810e3792a691a48f9 (patch) | |
tree | 1a66febe8f1bfc9d18727be19ed85c22d4605aa4 | |
parent | 7323f7acdcf7f3720a13570ac7f7a959fb1645d5 (diff) | |
download | FreeBSD-ports-04d2b46946ef8a91df260f4810e3792a691a48f9.zip FreeBSD-ports-04d2b46946ef8a91df260f4810e3792a691a48f9.tar.gz |
an interface between perl5 and the database Postgres95.
-rw-r--r-- | databases/p5-Pg/Makefile | 27 | ||||
-rw-r--r-- | databases/p5-Pg/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-Pg/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-Pg/pkg-descr | 13 | ||||
-rw-r--r-- | databases/p5-Pg/pkg-plist | 6 |
5 files changed, 48 insertions, 0 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile new file mode 100644 index 0000000..9eb813f --- /dev/null +++ b/databases/p5-Pg/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Pg +# Version required: 1.2.0 +# Date created: October 19th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= pg95perl5-1.2.0 +PKGNAME= p5-Pg-1.2.0 +CATEGORIES+= databases +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Pg/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Pg/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Pg/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Pg/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Pg/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Pg/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ + ${PREFIX}/postgres95/lib/libpq.a:${PORTSDIR}/databases/postgres95 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/databases/p5-Pg/distinfo b/databases/p5-Pg/distinfo new file mode 100644 index 0000000..dbc23d4 --- /dev/null +++ b/databases/p5-Pg/distinfo @@ -0,0 +1 @@ +MD5 (pg95perl5-1.2.0.tar.gz) = 1d6b7a6e5fc581652ea3daf18d099523 diff --git a/databases/p5-Pg/pkg-comment b/databases/p5-Pg/pkg-comment new file mode 100644 index 0000000..6c08086 --- /dev/null +++ b/databases/p5-Pg/pkg-comment @@ -0,0 +1 @@ +an interface between perl5 and the database Postgres95. diff --git a/databases/p5-Pg/pkg-descr b/databases/p5-Pg/pkg-descr new file mode 100644 index 0000000..74f0048 --- /dev/null +++ b/databases/p5-Pg/pkg-descr @@ -0,0 +1,13 @@ +This is version 1.2.0 of pg95perl5. + +Pg95perl5 is an interface between Larry Wall's language perl version 5 and +the database Postgres95. This has been done by using the Perl 5 application +program- ming interface for C extensions which calls the Postgres +programmer's interface LIBQ. + +Pg95perl5 is based on the pgperl package from Igor Metz and Robert Withrow. +Because the perl interface changed, this interface has been rewritten +following the guidelines from the perlapi manpage. Also the test script +has been adapted to SQL, which has replaced the query language POSTQUEL. + + diff --git a/databases/p5-Pg/pkg-plist b/databases/p5-Pg/pkg-plist new file mode 100644 index 0000000..f0399a7 --- /dev/null +++ b/databases/p5-Pg/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/Pg.pm +lib/perl5/site_perl/testlibpq.pl +lib/perl5/site_perl/i386-freebsd/auto/Pg/Pg.bs +lib/perl5/site_perl/i386-freebsd/auto/Pg/Pg.so +lib/perl5/site_perl/i386-freebsd/auto/Pg/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Pg |