From e1c7e038f0f404d2c278d5c9e5aee8697407d8d7 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 7 Feb 2007 21:37:27 +0000 Subject: 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. --- databases/p5-DBD-PgPP/DESCR | 6 ++++++ databases/p5-DBD-PgPP/Makefile | 19 +++++++++++++++++++ databases/p5-DBD-PgPP/PLIST | 1 + databases/p5-DBD-PgPP/distinfo | 5 +++++ 4 files changed, 31 insertions(+) create mode 100644 databases/p5-DBD-PgPP/DESCR create mode 100644 databases/p5-DBD-PgPP/Makefile create mode 100644 databases/p5-DBD-PgPP/PLIST create mode 100644 databases/p5-DBD-PgPP/distinfo (limited to 'databases/p5-DBD-PgPP') 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 -- cgit v1.2.3