From b0991e2050741971cec3eb5930b7d4a51d3468dc Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 16 Jun 2002 20:43:10 +0000 Subject: Initial import of p5-Apache-DBI, provided by Sergey Svishchev in pkg/17286. DESCR: Apache::AuthDBI.pm and Apache::DBI.pm are supposed to be used with the Apache server together with an embedded perl interpreter like mod_perl. They provide support for basic authentication and authorization as well as support for persistent database connections via Perl's Database Independent Interface (DBI). --- databases/p5-Apache-DBI/DESCR | 5 +++++ databases/p5-Apache-DBI/Makefile | 23 +++++++++++++++++++++++ databases/p5-Apache-DBI/PLIST | 1 + databases/p5-Apache-DBI/distinfo | 4 ++++ 4 files changed, 33 insertions(+) create mode 100644 databases/p5-Apache-DBI/DESCR create mode 100644 databases/p5-Apache-DBI/Makefile create mode 100644 databases/p5-Apache-DBI/PLIST create mode 100644 databases/p5-Apache-DBI/distinfo (limited to 'databases') diff --git a/databases/p5-Apache-DBI/DESCR b/databases/p5-Apache-DBI/DESCR new file mode 100644 index 00000000000..5a05d6a5f41 --- /dev/null +++ b/databases/p5-Apache-DBI/DESCR @@ -0,0 +1,5 @@ +Apache::AuthDBI.pm and Apache::DBI.pm are supposed to be used with +the Apache server together with an embedded perl interpreter like +mod_perl. They provide support for basic authentication and +authorization as well as support for persistent database connections +via Perl's Database Independent Interface (DBI). diff --git a/databases/p5-Apache-DBI/Makefile b/databases/p5-Apache-DBI/Makefile new file mode 100644 index 00000000000..8215ce1b2e2 --- /dev/null +++ b/databases/p5-Apache-DBI/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/16 20:43:10 wiz Exp $ +# + +DISTNAME= ApacheDBI-0.88 +PKGNAME= p5-Apache-DBI-0.88 +SVR4_PKGNAME= p5adb +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.symbolstone.org/technology/perl/DBI/index.html +COMMENT= DBI support for Apache+mod_perl + +DEPENDS+= p5-DBI>=1.13:../../databases/p5-DBI + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/DBI/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-Apache-DBI/PLIST b/databases/p5-Apache-DBI/PLIST new file mode 100644 index 00000000000..47433c1ea2f --- /dev/null +++ b/databases/p5-Apache-DBI/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/16 20:43:10 wiz Exp $ diff --git a/databases/p5-Apache-DBI/distinfo b/databases/p5-Apache-DBI/distinfo new file mode 100644 index 00000000000..ef455842041 --- /dev/null +++ b/databases/p5-Apache-DBI/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/16 20:43:10 wiz Exp $ + +SHA1 (ApacheDBI-0.88.tar.gz) = 1a4486be05d346eacb75901e240947de346cb73c +Size (ApacheDBI-0.88.tar.gz) = 25336 bytes -- cgit v1.2.3