1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Moved to p5-HTTPD-User-Manage.

This commit is contained in:
Sergey Skvortsov 2004-10-29 07:50:33 +00:00
parent dcc83681f2
commit 5b31c42191
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120457
4 changed files with 0 additions and 55 deletions

View File

@ -1,23 +0,0 @@
# New ports collection makefile for: p5-HTTPD-Tools
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTTPD-Tools
PORTVERSION= 0.55
CATEGORIES= www perl5
# no longer carried on 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
PERL_CONFIGURE= yes
MAN3= HTTPD::Authen.3 HTTPD::UserAdmin.3 HTTPD::GroupAdmin.3
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (HTTPD-Tools-0.55.tar.gz) = b870f0b9c769408488fd4fc583445a92
SIZE (HTTPD-Tools-0.55.tar.gz) = 23497

View File

@ -1,10 +0,0 @@
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.

View File

@ -1,20 +0,0 @@
%%SITE_PERL%%/HTTPD/AdminBase.pm
%%SITE_PERL%%/HTTPD/Authen.pm
%%SITE_PERL%%/HTTPD/GroupAdmin.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/DBM.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/DBM/apache.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/Text.pm
%%SITE_PERL%%/HTTPD/GroupAdmin/Text/cern.pm
%%SITE_PERL%%/HTTPD/UserAdmin.pm
%%SITE_PERL%%/HTTPD/UserAdmin/DBM.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
@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
@unexec rmdir %D/%%SITE_PERL%%/HTTPD 2>/dev/null || true