diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:47:13 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:47:13 +0000 |
commit | 8bd90cfd46795058288d65854af51f790e834558 (patch) | |
tree | cb94002a3d430394093ccdf78154af06b058ff7f /www/p5-HTTPD-User-Manage | |
parent | 82974645c49ab7c28b217ceb7cc77bd276930ffd (diff) | |
download | ports-8bd90cfd46795058288d65854af51f790e834558.tar.gz ports-8bd90cfd46795058288d65854af51f790e834558.zip |
Notes
Diffstat (limited to 'www/p5-HTTPD-User-Manage')
-rw-r--r-- | www/p5-HTTPD-User-Manage/Makefile | 33 | ||||
-rw-r--r-- | www/p5-HTTPD-User-Manage/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTTPD-User-Manage/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTTPD-User-Manage/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-HTTPD-User-Manage/pkg-plist | 17 |
5 files changed, 62 insertions, 0 deletions
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile new file mode 100644 index 000000000000..b453704fd073 --- /dev/null +++ b/www/p5-HTTPD-User-Manage/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-HTTPD-Tools +# Version required: 0.52 +# Date created: October 20th 1996 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= HTTPD-Tools-0.52 +PKGNAME= p5-HTTPD-Tools-0.52 +CATEGORIES+= www +MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/HTTPD/ \ + ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/HTTPD/ + +MAINTAINER= jfitz@FreeBSD.ORG + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +post-install: +.if !defined(NOMANCOMPRESS) + @ for file in HTTPD::Authen HTTPD::UserAdmin HTTPD::GroupAdmin; do \ + gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ + done +.endif + +.include <bsd.port.mk> diff --git a/www/p5-HTTPD-User-Manage/distinfo b/www/p5-HTTPD-User-Manage/distinfo new file mode 100644 index 000000000000..f11a94273fc7 --- /dev/null +++ b/www/p5-HTTPD-User-Manage/distinfo @@ -0,0 +1 @@ +MD5 (HTTPD-Tools-0.52.tar.gz) = 8590d545c63505408e434ae8074f52f7 diff --git a/www/p5-HTTPD-User-Manage/pkg-comment b/www/p5-HTTPD-User-Manage/pkg-comment new file mode 100644 index 000000000000..5362f1e467a8 --- /dev/null +++ b/www/p5-HTTPD-User-Manage/pkg-comment @@ -0,0 +1 @@ +perl5 module for a HTTP server authentication class. diff --git a/www/p5-HTTPD-User-Manage/pkg-descr b/www/p5-HTTPD-User-Manage/pkg-descr new file mode 100644 index 000000000000..cc989495c049 --- /dev/null +++ b/www/p5-HTTPD-User-Manage/pkg-descr @@ -0,0 +1,10 @@ + This module provides methods for authenticating a user. + It uses HTTPD::UserAdmin to lookup passwords in a + database. Subclasses provide methods specific to the + authentication mechanism. + + Currently, under HTTP/1.0 the only supported + authentication mechanism is Basic Authentication. NCSA + Mosaic and NCSA HTTPd understand the proposed Message + Digest Authentication, which should make it into the HTTP + spec someday. This module supports both. diff --git a/www/p5-HTTPD-User-Manage/pkg-plist b/www/p5-HTTPD-User-Manage/pkg-plist new file mode 100644 index 000000000000..5be2c6013ff8 --- /dev/null +++ b/www/p5-HTTPD-User-Manage/pkg-plist @@ -0,0 +1,17 @@ +lib/perl5/man/man3/HTTPD::Authen.3.gz +lib/perl5/man/man3/HTTPD::GroupAdmin.3.gz +lib/perl5/man/man3/HTTPD::UserAdmin.3.gz +lib/perl5/site_perl/HTTPD/AdminBase.pm +lib/perl5/site_perl/HTTPD/Authen.pm +lib/perl5/site_perl/HTTPD/GroupAdmin.pm +lib/perl5/site_perl/HTTPD/GroupAdmin/DBM.pm +lib/perl5/site_perl/HTTPD/GroupAdmin/DBM/apache.pm +lib/perl5/site_perl/HTTPD/GroupAdmin/Text.pm +lib/perl5/site_perl/HTTPD/GroupAdmin/Text/cern.pm +lib/perl5/site_perl/HTTPD/UserAdmin.pm +lib/perl5/site_perl/HTTPD/UserAdmin/DBM.pm +lib/perl5/site_perl/HTTPD/UserAdmin/SQL.pm +lib/perl5/site_perl/HTTPD/UserAdmin/Text.pm +lib/perl5/site_perl/HTTPD/UserAdmin/Text/cern.pm +lib/perl5/site_perl/i386-freebsd/auto/HTTPD-Tools/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/HTTPD-Tools
\ No newline at end of file |