aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTTPD-User-Manage
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /www/p5-HTTPD-User-Manage
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.tar.gz
ports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.zip
Notes
Diffstat (limited to 'www/p5-HTTPD-User-Manage')
-rw-r--r--www/p5-HTTPD-User-Manage/Makefile23
-rw-r--r--www/p5-HTTPD-User-Manage/distinfo2
-rw-r--r--www/p5-HTTPD-User-Manage/pkg-descr10
-rw-r--r--www/p5-HTTPD-User-Manage/pkg-plist20
4 files changed, 0 insertions, 55 deletions
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile
deleted file mode 100644
index 7315616010aa..000000000000
--- a/www/p5-HTTPD-User-Manage/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-User-Manage/distinfo b/www/p5-HTTPD-User-Manage/distinfo
deleted file mode 100644
index c2bed34133b8..000000000000
--- a/www/p5-HTTPD-User-Manage/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-User-Manage/pkg-descr b/www/p5-HTTPD-User-Manage/pkg-descr
deleted file mode 100644
index cc989495c049..000000000000
--- a/www/p5-HTTPD-User-Manage/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-User-Manage/pkg-plist b/www/p5-HTTPD-User-Manage/pkg-plist
deleted file mode 100644
index 7975c095ef3a..000000000000
--- a/www/p5-HTTPD-User-Manage/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