aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTPD-User-Manage
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-10-29 07:40:25 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-10-29 07:40:25 +0000
commitdcc83681f241cbba7fb4cd6bd83b8dbca123e8cb (patch)
treecd4a9631e0cb8ba2aa5e54ec6febd3356e20b443 /www/p5-HTTPD-User-Manage
parent5cf8be4633c8919b5f89f9668c303fa3e6f6710f (diff)
downloadports-dcc83681f241cbba7fb4cd6bd83b8dbca123e8cb.tar.gz
ports-dcc83681f241cbba7fb4cd6bd83b8dbca123e8cb.zip
Notes
Diffstat (limited to 'www/p5-HTTPD-User-Manage')
-rw-r--r--www/p5-HTTPD-User-Manage/Makefile16
-rw-r--r--www/p5-HTTPD-User-Manage/distinfo4
-rw-r--r--www/p5-HTTPD-User-Manage/pkg-descr19
-rw-r--r--www/p5-HTTPD-User-Manage/pkg-plist9
4 files changed, 27 insertions, 21 deletions
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile
index 7315616010aa..6cb735c01641 100644
--- a/www/p5-HTTPD-User-Manage/Makefile
+++ b/www/p5-HTTPD-User-Manage/Makefile
@@ -1,23 +1,23 @@
-# New ports collection makefile for: p5-HTTPD-Tools
+# New ports collection makefile for: p5-HTTPD-User-Manage
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
-PORTNAME= HTTPD-Tools
-PORTVERSION= 0.55
+PORTNAME= HTTPD-User-Manage
+PORTVERSION= 1.62
CATEGORIES= www perl5
-# no longer carried on CPAN
-MASTER_SITES= # ${MASTER_SITE_PERL_CPAN}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTPD
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Perl5 module for a HTTP server authentication class
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Perl modules for managing access control with the web server
PERL_CONFIGURE= yes
-MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.3
+MAN3= HTTPD::Authen.3 HTTPD::GroupAdmin.3 HTTPD::Realm.3 \
+ HTTPD::RealmManager.3 HTTPD::UserAdmin.3
.include <bsd.port.mk>
diff --git a/www/p5-HTTPD-User-Manage/distinfo b/www/p5-HTTPD-User-Manage/distinfo
index c2bed34133b8..d7db3fec7505 100644
--- a/www/p5-HTTPD-User-Manage/distinfo
+++ b/www/p5-HTTPD-User-Manage/distinfo
@@ -1,2 +1,2 @@
-MD5 (HTTPD-Tools-0.55.tar.gz) = b870f0b9c769408488fd4fc583445a92
-SIZE (HTTPD-Tools-0.55.tar.gz) = 23497
+MD5 (HTTPD-User-Manage-1.62.tar.gz) = 92442d6d04cf09b3b26b79b0f6bfafa5
+SIZE (HTTPD-User-Manage-1.62.tar.gz) = 113452
diff --git a/www/p5-HTTPD-User-Manage/pkg-descr b/www/p5-HTTPD-User-Manage/pkg-descr
index cc989495c049..1d62e1c2d46c 100644
--- a/www/p5-HTTPD-User-Manage/pkg-descr
+++ b/www/p5-HTTPD-User-Manage/pkg-descr
@@ -1,10 +1,11 @@
- 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.
+HTTPD-User-Manage is set of Perl modules for managing access control
+with the Apache, NCSA httpd, CERN and Netscape servers (and maybe some
+others).
- 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.
+You can install this program as a CGI script to allow remote users to
+change their Web access passwords. Web administrators can use it to
+remotely add, edit and delete users and their groups. You can also use
+it from the command line as a nice all-in-one interface to access
+control databases based on text files, DBM files, and SQL databases.
+
+WWW: http://search.cpan.org/dist/HTTPD-User-Manage/
diff --git a/www/p5-HTTPD-User-Manage/pkg-plist b/www/p5-HTTPD-User-Manage/pkg-plist
index 7975c095ef3a..578b124f2407 100644
--- a/www/p5-HTTPD-User-Manage/pkg-plist
+++ b/www/p5-HTTPD-User-Manage/pkg-plist
@@ -3,18 +3,23 @@
%%SITE_PERL%%/HTTPD/GroupAdmin.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/DBM.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/DBM/apache.pm
+%%SITE_PERL%%/HTTPD/GroupAdmin/SQL.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/Text.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/Text/cern.pm
+%%SITE_PERL%%/HTTPD/Realm.pm
+%%SITE_PERL%%/HTTPD/RealmManager.pm
%%SITE_PERL%%/HTTPD/UserAdmin.pm
%%SITE_PERL%%/HTTPD/UserAdmin/DBM.pm
+%%SITE_PERL%%/HTTPD/UserAdmin/DBM/netscape.pm
%%SITE_PERL%%/HTTPD/UserAdmin/SQL.pm
%%SITE_PERL%%/HTTPD/UserAdmin/Text.pm
%%SITE_PERL%%/HTTPD/UserAdmin/Text/cern.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTPD-Tools/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTPD-User-Manage/.packlist
+@dirrm %%SITE_PERL%%/HTTPD/UserAdmin/DBM
@dirrm %%SITE_PERL%%/HTTPD/UserAdmin/Text
@dirrm %%SITE_PERL%%/HTTPD/UserAdmin
@dirrm %%SITE_PERL%%/HTTPD/GroupAdmin/Text
@dirrm %%SITE_PERL%%/HTTPD/GroupAdmin/DBM
@dirrm %%SITE_PERL%%/HTTPD/GroupAdmin
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTPD-Tools
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTPD-User-Manage
@unexec rmdir %D/%%SITE_PERL%%/HTTPD 2>/dev/null || true