mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Rename p5-HTTPD-Tools to p5-HTTPD-User-Manage.
This commit is contained in:
parent
5cf8be4633
commit
dcc83681f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120456
1
MOVED
1
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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user