aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-06-18 03:00:24 +0800
committerpav <pav@FreeBSD.org>2008-06-18 03:00:24 +0800
commit66ebb990c7a0d0d13e8a954fe50e292881c59b06 (patch)
treeb385f0e4653720c0c67aa39e2d453b7e57b538dc /www
parent9a5b4c32c6623f869c0507d29e7b492df0df6499 (diff)
downloadfreebsd-ports-gnome-66ebb990c7a0d0d13e8a954fe50e292881c59b06.tar.gz
freebsd-ports-gnome-66ebb990c7a0d0d13e8a954fe50e292881c59b06.tar.zst
freebsd-ports-gnome-66ebb990c7a0d0d13e8a954fe50e292881c59b06.zip
Delete www/mod_auth_pwcheck, it depends on expired cyrus-sasl1, and it's gone
from the internet.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_auth_pwcheck/Makefile48
-rw-r--r--www/mod_auth_pwcheck/distinfo3
-rw-r--r--www/mod_auth_pwcheck/pkg-descr10
-rw-r--r--www/mod_auth_pwcheck/pkg-message4
-rw-r--r--www/mod_auth_pwcheck/pkg-plist5
6 files changed, 0 insertions, 71 deletions
diff --git a/www/Makefile b/www/Makefile
index 266e934cbc30..5f73ee943e75 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -370,7 +370,6 @@
SUBDIR += mod_auth_pam2
SUBDIR += mod_auth_pgsql
SUBDIR += mod_auth_pgsql2
- SUBDIR += mod_auth_pwcheck
SUBDIR += mod_auth_remote
SUBDIR += mod_auth_useragent
SUBDIR += mod_auth_xradius
diff --git a/www/mod_auth_pwcheck/Makefile b/www/mod_auth_pwcheck/Makefile
deleted file mode 100644
index 55fb84e69a5b..000000000000
--- a/www/mod_auth_pwcheck/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: mod_auth_pwcheck
-# Date created: 2001/08/08
-# Whom: Anton Voronin <anton@chelcom.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mod_auth_pwcheck
-PORTVERSION= 1.1
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
-
-MAINTAINER= anton@chelcom.ru
-COMMENT= Apache module for user authentication via Cyrus pwcheck daemon
-
-BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
-RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} \
- ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-APACHE_PORT?= ${AP_CATEGORY}/${AP_PORT}
-MAKE_ARGS+= DOC_DIR="${DOCSDIR}"
-APACHE_COMPAT= YES
-
-.include <bsd.port.pre.mk>
-
-.if exists(${APXS})
-AP_MOD_SSL_SUFFIX!= ${APXS} -q CFLAGS 2>/dev/null \
- | ${GREP} DMOD_SSL >/dev/null \
- || ${ECHO} -modssl
-AP_CATEGORY!= ${APXS} -q CFLAGS 2>/dev/null \
- | ${GREP} DRUSSIAN_APACHE >/dev/null \
- && ${ECHO} russian \
- || ${ECHO} www
-AP_TARGET!= ${APXS} -q TARGET 2>/dev/null
-AP_LIBEXEC!= ${APXS} -q LIBEXECDIR 2>/dev/null | ${SED} 's@^${PREFIX}/@@'
-AP_SYSCONF!= ${APXS} -q SYSCONFDIR 2>/dev/null
-.else
-AP_CATEGORY= www
-.endif
-
-AP_PORT= apache13${AP_MOD_SSL_SUFFIX}
-PLIST_SUB= AP_LIBEXEC="${AP_LIBEXEC}" \
- AP_SYSCONF="${AP_SYSCONF}" \
- APXS="${APXS}"
-
-.include <bsd.port.post.mk>
diff --git a/www/mod_auth_pwcheck/distinfo b/www/mod_auth_pwcheck/distinfo
deleted file mode 100644
index 1a35777ca298..000000000000
--- a/www/mod_auth_pwcheck/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mod_auth_pwcheck-1.1.tar.gz) = c2024c64540551d16cbac4498e22c714
-SHA256 (mod_auth_pwcheck-1.1.tar.gz) = d15ddc2c7ec65528e028debc24cc122c2114e35ebd7e503b0551707f7b2d9d17
-SIZE (mod_auth_pwcheck-1.1.tar.gz) = 5008
diff --git a/www/mod_auth_pwcheck/pkg-descr b/www/mod_auth_pwcheck/pkg-descr
deleted file mode 100644
index e12005633fc6..000000000000
--- a/www/mod_auth_pwcheck/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This module provides the way for user authentication using the pwcheck
-daemon from the Cyrus SASL package. This lets the authentication to be done
-via the system password file without root permissions. The module also
-optionally provides access control via the system group file instead of any
-special group file used by the standard mod_auth_* modules.
-
-Unless you wish to do access control using the system group file, then you
-need any of the standard mod_auth_* modules to be in use.
-
-WWW: http://rnoc.urc.ac.ru/~anton/projects/mod_auth_pwcheck/
diff --git a/www/mod_auth_pwcheck/pkg-message b/www/mod_auth_pwcheck/pkg-message
deleted file mode 100644
index 759ae68d19b0..000000000000
--- a/www/mod_auth_pwcheck/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-Please add the user under which your web server is running to the group
-"cyrus" and ensure that directory /var/pwcheck is readable and searchable
-by group.
-
diff --git a/www/mod_auth_pwcheck/pkg-plist b/www/mod_auth_pwcheck/pkg-plist
deleted file mode 100644
index bfccea483e5e..000000000000
--- a/www/mod_auth_pwcheck/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%AP_LIBEXEC%%/mod_auth_pwcheck.so
-%%DOCSDIR%%/index.html
-@unexec %%APXS%% -e -A -n auth_pwcheck mod_auth_pwcheck.so
-@unexec /bin/rm %%AP_SYSCONF%%/httpd.conf.bak
-@dirrm %%DOCSDIR%%