diff options
author | clement <clement@FreeBSD.org> | 2004-06-05 15:15:02 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-05 15:15:02 +0000 |
commit | 7e1e6a782ae3e68903cdfabb6c05550866bd58a9 (patch) | |
tree | 89406ba8d2d1b76d35fb91fd54a0883f768fdf90 /www | |
parent | 85eb7d4b05b5d43212d28e0aad32def447f405bc (diff) | |
download | FreeBSD-ports-7e1e6a782ae3e68903cdfabb6c05550866bd58a9.zip FreeBSD-ports-7e1e6a782ae3e68903cdfabb6c05550866bd58a9.tar.gz |
Add mod_auth_imap 2.0.
An Apache 2module to provide authentication via an IMAP mail server.
WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_auth_imap2/Makefile | 32 | ||||
-rw-r--r-- | www/mod_auth_imap2/distinfo | 2 | ||||
-rw-r--r-- | www/mod_auth_imap2/pkg-descr | 3 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2988f7b..3449195 100644 --- a/www/Makefile +++ b/www/Makefile @@ -216,6 +216,7 @@ SUBDIR += mod_auth_external SUBDIR += mod_auth_external2 SUBDIR += mod_auth_imap + SUBDIR += mod_auth_imap2 SUBDIR += mod_auth_kerb SUBDIR += mod_auth_mysql SUBDIR += mod_auth_mysql41_ap2 diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile new file mode 100644 index 0000000..742bf4a --- /dev/null +++ b/www/mod_auth_imap2/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: mod_auth_imap +# Date created: Jun 5 2004 +# Whom: Clement Laforet <clement@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mod_auth_imap +PORTVERSION= 2.0 +CATEGORIES= www +MASTER_SITES= http://www.zhen.org/software/mod_auth_imap/ +EXTRACT_SUFX= .tgz +DIST_SUBDIR= apache2 + +MAINTAINER= clement@FreeBSD.org +COMMENT= An Apache 2 module to provide authentication via an IMAP mail server + +WANT_APACHE= 2 +AP_FAST_BUILD= YES +AP_GENPLIST= YES + +PORTDOCS= htaccess-example httpd.conf-append-example +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + @cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + +.include <bsd.port.post.mk> diff --git a/www/mod_auth_imap2/distinfo b/www/mod_auth_imap2/distinfo new file mode 100644 index 0000000..2f6a95f --- /dev/null +++ b/www/mod_auth_imap2/distinfo @@ -0,0 +1,2 @@ +MD5 (apache2/mod_auth_imap-2.0.tgz) = 0f4a621e15a7c36555909448810397b3 +SIZE (apache2/mod_auth_imap-2.0.tgz) = 12525 diff --git a/www/mod_auth_imap2/pkg-descr b/www/mod_auth_imap2/pkg-descr new file mode 100644 index 0000000..f1cf33d --- /dev/null +++ b/www/mod_auth_imap2/pkg-descr @@ -0,0 +1,3 @@ +An Apache 2 module to provide authentication via an IMAP mail server. + +WWW: http://www.zhen.org/cowiki/Software/ModAuthImap/ |