summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2011-10-14 17:24:30 +0000
committerSteve Dibb <beandog@gentoo.org>2011-10-14 17:24:30 +0000
commitd93b283cb3130312e417359c85a3d5d90ef9d3af (patch)
tree3e98bdbdd3ba4f7804250c1960eabef6b6453cda /www-apache
parentVersion bump (diff)
downloadhistorical-d93b283cb3130312e417359c85a3d5d90ef9d3af.tar.gz
historical-d93b283cb3130312e417359c85a3d5d90ef9d3af.tar.bz2
historical-d93b283cb3130312e417359c85a3d5d90ef9d3af.zip
Initial ebuild, bug 330781; Thanks to Phil Turmel
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_authn_sasl/ChangeLog10
-rw-r--r--www-apache/mod_authn_sasl/Manifest5
-rw-r--r--www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf5
-rw-r--r--www-apache/mod_authn_sasl/metadata.xml5
-rw-r--r--www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild27
5 files changed, 52 insertions, 0 deletions
diff --git a/www-apache/mod_authn_sasl/ChangeLog b/www-apache/mod_authn_sasl/ChangeLog
new file mode 100644
index 000000000000..923fdc12e9c7
--- /dev/null
+++ b/www-apache/mod_authn_sasl/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for www-apache/mod_authn_sasl
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/ChangeLog,v 1.1 2011/10/14 17:24:30 beandog Exp $
+
+*mod_authn_sasl-1.1 (14 Oct 2011)
+
+ 14 Oct 2011; Steve Dibb <beandog@gentoo.org> +files/10_mod_authn_sasl.conf,
+ +mod_authn_sasl-1.1.ebuild:
+ Initial ebuild, bug 330781; Thanks to Phil Turmel
+
diff --git a/www-apache/mod_authn_sasl/Manifest b/www-apache/mod_authn_sasl/Manifest
new file mode 100644
index 000000000000..941db960962f
--- /dev/null
+++ b/www-apache/mod_authn_sasl/Manifest
@@ -0,0 +1,5 @@
+AUX 10_mod_authn_sasl.conf 118 RMD160 bb7e5dfcf5e63ef025ea0d11963f07243b618a0a SHA1 9888f5521687343a99b425cd0887bccc7a3c04e7 SHA256 1c44e0a2150fa2c7cae0b668d5249c06b633e49c350cbad4826f4902ef858a5b
+DIST mod_authn_sasl-1.1.tar.bz2 249792 RMD160 56c8f5b4a294de37f0064bf6bb2869646ab9846b SHA1 213d058325da27902312aad147772568c2b33e46 SHA256 d663cf929160d5cea0288f71739c63dc141770cd7ba30996ad8ce357818a04a8
+EBUILD mod_authn_sasl-1.1.ebuild 741 RMD160 eb2205f2024893105cff557491a1e8a04eaee211 SHA1 e124641abe97184217fb2e1317b3966deb455e9c SHA256 710cf094eddf1a65c224f464db2643bfc9b539e0904dc3e2e25b54b19ea00665
+MISC ChangeLog 420 RMD160 f68424152c4378118b7aaaef7e936fd04463ae88 SHA1 3c146446746f7ac09ab303fac7fa8a3d6fece839 SHA256 432b710924a537e17e872565a5395ec33b776368c506ba54d5dfcfe80d9236be
+MISC metadata.xml 160 RMD160 a0f6e133e170b7477018d8584c20e8723f6914fa SHA1 a3b9b520ec43ee1f9b1c7b5c5b8745bf84454c03 SHA256 3c312146c4cb5b912d6f56292242ce3a85c629ca98ee7ef0a84ca575708b44fe
diff --git a/www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf b/www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf
new file mode 100644
index 000000000000..05f71c156e41
--- /dev/null
+++ b/www-apache/mod_authn_sasl/files/10_mod_authn_sasl.conf
@@ -0,0 +1,5 @@
+<IfDefine AUTHN_SASL>
+LoadModule authn_sasl_module modules/mod_authn_sasl.so
+</IfDefine>
+
+# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_authn_sasl/metadata.xml b/www-apache/mod_authn_sasl/metadata.xml
new file mode 100644
index 000000000000..64a719ea1bfd
--- /dev/null
+++ b/www-apache/mod_authn_sasl/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>apache</herd>
+</pkgmetadata>
diff --git a/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild b/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild
new file mode 100644
index 000000000000..05fc33e3a586
--- /dev/null
+++ b/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2010-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_authn_sasl/mod_authn_sasl-1.1.ebuild,v 1.1 2011/10/14 17:24:30 beandog Exp $
+
+inherit eutils apache-module
+
+DESCRIPTION="Cyrus SASL authentication module for Apache."
+HOMEPAGE="http://mod-authn-sasl.sourceforge.net/"
+SRC_URI="http://downloads.sourceforge.net/project/mod-authn-sasl/mod-authn-sasl/${PV}/${P}.tar.bz2"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/cyrus-sasl"
+RDEPEND="${DEPEND}"
+
+APXS2_ARGS="-c ${PN}.c -lsasl2"
+APACHE2_MOD_CONF="10_${PN}"
+APACHE2_MOD_DEFINE="AUTHN_SASL"
+
+need_apache2_2
+
+src_install() {
+ apache-module_src_install
+}