diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_access_identd/Makefile | 27 | ||||
-rw-r--r-- | www/mod_access_identd/distinfo | 1 | ||||
-rw-r--r-- | www/mod_access_identd/pkg-comment | 1 | ||||
-rw-r--r-- | www/mod_access_identd/pkg-descr | 9 | ||||
-rw-r--r-- | www/mod_access_identd/pkg-plist | 3 |
6 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8a385f8e46f3..9a9d52766c99 100644 --- a/www/Makefile +++ b/www/Makefile @@ -108,6 +108,7 @@ SUBDIR += mhonarc SUBDIR += mmosaic SUBDIR += mnoGoSearch-current + SUBDIR += mod_access_identd SUBDIR += mod_access_referer SUBDIR += mod_auth_any SUBDIR += mod_auth_mysql diff --git a/www/mod_access_identd/Makefile b/www/mod_access_identd/Makefile new file mode 100644 index 000000000000..47fec0a8d0b0 --- /dev/null +++ b/www/mod_access_identd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mod_access_identd +# Date created: 10 April 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= mod_access_identd +PORTVERSION= 1.2.0 +CATEGORIES= www +MASTER_SITES= http://MeepZor.Com/packages/mod_access_identd/ + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 + +WRKSRC= ${WRKDIR}/mod_access_identd +APXS?= ${LOCALBASE}/sbin/apxs + +do-build: + @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c + +do-install: + ${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so + +.include <bsd.port.mk> diff --git a/www/mod_access_identd/distinfo b/www/mod_access_identd/distinfo new file mode 100644 index 000000000000..eb94d8de72e5 --- /dev/null +++ b/www/mod_access_identd/distinfo @@ -0,0 +1 @@ +MD5 (mod_access_identd-1.2.0.tar.gz) = 67a5a1b9d5862eeaf2ba812f6dca98d9 diff --git a/www/mod_access_identd/pkg-comment b/www/mod_access_identd/pkg-comment new file mode 100644 index 000000000000..28a603e995a7 --- /dev/null +++ b/www/mod_access_identd/pkg-comment @@ -0,0 +1 @@ +Apache module to supply access control based on ident reply diff --git a/www/mod_access_identd/pkg-descr b/www/mod_access_identd/pkg-descr new file mode 100644 index 000000000000..f0936c24a61a --- /dev/null +++ b/www/mod_access_identd/pkg-descr @@ -0,0 +1,9 @@ +A security module for the Apache Web server, supplying +mandatory access control based upon the client username +and host. The credentials are obtained using the identd +(RFC1413) mechanism, so this is of limited usefulness +if document access is through a proxy or by clients not +running an RFC1413 server daemon. As a result, this module +is best suited for intranets. + +WWW: http://MeepZor.Com/packages/ diff --git a/www/mod_access_identd/pkg-plist b/www/mod_access_identd/pkg-plist new file mode 100644 index 000000000000..40fd54c83cd6 --- /dev/null +++ b/www/mod_access_identd/pkg-plist @@ -0,0 +1,3 @@ +libexec/apache/mod_access_identd.so +@exec %D/sbin/apxs -e -A -n access_identd %D/%F +@unexec %D/sbin/apxs -e -A -n access_identd %D/%F |