diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-07 21:37:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-07 21:37:27 +0000 |
commit | def53c831308d26c01ddfca00752493ab5a94fa6 (patch) | |
tree | f19c64f7fb86a45f162c7fa7d792690b8b3fdea1 /databases | |
parent | 2e0ed3c9d35ab7bab83e8b954ab174e2dd07ae44 (diff) | |
download | pkgsrc-def53c831308d26c01ddfca00752493ab5a94fa6.tar.gz |
Imported p5-DBD-PgPP.
DBD::PgPP is a Pure Perl client interface for the PostgreSQL database.
This module implements network protocol between server and client of
PostgreSQL, thus you don't need external PostgreSQL client library like
libpq for this module to work. It means this module enables
you to connect to PostgreSQL server from some operation systems
which PostgreSQL is not ported. How nifty!
Packaged by Francisco Valladolid Hdez.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-PgPP/DESCR | 6 | ||||
-rw-r--r-- | databases/p5-DBD-PgPP/Makefile | 19 | ||||
-rw-r--r-- | databases/p5-DBD-PgPP/PLIST | 1 | ||||
-rw-r--r-- | databases/p5-DBD-PgPP/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/databases/p5-DBD-PgPP/DESCR b/databases/p5-DBD-PgPP/DESCR new file mode 100644 index 00000000000..1375c785a3d --- /dev/null +++ b/databases/p5-DBD-PgPP/DESCR @@ -0,0 +1,6 @@ +DBD::PgPP is a Pure Perl client interface for the PostgreSQL database. +This module implements network protocol between server and client of +PostgreSQL, thus you don't need external PostgreSQL client library like +libpq for this module to work. It means this module enables +you to connect to PostgreSQL server from some operation systems +which PostgreSQL is not ported. How nifty! diff --git a/databases/p5-DBD-PgPP/Makefile b/databases/p5-DBD-PgPP/Makefile new file mode 100644 index 00000000000..a7711275a5f --- /dev/null +++ b/databases/p5-DBD-PgPP/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/07 21:37:27 rillig Exp $ +# + +DISTNAME= DBD-PgPP-0.05 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ + +MAINTAINER= ficovh@yahoo.com +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AR/ARC/ +COMMENT= DBD::PgPP - Pure Perl PostgreSQL driver for the DBI + +DEPENDS+= p5-DBI>=0:../../databases/p5-DBI + +PERL5_PACKLIST= auto/DBD/PgPP/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBD-PgPP/PLIST b/databases/p5-DBD-PgPP/PLIST new file mode 100644 index 00000000000..fddf0e721ab --- /dev/null +++ b/databases/p5-DBD-PgPP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/07 21:37:27 rillig Exp $ diff --git a/databases/p5-DBD-PgPP/distinfo b/databases/p5-DBD-PgPP/distinfo new file mode 100644 index 00000000000..c9e65ae81fb --- /dev/null +++ b/databases/p5-DBD-PgPP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/02/07 21:37:27 rillig Exp $ + +SHA1 (DBD-PgPP-0.05.tar.gz) = ed3ce9886575fb5549fc108a3cad8641ed51e970 +RMD160 (DBD-PgPP-0.05.tar.gz) = 950ed923eeb8cfc5916aa0f4483ba5901dd491f4 +Size (DBD-PgPP-0.05.tar.gz) = 16807 bytes |