Date: Mon, 16 Feb 2009 18:46:35 +0100 (CET) From: Joerg Pulz <Joerg.Pulz@frm2.tum.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131750: new port: www/mod_authn_sasl Message-ID: <200902161746.n1GHkZn9067961@hades.admin.frm2> Resent-Message-ID: <200902161750.n1GHo2Lh008594@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131750 >Category: ports >Synopsis: new port: www/mod_authn_sasl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 16 17:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Joerg Pulz >Release: FreeBSD 7.1-RELEASE-p2 i386 >Organization: Technische Universitaet Muenchen / ZWE FRM-II >Environment: System: FreeBSD hades.admin.frm2 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Mon Jan 19 12:01:54 CET 2009 root@hades.admin.frm2:/usr/obj/usr/src/sys/HADES i386 >Description: This module provides the mod_auth_basic authentication front-end a way to authenticate users by checking credentials via the Cyrus SASL library. This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or LDAP) already running at a machine use SASL to authenticate users. See http://mod-authn-sasl.sourceforge.net/ for configuration details. >How-To-Repeat: >Fix: --- www-mod_authn_sasl.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_authn_sasl # mod_authn_sasl/Makefile # mod_authn_sasl/distinfo # mod_authn_sasl/pkg-descr # echo c - mod_authn_sasl mkdir -p mod_authn_sasl > /dev/null 2>&1 echo x - mod_authn_sasl/Makefile sed 's/^X//' >mod_authn_sasl/Makefile << '37f7379e28b8a2b69bf451cc15ec75c3' X# New ports collection makefile for: mod_authn_sasl X# Date created: February 16, 2009 X# Whom: Joerg Pulz <Joerg.Pulz@frm2.tum.de> X# X# $FreeBSD$ X# X XPORTNAME= mod_authn_sasl XPORTVERSION= 1.0.2 XCATEGORIES= www XMASTER_SITES= SF/mod-authn-sasl X XMAINTAINER= Joerg.Pulz@frm2.tum.de XCOMMENT= Allows user authentication based on libsasl2 mechanisms on apache 2.2 X XLIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 X XUSE_APACHE= 22 XUSE_BZIP2= yes XAP_FAST_BUILD= YES XAP_GENPLIST= YES X#SHORTMODNAME= authn_sasl X XOPTIONS= SASLAUTHD "Register dependency for cyrus-sasl2-saslauthd" off X XPORTDOCS= AUTHORS LICENSE X X.include <bsd.port.pre.mk> X X.if defined(WITH_SASLAUTHD) XRUN_DEPENDS+= saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include <bsd.port.post.mk> 37f7379e28b8a2b69bf451cc15ec75c3 echo x - mod_authn_sasl/distinfo sed 's/^X//' >mod_authn_sasl/distinfo << '4bfba39b08109f289582327a1e3dd414' XMD5 (mod_authn_sasl-1.0.2.tar.bz2) = 0272cb8550fe557177729b0c927d56f0 XSHA256 (mod_authn_sasl-1.0.2.tar.bz2) = 45f13e976fe93e43ea291528f2de3d97423867c936584265f23a679d7772cea6 XSIZE (mod_authn_sasl-1.0.2.tar.bz2) = 244838 4bfba39b08109f289582327a1e3dd414 echo x - mod_authn_sasl/pkg-descr sed 's/^X//' >mod_authn_sasl/pkg-descr << '4ebeed277ff50fcd305fbe7ddc08e4c8' XThis module provides the mod_auth_basic authentication front-end a way to Xauthenticate users by checking credentials via the Cyrus SASL library. XThis may be interesting for setups where other daemons (e.g. for SMTP, IMAP or XLDAP) already running at a machine use SASL to authenticate users. X XWWW: http://mod-authn-sasl.sourceforge.net/ 4ebeed277ff50fcd305fbe7ddc08e4c8 exit --- www-mod_authn_sasl.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902161746.n1GHkZn9067961>