add p5-Apache-DBI port; From: Pavel Korovin <pvk@openbsd.ru>

--
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.
This commit is contained in:
brad 2000-09-06 08:02:49 +00:00
parent 92c8d4dfe2
commit 7c10575c32
5 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/06 08:02:49 brad Exp $
DISTNAME= ApacheDBI-0.87
PKGNAME= p5-Apache-DBI-0.87
CATEGORIES= www databases perl5
NEED_VERSION= 1.324
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
RUN_DEPENDS= ${LOCALBASE}/lib/mod_perl.so::www/mod_perl \
${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd/DBI.pm::databases/p5-DBI
MAINTAINER= pvk@openbsd.ru
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (ApacheDBI-0.87.tar.gz) = 6ee243d7a0d738e61837b9760f50e1a8
RMD160 (ApacheDBI-0.87.tar.gz) = 0f16b62e5379f17e0ccdeedebaeb14b8051436f1
SHA1 (ApacheDBI-0.87.tar.gz) = ca67b7e70a438fe98580215856cf11c2b9c26728

View File

@ -0,0 +1 @@
DBI persistent connection, authentication and authorization

View File

@ -0,0 +1,15 @@
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.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/06 08:02:49 brad Exp $
libdata/perl5/site_perl/Apache/AuthDBI.pm
libdata/perl5/site_perl/Apache/DBI.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Apache/DBI/.packlist
man/man3/Apache::AuthDBI.3p
man/man3/Apache::DBI.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Apache/DBI