diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-23 23:59:20 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-23 23:59:20 +0000 |
commit | a8b5da44b8acf998b2726bae6deac04cbbe9414a (patch) | |
tree | 32e3b7e5f3f698130232526992dd9cd3939b41f9 /databases | |
parent | c8e1f85b25b4239f7b0e6312c62c6e9557517ba4 (diff) | |
download | ports-a8b5da44b8acf998b2726bae6deac04cbbe9414a.tar.gz ports-a8b5da44b8acf998b2726bae6deac04cbbe9414a.zip |
an interface between perl5 and the database Postgres95.
Notes
Notes:
svn path=/head/; revision=4083
Diffstat (limited to 'databases')
-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 000000000000..9eb813faf5b8 --- /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 000000000000..dbc23d48ff0d --- /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 000000000000..6c0808604429 --- /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 000000000000..74f004827be3 --- /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 000000000000..f0399a757dc4 --- /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 |