aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2004-10-29 15:40:25 +0800
committerskv <skv@FreeBSD.org>2004-10-29 15:40:25 +0800
commitdac4f8d8681dba3de4eec71eaf005652832491f1 (patch)
tree9ddf4e2a49c42168c48a676fb3c35a7b3cbe39f4
parent03035c5e0ba383ad31de125620695dcd84197b16 (diff)
downloadfreebsd-ports-gnome-dac4f8d8681dba3de4eec71eaf005652832491f1.tar.gz
freebsd-ports-gnome-dac4f8d8681dba3de4eec71eaf005652832491f1.tar.zst
freebsd-ports-gnome-dac4f8d8681dba3de4eec71eaf005652832491f1.zip
Rename p5-HTTPD-Tools to p5-HTTPD-User-Manage.
-rw-r--r--MOVED1
-rw-r--r--www/Makefile2
-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
6 files changed, 29 insertions, 22 deletions
diff --git a/MOVED b/MOVED
index 4a61e367d5f3..b0b7b802f906 100644
--- a/MOVED
+++ b/MOVED
@@ -1293,3 +1293,4 @@ audio/streamtuner-live365|audio/streamtuner|2004-10-28|plugins rolled into main
audio/streamtuner-local|audio/streamtuner|2004-10-28|plugins rolled into main port
audio/streamtuner-python|audio/streamtuner|2004-10-28|plugins rolled into main port
audio/streamtuner-xiph|audio/streamtuner|2004-10-28|plugins rolled into main port
+www/p5-HTTPD-Tools|www/p5-HTTPD-User-Manage|2004-10-29|module was renamed
diff --git a/www/Makefile b/www/Makefile
index 24c47275c57e..36a029c6c891 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -485,7 +485,7 @@
SUBDIR += p5-HTTP-Recorder
SUBDIR += p5-HTTP-WebTest
SUBDIR += p5-HTTPD-Log-Filter
- SUBDIR += p5-HTTPD-Tools
+ SUBDIR += p5-HTTPD-User-Manage
SUBDIR += p5-IMDB-Movie
SUBDIR += p5-Kwiki
SUBDIR += p5-Kwiki-Archive-Rcs
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