diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-02-20 00:29:23 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-02-20 00:29:23 +0000 |
commit | e2e81d1188ff88604aef804b52e9a659bc6a2227 (patch) | |
tree | 653128b21566bbba587753f08be3e118cb8ff26e /net-www/mod_auth_pgsql | |
parent | Apache herd package refresh (diff) | |
download | historical-e2e81d1188ff88604aef804b52e9a659bc6a2227.tar.gz historical-e2e81d1188ff88604aef804b52e9a659bc6a2227.tar.bz2 historical-e2e81d1188ff88604aef804b52e9a659bc6a2227.zip |
apache package refresh
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-www/mod_auth_pgsql')
10 files changed, 105 insertions, 10 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index 5ae05089a233..cfd5cb43222c 100644 --- a/net-www/mod_auth_pgsql/ChangeLog +++ b/net-www/mod_auth_pgsql/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-www/mod_auth_pgsql -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.16 2004/09/03 23:24:08 pvdabeel Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.17 2005/02/20 00:29:23 nakano Exp $ + +*mod_auth_pgsql-2.0.2-r2 (20 Feb 2005) + + 20 Feb 2005; Masatomo Nakano <nakano@gentoo.org> + +files/0.9.12-r1/80_mod_auth_pgsql.conf, + +files/2.0.2-r2/80_mod_auth_pgsql.conf, +mod_auth_pgsql-0.9.12-r1.ebuild, + +mod_auth_pgsql-2.0.2-r2.ebuild: + update for Apache Package Refresh. (#79430) 04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> mod_auth_pgsql-2.0.2-r1.ebuild: diff --git a/net-www/mod_auth_pgsql/Manifest b/net-www/mod_auth_pgsql/Manifest index 9aeac1dfabb4..a47d46a8869e 100644 --- a/net-www/mod_auth_pgsql/Manifest +++ b/net-www/mod_auth_pgsql/Manifest @@ -1,7 +1,13 @@ -MD5 e507109a6ab3ab11608b4091b8ce8ae7 ChangeLog 2067 +MD5 5fdc54735ca35ef98d23b2c36d699adb mod_auth_pgsql-2.0.2-r2.ebuild 1050 +MD5 317209d222cb29542ac3eb9a34e88f11 mod_auth_pgsql-0.9.12-r1.ebuild 1150 +MD5 028184898bf86965dc7930ef5641430f ChangeLog 2357 MD5 f8d3d207746da2a3cd14dcaab8daab76 metadata.xml 163 -MD5 87c40b7bbeae691f1929686151379403 mod_auth_pgsql-0.9.12.ebuild 1477 -MD5 875fe9aab7696f76ba8f19369f56590c mod_auth_pgsql-2.0.2-r1.ebuild 1092 -MD5 d62d220e5910e2eefec77ad861d2d040 files/80_mod_auth_pgsql.conf 147 +MD5 50dbd8d75c5521278d4eea6598d7c797 mod_auth_pgsql-2.0.2-r1.ebuild 1090 +MD5 63b5c7102406941433202d64b840179b mod_auth_pgsql-0.9.12.ebuild 1477 MD5 33aa974738c1fa067c57329de84f8f98 files/digest-mod_auth_pgsql-0.9.12 72 MD5 dd3e63a5a1b40ae7f562b1d6cb79b5b0 files/digest-mod_auth_pgsql-2.0.2-r1 73 +MD5 dd3e63a5a1b40ae7f562b1d6cb79b5b0 files/digest-mod_auth_pgsql-2.0.2-r2 73 +MD5 d62d220e5910e2eefec77ad861d2d040 files/80_mod_auth_pgsql.conf 147 +MD5 33aa974738c1fa067c57329de84f8f98 files/digest-mod_auth_pgsql-0.9.12-r1 72 +MD5 c7576a76e457b6ae681019a0325dc4f8 files/0.9.12-r1/80_mod_auth_pgsql.conf 142 +MD5 c7576a76e457b6ae681019a0325dc4f8 files/2.0.2-r2/80_mod_auth_pgsql.conf 142 diff --git a/net-www/mod_auth_pgsql/files/0.9.12-r1/80_mod_auth_pgsql.conf b/net-www/mod_auth_pgsql/files/0.9.12-r1/80_mod_auth_pgsql.conf new file mode 100644 index 000000000000..6bdf05541c5d --- /dev/null +++ b/net-www/mod_auth_pgsql/files/0.9.12-r1/80_mod_auth_pgsql.conf @@ -0,0 +1,6 @@ +<IfDefine AUTH_PGSQL> + <IfModule !mod_auth_pgsql.c> + LoadModule auth_pgsql_module modules/mod_auth_pgsql.so + </IfModule> +</IfDefine> + diff --git a/net-www/mod_auth_pgsql/files/2.0.2-r2/80_mod_auth_pgsql.conf b/net-www/mod_auth_pgsql/files/2.0.2-r2/80_mod_auth_pgsql.conf new file mode 100644 index 000000000000..6bdf05541c5d --- /dev/null +++ b/net-www/mod_auth_pgsql/files/2.0.2-r2/80_mod_auth_pgsql.conf @@ -0,0 +1,6 @@ +<IfDefine AUTH_PGSQL> + <IfModule !mod_auth_pgsql.c> + LoadModule auth_pgsql_module modules/mod_auth_pgsql.so + </IfModule> +</IfDefine> + diff --git a/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-0.9.12-r1 b/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-0.9.12-r1 new file mode 100644 index 000000000000..8f44a1dcbb93 --- /dev/null +++ b/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-0.9.12-r1 @@ -0,0 +1 @@ +MD5 7be403b7487c13cdb023cc526ee2e13a mod_auth_pgsql-0.9.12.tar.gz 30527 diff --git a/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-2.0.2-r2 b/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-2.0.2-r2 new file mode 100644 index 000000000000..ba5921ce2e8b --- /dev/null +++ b/net-www/mod_auth_pgsql/files/digest-mod_auth_pgsql-2.0.2-r2 @@ -0,0 +1 @@ +MD5 8216fde4597c288537ff4fec508a4b41 mod_auth_pgsql-2.0.2b1.tar.gz 15930 diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild new file mode 100644 index 000000000000..7b60b292ccce --- /dev/null +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild,v 1.1 2005/02/20 00:29:23 nakano Exp $ + +inherit apache-module + +DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." +SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz" +HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql/" +KEYWORDS="~x86" +LICENSE="freedist" +SLOT="0" +DEPEND="dev-db/postgresql" +IUSE="" + +DOCFILES="" +APACHE1_MOD_CONF="${PVR}/80_mod_auth_pgsql" +APACHE1_MOD_DEFINE="AUTH_PGSQL" + +need_apache1 + +src_compile() { + econf --with-apxs=/usr/sbin/apxs --with-pgsql-lib=/usr/lib/postgresql \ + --with-pgsql-include=/usr/include/postgresql || die "econf failed" + /usr/sbin/apxs -I/usr/include/postgresql \ + -L/usr/lib/postgresql -lpq \ + -o mod_auth_pgsql.so -c mod_auth_pgsql.c auth_pgsql_shared_stub.c || die +} + +src_install() { + apache-module_src_install + fperms 600 ${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf +} + diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild index 7e4204d8fd17..6cd4ef359637 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.10 2004/08/08 00:34:43 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.11 2005/02/20 00:29:23 nakano Exp $ DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/${P}.tar.gz" diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild index 76e02972a047..007724a7cfc9 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild,v 1.6 2004/09/03 23:24:08 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild,v 1.7 2005/02/20 00:29:23 nakano Exp $ DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}b1.tar.gz" diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild new file mode 100644 index 000000000000..2ad564e84d2e --- /dev/null +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild,v 1.1 2005/02/20 00:29:23 nakano Exp $ + +inherit apache-module + +DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." +SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}b1.tar.gz" +HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql2/" +KEYWORDS="~x86 ~ppc ~sparc" +LICENSE="freedist" +SLOT="0" +DEPEND="dev-db/postgresql" +IUSE="" + +DOCFILES="INSTALL README TODO" +APACHE2_MOD_CONF="${PVR}/80_mod_auth_pgsql" +APACHE2_MOD_DEFINE="AUTH_PGSQL" + +need_apache2 + +S="${WORKDIR}/${P}b1" + +src_compile() { + local myargs="-a -c -I /usr/pgsql/include -L /usr/pgsql/lib -lpq mod_auth_pgsql.c" + APXS2_ARGS="${myargs}" + apache-module_src_compile +} + +src_install() { + apache-module_src_install + fperms 600 ${APACHE2_MODULES_CONFDIR}/$(basename ${APACHE2_MOD_CONF}).conf +} |