diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2011-10-12 22:09:17 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2011-10-12 22:09:17 +0000 |
commit | a7f2ae5f9b42264d4f94a3cbc16ba778468a24da (patch) | |
tree | e9fc201e38f1fcc8051aad3709b1820bc1a58029 /www-apache | |
parent | [dev-util/catalyst] sync with gx86, style changes (diff) | |
download | darkside-a7f2ae5f9b42264d4f94a3cbc16ba778468a24da.tar.gz darkside-a7f2ae5f9b42264d4f94a3cbc16ba778468a24da.tar.bz2 darkside-a7f2ae5f9b42264d4f94a3cbc16ba778468a24da.zip |
cp from ramereth-overlay
Diffstat (limited to 'www-apache')
36 files changed, 736 insertions, 0 deletions
diff --git a/www-apache/mod_asn/ChangeLog b/www-apache/mod_asn/ChangeLog new file mode 100644 index 0000000..0150ab5 --- /dev/null +++ b/www-apache/mod_asn/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for www-apache/mod_asn +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mod_asn-1.3 (17 Dec 2009) +*mod_asn-1.2-r1 (17 Dec 2009) + + 17 Dec 2009; Lance Albertson <ramereth@gentoo.org> -mod_asn-1.2.ebuild, + +mod_asn-1.2-r1.ebuild, +mod_asn-1.3.ebuild: + Version bump, Fix ebuild so it actually works + +*mod_asn-1.2 (26 Aug 2009) + + 26 Aug 2009; Lance Albertson <ramereth@gentoo.org> +files/30_mod_asn.conf, + +mod_asn-1.2.ebuild, -mod_asn-30.ebuild, +metadata.xml: + QA Fixes, change ebuild to correct versioned package, and also add the + apache + conf file. + + 26 Jun 2009; Lance Albertson <ramereth@gentoo.org> ChangeLog: + New ebuild + diff --git a/www-apache/mod_asn/Manifest b/www-apache/mod_asn/Manifest new file mode 100644 index 0000000..2766464 --- /dev/null +++ b/www-apache/mod_asn/Manifest @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 30_mod_asn.conf 97 RMD160 acbd09f09d50ff3204ee7daa06f6df853a8d0d4f SHA1 a773800f8fce9c88e9192cd3084ee5b79fcde655 SHA256 bac00ab4084e1a1df1b4b5a66708060597b65998662e180385f628aee459400d +DIST mod_asn-1.2.tar.gz 20938 RMD160 c8a0b8a46f8950c6f2908eb6f2c1306d433d558b SHA1 b2356de7c890b1808f18d3d0995010ebb54427c3 SHA256 8503e273dc2eab1f06e3a805ff5b9477c190c63dbdf7e4969ec92b326db94000 +DIST mod_asn-1.3.tar.gz 21228 RMD160 979f74037004d0c6aca54f87337886bf723f2ed2 SHA1 50f4821915162ad8796db5ac3369b964f4245704 SHA256 595c2da750a70805d02a1b145b3cad3e1277a1b62ffd18be3b50231d9500485d +EBUILD mod_asn-1.2-r1.ebuild 642 RMD160 e98d1d94fde6110c8e1be6eed7acd79fd9c5aed8 SHA1 e5cfdf567c0ea0302b1fdb2489d2eaa6a670ebc4 SHA256 5329c34a6206f7ed27338f57bee97be72e53cf9041fd37854412c9a8f337105f +EBUILD mod_asn-1.3.ebuild 653 RMD160 38706ed84e0b6101eba7cc42b76d81fc70d02b05 SHA1 244406d08450120a7a5179370119ea3ce08b3c44 SHA256 458d84e4a0f2df57e36bb2198b65049be0974da9933dc47448c396c1ecae517a +MISC ChangeLog 684 RMD160 10627c759bbc73e37a3974b433194778a81efeed SHA1 ce011a1b99edab86233e22503a2a93e9201962fc SHA256 e1b76f7779aaf369e82dbc8452bfcf06447a121cad25f12c545c9b3f212a7597 +MISC metadata.xml 363 RMD160 5044e3fa95a31936f6be5e4e95a84725b382a5d4 SHA1 185523bcdd1175016489e3a0385d1d085318a2ca SHA256 55dccd3f642cf5f8c99c158990805fca27ea49a1e2a81869f31280d5c18d9b69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iD8DBQFLKdpdQW+hXSf0t0IRAj2TAJ48NW4FPZjda9KcnQScduV4B73kywCff8BT +vvi19J3r01iDwB2FMPqnCoc= +=+6AI +-----END PGP SIGNATURE----- diff --git a/www-apache/mod_asn/files/30_mod_asn.conf b/www-apache/mod_asn/files/30_mod_asn.conf new file mode 100644 index 0000000..052c8cb --- /dev/null +++ b/www-apache/mod_asn/files/30_mod_asn.conf @@ -0,0 +1,5 @@ +<IfDefine ASN> +LoadModule asn_module modules/mod_asn.so +</IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_asn/metadata.xml b/www-apache/mod_asn/metadata.xml new file mode 100644 index 0000000..99feb94 --- /dev/null +++ b/www-apache/mod_asn/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>apache</herd> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <longdescription lang="en"> + Apache module which does AS and network prefix lookups + </longdescription> +</pkgmetadata> + diff --git a/www-apache/mod_asn/mod_asn-1.2-r1.ebuild b/www-apache/mod_asn/mod_asn-1.2-r1.ebuild new file mode 100644 index 0000000..3262bc3 --- /dev/null +++ b/www-apache/mod_asn/mod_asn-1.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module + +DESCRIPTION="Apache module which does AS and network prefix lookups" +HOMEPAGE="http://mirrorbrain.org/mod_asn" +LICENSE="Apache-2.0" +SRC_URI="http://mirrorbrain.org/files/releases/${P}.tar.gz" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="30_${PN}" + +src_install() { + apache-module_src_install + newsbin asn_import.py asn_import + newsbin asn_get_routeviews.py asn_get_routeviews + dodoc README INSTALL asn.sql mod_asn.conf +} + +need_apache2 diff --git a/www-apache/mod_asn/mod_asn-1.3.ebuild b/www-apache/mod_asn/mod_asn-1.3.ebuild new file mode 100644 index 0000000..ce24ca7 --- /dev/null +++ b/www-apache/mod_asn/mod_asn-1.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module + +DESCRIPTION="Apache module which does AS and network prefix lookups" +HOMEPAGE="http://mirrorbrain.org/mod_asn" +LICENSE="Apache-2.0" +SRC_URI="http://mirrorbrain.org/files/releases/${P}.tar.gz" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="30_${PN}" + +src_install() { + apache-module_src_install + newsbin asn_import.py asn_import + newsbin asn_get_routeviews.py asn_get_routeviews + dodoc README INSTALL asn.sql mod_asn.conf docs/*.rst +} + +need_apache2 diff --git a/www-apache/mod_autoindex_mb/ChangeLog b/www-apache/mod_autoindex_mb/ChangeLog new file mode 100644 index 0000000..a524de3 --- /dev/null +++ b/www-apache/mod_autoindex_mb/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for www-apache/mod_autoindex_mb +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mod_autoindex_mb-2.11.3 (17 Dec 2009) + + 17 Dec 2009; Lance Albertson <ramereth@gentoo.org> + +mod_autoindex_mb-2.11.3.ebuild: + Version bump + + 26 Aug 2009; Lance Albertson <ramereth@gentoo.org> +metadata.xml: + QA Fixes + +*mod_autoindex_mb-9999 (20 May 2009) + + 20 May 2009; Lance Albertson <ramereth@gentoo.org> + +mod_autoindex_mb-9999.ebuild: + New subversion ebuild + + 15 May 2009; Lance Albertson <ramereth@gentoo.org> ChangeLog: + New ebuild for mirrorbrain + diff --git a/www-apache/mod_autoindex_mb/Manifest b/www-apache/mod_autoindex_mb/Manifest new file mode 100644 index 0000000..f89c0cc --- /dev/null +++ b/www-apache/mod_autoindex_mb/Manifest @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 60_mod_autoindex_mb.conf 124 RMD160 6cce179b1c5b2257b86e6645cb4649dab540d05c SHA1 f772c71d1b8db34f863270d5a3b7069e4c432123 SHA256 46b7a0dff6b8a0f9c813164dcf4ccd22d57538381192b0a79490ffcc815557ed +DIST mirrorbrain-2.11.3.tar.gz 356242 RMD160 138bad4b52622e93069640414fee3fee365e135f SHA1 bb9f02aca01d6b1494f6067dd2bff1125c092e7d SHA256 cf18c3863f064463413744c4a537b3180bbbfbfd27d69a313236498a898af03e +DIST mirrorbrain-2.8.1.tar.gz 308537 RMD160 5f3a1dc08c005e7151b7bba9030e08e1b18ed39b SHA1 929c9bd427b9d5d9b9aaf9bc256a20d08516ea27 SHA256 999262154d672e8c2339cbf67ec5ed9cf654a5767473893c91894b742c8f6bf5 +DIST mirrorbrain-2.8.tar.gz 307722 RMD160 83fccfc8bff5a9c07d38407b44681135c3741bb9 SHA1 79470b1c46b6fb861001e7ff9c903f41948eb8e8 SHA256 204ea49097da5502443d7f8a5f34181667486de6c0be227da7e4524cba146125 +EBUILD mod_autoindex_mb-2.11.3.ebuild 658 RMD160 1b0a8567fdb8b83f034552ef8182b7f55ff5d07b SHA1 4f7e750242a2e2b7f4cd91d6c3c097b8f9973ed6 SHA256 ed323a20928d8b6bcfc20c9630f12ebd2a843a033f49225979b11212aefea25f +EBUILD mod_autoindex_mb-2.8.1.ebuild 650 RMD160 3723afd337f013220798013a8b2e3112302213aa SHA1 db5bacff40d7880f78476df1165e7f2fceb29e2e SHA256 9afb8964123b3e41e4e17e400f011fcdd691946a84f375995afa62f53380f8f0 +EBUILD mod_autoindex_mb-2.8.ebuild 650 RMD160 3723afd337f013220798013a8b2e3112302213aa SHA1 db5bacff40d7880f78476df1165e7f2fceb29e2e SHA256 9afb8964123b3e41e4e17e400f011fcdd691946a84f375995afa62f53380f8f0 +EBUILD mod_autoindex_mb-9999.ebuild 711 RMD160 4e466226de43ab9cb827a829081b277c7e23e701 SHA1 bdd777e8ef6f1117b93a0976e35f5bc17a5eb36a SHA256 b0b1ea0350be108434b26babc489d338d3bb9d43b04ba6c7bcc085b9e0125278 +MISC ChangeLog 595 RMD160 c698b90e47133f65c4246707e34c646681a6f09d SHA1 305613a688bcccae888133a019fd4a6764be56a3 SHA256 d6c9fbc4244da2aa563d16f1b2bf6abcd714304ee60aca6ba12921523a144d8f +MISC metadata.xml 384 RMD160 00123529a185b326bfcaa3402104f4ac28611f72 SHA1 cb880d44be58df0b341401f08772fb3fd2b3b806 SHA256 9c5c74070da1d3b4cdd4d1b9d5f88ad7a824698c1c58b9fb3e9ef964724ea14a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iD8DBQFLKdtIQW+hXSf0t0IRApRxAKDH8ZrrMmTUObfxycVAz3JDUUUEuQCgzxw8 +kjGuiHKBYS5KxzKQVbqOpSE= +=6r7t +-----END PGP SIGNATURE----- diff --git a/www-apache/mod_autoindex_mb/files/60_mod_autoindex_mb.conf b/www-apache/mod_autoindex_mb/files/60_mod_autoindex_mb.conf new file mode 100644 index 0000000..e3e499a --- /dev/null +++ b/www-apache/mod_autoindex_mb/files/60_mod_autoindex_mb.conf @@ -0,0 +1,5 @@ +<IfDefine AUTOINDEX_MB> +LoadModule autoindex_mb_module modules/mod_autoindex_mb.so +</IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_autoindex_mb/metadata.xml b/www-apache/mod_autoindex_mb/metadata.xml new file mode 100644 index 0000000..8b9ee13 --- /dev/null +++ b/www-apache/mod_autoindex_mb/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>apache</herd> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <longdescription lang="en"> + Apache modules that optionally adds metalinks and mirrorlists to + the HTML. + </longdescription> +</pkgmetadata> + diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.11.3.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.11.3.ebuild new file mode 100644 index 0000000..a85f953 --- /dev/null +++ b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.11.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module + +MY_PN="mirrorbrain" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Apache modules that optionally adds metalinks and mirrorlists to +the HTML" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" +LICENSE="Apache-2.0" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="60_${PN}" +APACHE2_MOD_DEFINE="AUTOINDEX_MB" + +src_install() { + apache-module_src_install + dodoc NOTICE INSTALL +} + +need_apache2 diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.1.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.1.ebuild new file mode 100644 index 0000000..57bcbc7 --- /dev/null +++ b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module + +MY_PN="mirrorbrain" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Apache modules that optionally adds metalinks and mirrorlists to +the HTML" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" +LICENSE="Apache-2.0" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="60_${PN}" +APACHE2_MOD_DEFINE="AUTOINDEX_MB" + +src_install() { + apache-module_src_install + dodoc NOTICE +} + +need_apache2 diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.ebuild new file mode 100644 index 0000000..57bcbc7 --- /dev/null +++ b/www-apache/mod_autoindex_mb/mod_autoindex_mb-2.8.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module + +MY_PN="mirrorbrain" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Apache modules that optionally adds metalinks and mirrorlists to +the HTML" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" +LICENSE="Apache-2.0" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="60_${PN}" +APACHE2_MOD_DEFINE="AUTOINDEX_MB" + +src_install() { + apache-module_src_install + dodoc NOTICE +} + +need_apache2 diff --git a/www-apache/mod_autoindex_mb/mod_autoindex_mb-9999.ebuild b/www-apache/mod_autoindex_mb/mod_autoindex_mb-9999.ebuild new file mode 100644 index 0000000..a075ee3 --- /dev/null +++ b/www-apache/mod_autoindex_mb/mod_autoindex_mb-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module subversion + +#MY_PN="mirrorbrain" +#MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Apache modules that optionally adds metalinks and mirrorlists to +the HTML" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="" +ESVN_REPO_URI="https://forgesvn1.novell.com/svn/opensuse/trunk/tools/download-redirector-v2/mod_autoindex_mb" +LICENSE="Apache-2.0" + +KEYWORDS="" +IUSE="" +SLOT="0" + +#S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="60_${PN}" +APACHE2_MOD_DEFINE="AUTOINDEX_MB" + +src_install() { + apache-module_src_install + dodoc NOTICE +} + +need_apache2 diff --git a/www-apache/mod_form/ChangeLog b/www-apache/mod_form/ChangeLog new file mode 100644 index 0000000..2fc4b29 --- /dev/null +++ b/www-apache/mod_form/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for www-apache/mod_form +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mod_form-142 (17 Dec 2009) + + 17 Dec 2009; Lance Albertson <ramereth@gentoo.org> +mod_form-142.ebuild: + Version bump + + 26 Aug 2009; Lance Albertson <ramereth@gentoo.org> +metadata.xml: + QA Fixes + + 15 May 2009; Lance Albertson <ramereth@gentoo.org> ChangeLog: + New ebuild + diff --git a/www-apache/mod_form/Manifest b/www-apache/mod_form/Manifest new file mode 100644 index 0000000..2c0f772 --- /dev/null +++ b/www-apache/mod_form/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 31_mod_form.conf 100 RMD160 f60b2610d033f221aaed20203ffc997626f2c405 SHA1 93ef9970875f66a5002256205e3e4a728df0dd99 SHA256 2ac26bba48fe9d17774ec2495c26810a6b6a4637c29167752da7f0e3fd1aa972 +EBUILD mod_form-132.ebuild 580 RMD160 d456028ffb098e2ae1811635b40ea63452fff0da SHA1 24a4a4685ce1c2091092ef4724320a967b41e746 SHA256 123b898adb3ca8f79229f26bc089961196eb4bfc3e46aa6b77ed93052de0675f +EBUILD mod_form-142.ebuild 580 RMD160 d456028ffb098e2ae1811635b40ea63452fff0da SHA1 24a4a4685ce1c2091092ef4724320a967b41e746 SHA256 123b898adb3ca8f79229f26bc089961196eb4bfc3e46aa6b77ed93052de0675f +MISC ChangeLog 398 RMD160 ac6cd40930f50f53f040b9a17f841eacc96e6d35 SHA1 c092fffabab979ad1f1ae7aed61d1ceda9b12c61 SHA256 8054208a5c43e441060e5c85ea271422a6ab79763bf728f321cd0811d0800afe +MISC metadata.xml 567 RMD160 f26d72379dfca2606cb9718ae2b43d66a4612ec0 SHA1 b7dd964ee5f8fc4ae71c9601bc45a531763df7bb SHA256 b9104cbfd52378c4ed7732937515c18f0118aa35adbe7650e3849fa127a425be +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iD8DBQFLKdvvQW+hXSf0t0IRAtpLAJ9v+Yiw0d+6RV0XFAeMLujK2mwQZQCgxp/q +Wze4dL1DVDnZidpTT6jggss= +=7MAo +-----END PGP SIGNATURE----- diff --git a/www-apache/mod_form/files/31_mod_form.conf b/www-apache/mod_form/files/31_mod_form.conf new file mode 100644 index 0000000..6a90c8c --- /dev/null +++ b/www-apache/mod_form/files/31_mod_form.conf @@ -0,0 +1,5 @@ +<IfDefine FORM> +LoadModule form_module modules/mod_form.so +</IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_form/metadata.xml b/www-apache/mod_form/metadata.xml new file mode 100644 index 0000000..22b8ef0 --- /dev/null +++ b/www-apache/mod_form/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>apache</herd> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <longdescription lang="en"> + mod_form is a utility to decode data submitted from Web forms. It deals with + both GET and POST methods where the data are encoded using the default + content type application/x-www-form-urlencoded. It does not decode + multipart/form-data (file upload) forms. + </longdescription> +</pkgmetadata> + diff --git a/www-apache/mod_form/mod_form-132.ebuild b/www-apache/mod_form/mod_form-132.ebuild new file mode 100644 index 0000000..5455faa --- /dev/null +++ b/www-apache/mod_form/mod_form-132.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module subversion + +DESCRIPTION="Apache module utility to decode data submitted from Web forms" +HOMEPAGE="http://apache.webthing.com/mod_form/" +LICENSE="GPL-2" +ESVN_REPO_URI="http://apache.webthing.com/svn/apache/forms@${PV}" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="31_${PN}" + +src_install() { + apache-module_src_install + insinto /usr/include + doins mod_form.h +} + +need_apache2 diff --git a/www-apache/mod_form/mod_form-142.ebuild b/www-apache/mod_form/mod_form-142.ebuild new file mode 100644 index 0000000..5455faa --- /dev/null +++ b/www-apache/mod_form/mod_form-142.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module subversion + +DESCRIPTION="Apache module utility to decode data submitted from Web forms" +HOMEPAGE="http://apache.webthing.com/mod_form/" +LICENSE="GPL-2" +ESVN_REPO_URI="http://apache.webthing.com/svn/apache/forms@${PV}" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="31_${PN}" + +src_install() { + apache-module_src_install + insinto /usr/include + doins mod_form.h +} + +need_apache2 diff --git a/www-apache/mod_geoip2/ChangeLog b/www-apache/mod_geoip2/ChangeLog new file mode 100644 index 0000000..22f7ee3 --- /dev/null +++ b/www-apache/mod_geoip2/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for www-apache/mod_geoip2 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 15 May 2009; Lance Albertson <ramereth@gentoo.org> ChangeLog: + New ebuild + diff --git a/www-apache/mod_geoip2/Manifest b/www-apache/mod_geoip2/Manifest new file mode 100644 index 0000000..a3c4ed3 --- /dev/null +++ b/www-apache/mod_geoip2/Manifest @@ -0,0 +1,4 @@ +AUX 30_mod_geoip2.conf 103 RMD160 b73d1b4463383dab3bce8bbe1e4e4858217dcf15 SHA1 fa7bfc5757b9021c835d35ad6ead22af8810e2c0 SHA256 d0932c23b2827d1600df6ddaf9729f36913497e47a7ba4ae545f910a07d89735 +DIST mod_geoip2_1.2.5.tar.gz 11602 RMD160 e81511ed3a2aa20897a4071d508a01194f97c4aa SHA1 aee05907479bbb6c7923287d6ddb6e8a0e169b46 SHA256 58dfd7aefb7f74e44254481ba55f9c25898e8270a87d18563e71c85d67a6e351 +EBUILD mod_geoip2-1.2.5.ebuild 756 RMD160 ba43a43d7e8f7b5e8644bf63c072f0002e7b60e8 SHA1 770b49cd8204cad5349b1b14d3e39a69c370e1d7 SHA256 e9944e3e738ac46f67a38bf0c448062576d3a1a25dbedd765109bd34453c89aa +MISC ChangeLog 200 RMD160 22b96fb002cb7cc5f69b937a14d5a6f85fcc074d SHA1 7a4e17a1c0c8ef5683140ed8b1cfb4a62e872355 SHA256 067f0292e771b5f1ae1b3d57cd94c3bc2973ef6747a6485336ab45e483281c69 diff --git a/www-apache/mod_geoip2/files/30_mod_geoip2.conf b/www-apache/mod_geoip2/files/30_mod_geoip2.conf new file mode 100644 index 0000000..41206ad --- /dev/null +++ b/www-apache/mod_geoip2/files/30_mod_geoip2.conf @@ -0,0 +1,5 @@ +<IfDefine GEOIP> +LoadModule geoip_module modules/mod_geoip.so +</IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_geoip2/mod_geoip2-1.2.5.ebuild b/www-apache/mod_geoip2/mod_geoip2-1.2.5.ebuild new file mode 100644 index 0000000..c328b05 --- /dev/null +++ b/www-apache/mod_geoip2/mod_geoip2-1.2.5.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module + +MY_P="${PN}_${PV}" +MY_PN="${PN/2}" + +DESCRIPTION="Apache 2.x module for finding the country and city +that a web request originated from" +HOMEPAGE="http://www.maxmind.com/app/mod_geoip" +SRC_URI="http://geolite.maxmind.com/download/geoip/api/mod_geoip2/${MY_P}.tar.gz" +LICENSE="Apache-1.1" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +DEPEND="dev-libs/geoip" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="30_${PN}" +APACHE2_MOD_FILE="${S}/.libs/${MY_PN}.so" +APXS2_ARGS="-l GeoIP -c ${MY_PN}.c" +DOCFILES="INSTALL README README.php Changes" + +need_apache2 diff --git a/www-apache/mod_memcache/ChangeLog b/www-apache/mod_memcache/ChangeLog new file mode 100644 index 0000000..5afbe9d --- /dev/null +++ b/www-apache/mod_memcache/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for www-apache/mod_memcache +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 15 May 2009; Lance Albertson <ramereth@gentoo.org> ChangeLog: + New ebuild + diff --git a/www-apache/mod_memcache/Manifest b/www-apache/mod_memcache/Manifest new file mode 100644 index 0000000..6273e4f --- /dev/null +++ b/www-apache/mod_memcache/Manifest @@ -0,0 +1,4 @@ +AUX 50_mod_memcache.conf 112 RMD160 cf5eafd03b3e045d23781c6d4ae26a81b555f653 SHA1 1fc516fb8b379aeef8e1be4de96ea75fd0164ae8 SHA256 c743211146ab947ed0a3afd782587d964ad88dc68673f12055c2ea8548395c86 +DIST mod_memcache-0.1.0.tar.gz 291514 RMD160 017d00437dd9656cddad9c95f7a2b94ec05a8945 SHA1 8565988f7902b4a3039425045a5585e9095704c8 SHA256 719aa73ea768889bf16d84450296486d3be9865fd35ecbf1d8e154f239408acd +EBUILD mod_memcache-0.1.0.ebuild 751 RMD160 f23227b749d413e05b6e3e6fca3290103b9aa151 SHA1 0d9d7f4ac71dbb5d3f095d373cbb4bffefa29891 SHA256 48adc7effd451cefc59412190ff355c550f08afea27e02bf03c162ca9caec79d +MISC ChangeLog 202 RMD160 e5bdf1128f8cb37384340f99b8b93f382e4784c4 SHA1 b5b68dc68a52a11487661dfb835f639235c5e98b SHA256 c2d9986fc9952cc109c64966ee6def638648347819628c19f50208cd94e87545 diff --git a/www-apache/mod_memcache/files/50_mod_memcache.conf b/www-apache/mod_memcache/files/50_mod_memcache.conf new file mode 100644 index 0000000..d8546f9 --- /dev/null +++ b/www-apache/mod_memcache/files/50_mod_memcache.conf @@ -0,0 +1,5 @@ +<IfDefine MEMCACHE> +LoadModule memcache_module modules/mod_memcache.so +</IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_memcache/mod_memcache-0.1.0.ebuild b/www-apache/mod_memcache/mod_memcache-0.1.0.ebuild new file mode 100644 index 0000000..1b7de62 --- /dev/null +++ b/www-apache/mod_memcache/mod_memcache-0.1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit apache-module + +DESCRIPTION="Apache Module that manages the parsing of memcached server +configuration" +HOMEPAGE="http://code.google.com/p/modmemcache/" +LICENSE="Apache-2.0" +SRC_URI="http://modmemcache.googlecode.com/files/${P}.tar.gz" + +KEYWORDS="~x86 ~amd64" +IUSE="" +SLOT="0" + +DEPEND="dev-libs/apr_memcache" +RDEPEND="${DEPEND}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="50_${PN}" + +DOCFILES="README" + +src_compile() { + econf --with-apxs=${APXS} || die "econf failed" + emake || die "emake failed" +} + +src_install() { + apache-module_src_install + insinto /usr/include + doins src/${PN}.h +} + +need_apache2 diff --git a/www-apache/mod_mirrorbrain/ChangeLog b/www-apache/mod_mirrorbrain/ChangeLog new file mode 100644 index 0000000..1fb32f0 --- /dev/null +++ b/www-apache/mod_mirrorbrain/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for www-apache/mod_mirrorbrain +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mod_mirrorbrain-2.11.3 (17 Dec 2009) + + 17 Dec 2009; Lance Albertson <ramereth@gentoo.org> + +mod_mirrorbrain-2.11.3.ebuild: + Version bump + +*mod_mirrorbrain-9999 (20 May 2009) + + 20 May 2009; Lance Albertson <ramereth@gentoo.org> + +mod_mirrorbrain-9999.ebuild: + New subversion ebuild + + 20 May 2009; Lance Albertson <ramereth@gentoo.org> + mod_mirrorbrain-2.8.ebuild: + * Change apache useflag to the USE EXPAND + * Add PDEPEND with mirrorbrain to reduce confusion + + 15 May 2009; Lance Albertson <ramereth@gentoo.org> ChangeLog: + New ebuild for mirrorbrain + diff --git a/www-apache/mod_mirrorbrain/Manifest b/www-apache/mod_mirrorbrain/Manifest new file mode 100644 index 0000000..89e5d98 --- /dev/null +++ b/www-apache/mod_mirrorbrain/Manifest @@ -0,0 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 70_mod_mirrorbrain.conf 121 RMD160 9acbd1532ce8b21f32b04cc8a9dc003aed591294 SHA1 31403a2f4f9e493637e171cc45a3eaa7a0265753 SHA256 9e21ebd72dfa45ab03130d14e7667ef4bdc51427c18c9e2a90ff27d1031ada66 +DIST mirrorbrain-2.11.3.tar.gz 356242 RMD160 138bad4b52622e93069640414fee3fee365e135f SHA1 bb9f02aca01d6b1494f6067dd2bff1125c092e7d SHA256 cf18c3863f064463413744c4a537b3180bbbfbfd27d69a313236498a898af03e +DIST mirrorbrain-2.8.1.tar.gz 308537 RMD160 5f3a1dc08c005e7151b7bba9030e08e1b18ed39b SHA1 929c9bd427b9d5d9b9aaf9bc256a20d08516ea27 SHA256 999262154d672e8c2339cbf67ec5ed9cf654a5767473893c91894b742c8f6bf5 +DIST mirrorbrain-2.8.tar.gz 307722 RMD160 83fccfc8bff5a9c07d38407b44681135c3741bb9 SHA1 79470b1c46b6fb861001e7ff9c903f41948eb8e8 SHA256 204ea49097da5502443d7f8a5f34181667486de6c0be227da7e4524cba146125 +EBUILD mod_mirrorbrain-2.11.3.ebuild 1022 RMD160 3c059df65c38acadf38a5131b0849c544bc56c16 SHA1 5402ad9400810fe655f74d66dba66e9f3de40492 SHA256 4703b52099c8a3016597c07446a67fe40db8948a5a895e00e9842bcb6b50d575 +EBUILD mod_mirrorbrain-2.8.1.ebuild 1022 RMD160 3c059df65c38acadf38a5131b0849c544bc56c16 SHA1 5402ad9400810fe655f74d66dba66e9f3de40492 SHA256 4703b52099c8a3016597c07446a67fe40db8948a5a895e00e9842bcb6b50d575 +EBUILD mod_mirrorbrain-2.8.ebuild 1022 RMD160 3c059df65c38acadf38a5131b0849c544bc56c16 SHA1 5402ad9400810fe655f74d66dba66e9f3de40492 SHA256 4703b52099c8a3016597c07446a67fe40db8948a5a895e00e9842bcb6b50d575 +EBUILD mod_mirrorbrain-9999.ebuild 1082 RMD160 64352ad87136f43f8cbc52904c9ba358e4e2faef SHA1 bf1958084913c0b659ecd7c0775c75a4bd28147b SHA256 4df9db9cb6a298997b41d006ff7806e9559436a12aaf737926cbd57d2c3d7336 +MISC ChangeLog 691 RMD160 f53f71cd71d04f00c72dd590c15d1e63c6e8a00a SHA1 0684a7c18e535c06a6a6b07737dcb0e98816bfa9 SHA256 2b06e4d9ef257d5c38a2e5b6ea322f8748e4774fc919c3b6b6f604f29f1a57ad +MISC metadata.xml 649 RMD160 8be68c6987904ff4934a5abb98d71cecf44d8bf9 SHA1 fb5fcb17f46cfe210dab230d797602f9fd142480 SHA256 2e4780f8352e9e917578a1599ea8044f45eec9e8caae62735a9a774953440c19 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iD8DBQFLKeEQQW+hXSf0t0IRAsI0AKDGq8h/CXRwKpKH57UqsE4ggk2JMwCfYMy8 +Ug1wSbPO9DmKAhsz4kDjExA= +=0Qoe +-----END PGP SIGNATURE----- diff --git a/www-apache/mod_mirrorbrain/files/70_mod_mirrorbrain.conf b/www-apache/mod_mirrorbrain/files/70_mod_mirrorbrain.conf new file mode 100644 index 0000000..5eb2615 --- /dev/null +++ b/www-apache/mod_mirrorbrain/files/70_mod_mirrorbrain.conf @@ -0,0 +1,5 @@ +<IfDefine MIRRORBRAIN> +LoadModule mirrorbrain_module modules/mod_mirrorbrain.so +</IfDefine> + +# vim: ts=4 filetype=apache diff --git a/www-apache/mod_mirrorbrain/metadata.xml b/www-apache/mod_mirrorbrain/metadata.xml new file mode 100644 index 0000000..2b73945 --- /dev/null +++ b/www-apache/mod_mirrorbrain/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd></herd> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <longdescription lang="en"> + MirrorBrain is an open source framework to run a content delivery network + using mirror servers. It solves a challenge that many popular open source + projects face - a flood of download requests, often magnitudes more than a + single site could practically handle. + </longdescription> + <use> + <flag name="memcache">Enable memcached support</flag> + </use> +</pkgmetadata> + diff --git a/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.11.3.ebuild b/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.11.3.ebuild new file mode 100644 index 0000000..c1de789 --- /dev/null +++ b/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.11.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit apache-module + +MY_PN="mirrorbrain" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="An Apache module Download Redirector and Metalink Generator" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" +LICENSE="Apache-2.0" + +KEYWORDS="~x86 ~amd64" +IUSE="memcache" +SLOT="0" + +# require postgres for now, may get mysql support later from upstream +DEPEND="www-apache/mod_form + dev-libs/apr-util[postgres] + www-servers/apache[apache2_modules_dbd] + memcache? ( www-apache/mod_memcache )" +RDEPEND="${DEPEND}" +PDEPEND="=www-misc/mirrorbrain-${PV}" + +S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="70_${PN}" +APACHE2_MOD_DEFINE="MIRRORBRAIN" + +if use memcache ; then + APXS2_ARGS="-DWITH_MEMCACHE -c ${PN}.c" +else + APXS2_ARGS="-c ${PN}.c" +fi + +DOCFILES="mod_dbd.conf mod_memcache.conf mod_mirrorbrain.conf" + +need_apache2 diff --git a/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.8.1.ebuild b/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.8.1.ebuild new file mode 100644 index 0000000..c1de789 --- /dev/null +++ b/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.8.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit apache-module + +MY_PN="mirrorbrain" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="An Apache module Download Redirector and Metalink Generator" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" +LICENSE="Apache-2.0" + +KEYWORDS="~x86 ~amd64" +IUSE="memcache" +SLOT="0" + +# require postgres for now, may get mysql support later from upstream +DEPEND="www-apache/mod_form + dev-libs/apr-util[postgres] + www-servers/apache[apache2_modules_dbd] + memcache? ( www-apache/mod_memcache )" +RDEPEND="${DEPEND}" +PDEPEND="=www-misc/mirrorbrain-${PV}" + +S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="70_${PN}" +APACHE2_MOD_DEFINE="MIRRORBRAIN" + +if use memcache ; then + APXS2_ARGS="-DWITH_MEMCACHE -c ${PN}.c" +else + APXS2_ARGS="-c ${PN}.c" +fi + +DOCFILES="mod_dbd.conf mod_memcache.conf mod_mirrorbrain.conf" + +need_apache2 diff --git a/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.8.ebuild b/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.8.ebuild new file mode 100644 index 0000000..c1de789 --- /dev/null +++ b/www-apache/mod_mirrorbrain/mod_mirrorbrain-2.8.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit apache-module + +MY_PN="mirrorbrain" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="An Apache module Download Redirector and Metalink Generator" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="http://mirrorbrain.org/files/releases/${MY_P}.tar.gz" +LICENSE="Apache-2.0" + +KEYWORDS="~x86 ~amd64" +IUSE="memcache" +SLOT="0" + +# require postgres for now, may get mysql support later from upstream +DEPEND="www-apache/mod_form + dev-libs/apr-util[postgres] + www-servers/apache[apache2_modules_dbd] + memcache? ( www-apache/mod_memcache )" +RDEPEND="${DEPEND}" +PDEPEND="=www-misc/mirrorbrain-${PV}" + +S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="70_${PN}" +APACHE2_MOD_DEFINE="MIRRORBRAIN" + +if use memcache ; then + APXS2_ARGS="-DWITH_MEMCACHE -c ${PN}.c" +else + APXS2_ARGS="-c ${PN}.c" +fi + +DOCFILES="mod_dbd.conf mod_memcache.conf mod_mirrorbrain.conf" + +need_apache2 diff --git a/www-apache/mod_mirrorbrain/mod_mirrorbrain-9999.ebuild b/www-apache/mod_mirrorbrain/mod_mirrorbrain-9999.ebuild new file mode 100644 index 0000000..5e2c20a --- /dev/null +++ b/www-apache/mod_mirrorbrain/mod_mirrorbrain-9999.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit apache-module subversion + +#MY_PN="mirrorbrain" +#MY_P="${MY_PN}-${PV}" + +DESCRIPTION="An Apache module Download Redirector and Metalink Generator" +HOMEPAGE="http://mirrorbrain.org" +SRC_URI="" +ESVN_REPO_URI="https://forgesvn1.novell.com/svn/opensuse/trunk/tools/download-redirector-v2/mod_mirrorbrain" +LICENSE="Apache-2.0" + +KEYWORDS="" +IUSE="memcache" +SLOT="0" + +# require postgres for now, may get mysql support later from upstream +DEPEND="www-apache/mod_form + dev-libs/apr-util[postgres] + www-servers/apache[apache2_modules_dbd] + memcache? ( www-apache/mod_memcache )" +RDEPEND="${DEPEND}" +PDEPEND="=www-misc/mirrorbrain-${PV}" + +#S="${WORKDIR}/${MY_P}/${PN}" + +# See apache-module.eclass for more information. +APACHE2_MOD_CONF="70_${PN}" +APACHE2_MOD_DEFINE="MIRRORBRAIN" + +if use memcache ; then + APXS2_ARGS="-DWITH_MEMCACHE -c ${PN}.c" +else + APXS2_ARGS="-c ${PN}.c" +fi + +DOCFILES="mod_dbd.conf mod_memcache.conf mod_mirrorbrain.conf" + +need_apache2 |