diff options
-rw-r--r-- | www/ap-DBI/Makefile | 19 | ||||
-rw-r--r-- | www/ap-DBI/files/md5 | 3 | ||||
-rw-r--r-- | www/ap-DBI/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/ap-DBI/pkg/DESCR | 19 | ||||
-rw-r--r-- | www/ap-DBI/pkg/PLIST | 7 |
5 files changed, 49 insertions, 0 deletions
diff --git a/www/ap-DBI/Makefile b/www/ap-DBI/Makefile new file mode 100644 index 00000000000..1b0d2f0030e --- /dev/null +++ b/www/ap-DBI/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 07:46:55 rh Exp $ +# + +DISTNAME= ApacheDBI-0.87 +PKGNAME= ap-DBI-0.87 +CATEGORIES= www databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/MERGL/} + +MAINTAINER= packages@netbsd.org + +DEPENDS+= ap-perl-*:../../www/ap-perl +DEPENDS+= apache-1.3.*:../../www/apache + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/ap-DBI/files/md5 b/www/ap-DBI/files/md5 new file mode 100644 index 00000000000..9c849fbe7c6 --- /dev/null +++ b/www/ap-DBI/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/06 07:46:55 rh Exp $ + +MD5 (ApacheDBI-0.87.tar.gz) = 6ee243d7a0d738e61837b9760f50e1a8 diff --git a/www/ap-DBI/pkg/COMMENT b/www/ap-DBI/pkg/COMMENT new file mode 100644 index 00000000000..fd9d1ccc973 --- /dev/null +++ b/www/ap-DBI/pkg/COMMENT @@ -0,0 +1 @@ +perl5 Apache modules for DBI connections diff --git a/www/ap-DBI/pkg/DESCR b/www/ap-DBI/pkg/DESCR new file mode 100644 index 00000000000..80eae06bb7a --- /dev/null +++ b/www/ap-DBI/pkg/DESCR @@ -0,0 +1,19 @@ +This is version 0.87 of Apache::AuthDBI.pm and Apache::DBI.pm. + +These modules 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). + +o AuthDBI.pm provides authentication and authorization: + + - optional shared cache for passwords to minimize database load + - configurable cleanup-handler deletes outdated entries from the cache + +o DBI.pm provides persistent database connections: + + - connections can be established during server-startup + - configurable rollback to ensure data integrity + - configurable verification of the connections to avoid time-outs. + +The modules have been developed on RH 6.0 with apache_1.3.6 and mod_perl-1.21. diff --git a/www/ap-DBI/pkg/PLIST b/www/ap-DBI/pkg/PLIST new file mode 100644 index 00000000000..79c221bd115 --- /dev/null +++ b/www/ap-DBI/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/06 07:46:55 rh Exp $ +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/DBI/.packlist +lib/perl5/site_perl/Apache/DBI.pm +lib/perl5/site_perl/Apache/AuthDBI.pm +lib/perl5/man/man3/Apache::DBI.3 +lib/perl5/man/man3/Apache::AuthDBI.3 +@dirrm lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Apache/DBI |