Rename p5-HTTPD-Tools to p5-HTTPD-User-Manage.

This commit is contained in:
Sergey Skvortsov 2004-10-29 07:40:25 +00:00
parent 5cf8be4633
commit dcc83681f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120456
6 changed files with 29 additions and 22 deletions

1
MOVED
View file

@ -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-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-python|audio/streamtuner|2004-10-28|plugins rolled into main port
audio/streamtuner-xiph|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

View file

@ -485,7 +485,7 @@
SUBDIR += p5-HTTP-Recorder SUBDIR += p5-HTTP-Recorder
SUBDIR += p5-HTTP-WebTest SUBDIR += p5-HTTP-WebTest
SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-Log-Filter
SUBDIR += p5-HTTPD-Tools SUBDIR += p5-HTTPD-User-Manage
SUBDIR += p5-IMDB-Movie SUBDIR += p5-IMDB-Movie
SUBDIR += p5-Kwiki SUBDIR += p5-Kwiki
SUBDIR += p5-Kwiki-Archive-Rcs SUBDIR += p5-Kwiki-Archive-Rcs

View file

@ -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 # Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org> # Whom: James FitzGibbon <jfitz@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# #
PORTNAME= HTTPD-Tools PORTNAME= HTTPD-User-Manage
PORTVERSION= 0.55 PORTVERSION= 1.62
CATEGORIES= www perl5 CATEGORIES= www perl5
# no longer carried on CPAN MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITES= # ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTPD MASTER_SITE_SUBDIR= HTTPD
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= skv@FreeBSD.org
COMMENT= Perl5 module for a HTTP server authentication class COMMENT= Perl modules for managing access control with the web server
PERL_CONFIGURE= yes 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> .include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
MD5 (HTTPD-Tools-0.55.tar.gz) = b870f0b9c769408488fd4fc583445a92 MD5 (HTTPD-User-Manage-1.62.tar.gz) = 92442d6d04cf09b3b26b79b0f6bfafa5
SIZE (HTTPD-Tools-0.55.tar.gz) = 23497 SIZE (HTTPD-User-Manage-1.62.tar.gz) = 113452

View file

@ -1,10 +1,11 @@
This module provides methods for authenticating a user. HTTPD-User-Manage is set of Perl modules for managing access control
It uses HTTPD::UserAdmin to lookup passwords in a with the Apache, NCSA httpd, CERN and Netscape servers (and maybe some
database. Subclasses provide methods specific to the others).
authentication mechanism.
Currently, under HTTP/1.0 the only supported You can install this program as a CGI script to allow remote users to
authentication mechanism is Basic Authentication. NCSA change their Web access passwords. Web administrators can use it to
Mosaic and NCSA HTTPd understand the proposed Message remotely add, edit and delete users and their groups. You can also use
Digest Authentication, which should make it into the HTTP it from the command line as a nice all-in-one interface to access
spec someday. This module supports both. control databases based on text files, DBM files, and SQL databases.
WWW: http://search.cpan.org/dist/HTTPD-User-Manage/

View file

@ -3,18 +3,23 @@
%%SITE_PERL%%/HTTPD/GroupAdmin.pm %%SITE_PERL%%/HTTPD/GroupAdmin.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/DBM.pm %%SITE_PERL%%/HTTPD/GroupAdmin/DBM.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/DBM/apache.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.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/Text/cern.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.pm
%%SITE_PERL%%/HTTPD/UserAdmin/DBM.pm %%SITE_PERL%%/HTTPD/UserAdmin/DBM.pm
%%SITE_PERL%%/HTTPD/UserAdmin/DBM/netscape.pm
%%SITE_PERL%%/HTTPD/UserAdmin/SQL.pm %%SITE_PERL%%/HTTPD/UserAdmin/SQL.pm
%%SITE_PERL%%/HTTPD/UserAdmin/Text.pm %%SITE_PERL%%/HTTPD/UserAdmin/Text.pm
%%SITE_PERL%%/HTTPD/UserAdmin/Text/cern.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/Text
@dirrm %%SITE_PERL%%/HTTPD/UserAdmin @dirrm %%SITE_PERL%%/HTTPD/UserAdmin
@dirrm %%SITE_PERL%%/HTTPD/GroupAdmin/Text @dirrm %%SITE_PERL%%/HTTPD/GroupAdmin/Text
@dirrm %%SITE_PERL%%/HTTPD/GroupAdmin/DBM @dirrm %%SITE_PERL%%/HTTPD/GroupAdmin/DBM
@dirrm %%SITE_PERL%%/HTTPD/GroupAdmin @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 @unexec rmdir %D/%%SITE_PERL%%/HTTPD 2>/dev/null || true