diff options
author | skv <skv@FreeBSD.org> | 2004-10-29 15:50:33 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-10-29 15:50:33 +0800 |
commit | 0b9f7d2ab880c0dbd89c0a94295ca0ba163c56e1 (patch) | |
tree | 4d296182e0b4d99828cd080c5dda3276299273e8 | |
parent | dac4f8d8681dba3de4eec71eaf005652832491f1 (diff) | |
download | freebsd-ports-gnome-0b9f7d2ab880c0dbd89c0a94295ca0ba163c56e1.tar.gz freebsd-ports-gnome-0b9f7d2ab880c0dbd89c0a94295ca0ba163c56e1.tar.zst freebsd-ports-gnome-0b9f7d2ab880c0dbd89c0a94295ca0ba163c56e1.zip |
Moved to p5-HTTPD-User-Manage.
-rw-r--r-- | www/p5-HTTPD-Tools/Makefile | 23 | ||||
-rw-r--r-- | www/p5-HTTPD-Tools/distinfo | 2 | ||||
-rw-r--r-- | www/p5-HTTPD-Tools/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-HTTPD-Tools/pkg-plist | 20 |
4 files changed, 0 insertions, 55 deletions
diff --git a/www/p5-HTTPD-Tools/Makefile b/www/p5-HTTPD-Tools/Makefile deleted file mode 100644 index 7315616010aa..000000000000 --- a/www/p5-HTTPD-Tools/Makefile +++ /dev/null @@ -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> diff --git a/www/p5-HTTPD-Tools/distinfo b/www/p5-HTTPD-Tools/distinfo deleted file mode 100644 index c2bed34133b8..000000000000 --- a/www/p5-HTTPD-Tools/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (HTTPD-Tools-0.55.tar.gz) = b870f0b9c769408488fd4fc583445a92 -SIZE (HTTPD-Tools-0.55.tar.gz) = 23497 diff --git a/www/p5-HTTPD-Tools/pkg-descr b/www/p5-HTTPD-Tools/pkg-descr deleted file mode 100644 index cc989495c049..000000000000 --- a/www/p5-HTTPD-Tools/pkg-descr +++ /dev/null @@ -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. diff --git a/www/p5-HTTPD-Tools/pkg-plist b/www/p5-HTTPD-Tools/pkg-plist deleted file mode 100644 index 7975c095ef3a..000000000000 --- a/www/p5-HTTPD-Tools/pkg-plist +++ /dev/null @@ -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 |