diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 10:28:57 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-02-17 10:28:57 +0000 |
commit | 1a8a9c8766ecde999ae356a0b11abed7a34f1368 (patch) | |
tree | ead048639d0178b04883ef0c6cf46e2275b89fb5 /net-www/pwauth | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-1a8a9c8766ecde999ae356a0b11abed7a34f1368.tar.gz gentoo-2-1a8a9c8766ecde999ae356a0b11abed7a34f1368.tar.bz2 gentoo-2-1a8a9c8766ecde999ae356a0b11abed7a34f1368.zip |
initial revision
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/pwauth')
-rw-r--r-- | net-www/pwauth/ChangeLog | 10 | ||||
-rw-r--r-- | net-www/pwauth/Manifest | 5 | ||||
-rw-r--r-- | net-www/pwauth/files/digest-pwauth-2.3.1 | 1 | ||||
-rw-r--r-- | net-www/pwauth/files/pwauth.pam | 7 | ||||
-rw-r--r-- | net-www/pwauth/metadata.xml | 8 | ||||
-rw-r--r-- | net-www/pwauth/pwauth-2.3.1.ebuild | 22 |
6 files changed, 53 insertions, 0 deletions
diff --git a/net-www/pwauth/ChangeLog b/net-www/pwauth/ChangeLog new file mode 100644 index 000000000000..71e153fa83a0 --- /dev/null +++ b/net-www/pwauth/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-www/pwauth +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.1 2005/02/17 10:28:57 hollow Exp $ + +*pwauth-2.3.1 (17 Feb 2005) + + 17 Feb 2005; Benedikt Boehm <hollow@gentoo.org> +metadata.xml, + +files/pwauth.pam, +pwauth-2.3.1.ebuild: + initial ebuild revision + diff --git a/net-www/pwauth/Manifest b/net-www/pwauth/Manifest new file mode 100644 index 000000000000..37d4b6c072b5 --- /dev/null +++ b/net-www/pwauth/Manifest @@ -0,0 +1,5 @@ +MD5 a3a6ef1966eb3f96986601ccf86aee05 pwauth-2.3.1.ebuild 611 +MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 +MD5 3909fa040e602e08d09316b0c1b2978f ChangeLog 279 +MD5 d0cb338160e3be8790524af8071cc4df files/pwauth.pam 380 +MD5 e42116bd0068c8861ad4698f238933d9 files/digest-pwauth-2.3.1 63 diff --git a/net-www/pwauth/files/digest-pwauth-2.3.1 b/net-www/pwauth/files/digest-pwauth-2.3.1 new file mode 100644 index 000000000000..2e99a5f4d35f --- /dev/null +++ b/net-www/pwauth/files/digest-pwauth-2.3.1 @@ -0,0 +1 @@ +MD5 9fbb03fe024b51a02fd7a15ae04a35cb pwauth-2.3.1.tar.gz 20329 diff --git a/net-www/pwauth/files/pwauth.pam b/net-www/pwauth/files/pwauth.pam new file mode 100644 index 000000000000..1d2e081625f1 --- /dev/null +++ b/net-www/pwauth/files/pwauth.pam @@ -0,0 +1,7 @@ +#%PAM-1.0 +auth required /lib/security/pam_stack.so service=system-auth +auth required /lib/security/pam_nologin.so +account required /lib/security/pam_stack.so service=system-auth +password required /lib/security/pam_stack.so service=system-auth +session required /lib/security/pam_stack.so service=system-auth +session optional /lib/security/pam_console.so diff --git a/net-www/pwauth/metadata.xml b/net-www/pwauth/metadata.xml new file mode 100644 index 000000000000..10510cb8be95 --- /dev/null +++ b/net-www/pwauth/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>apache</herd> +<maintainer> + <email>apache-devs@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/net-www/pwauth/pwauth-2.3.1.ebuild b/net-www/pwauth/pwauth-2.3.1.ebuild new file mode 100644 index 000000000000..86f7fc9b843d --- /dev/null +++ b/net-www/pwauth/pwauth-2.3.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/pwauth-2.3.1.ebuild,v 1.1 2005/02/17 10:28:57 hollow Exp $ + +inherit eutils + +DESCRIPTION="A Unix Web Authenticator" +HOMEPAGE="http://www.unixpapa.com/pwauth/" +SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" + +DEPEND="sys-libs/pam" +LICENSE="Apache-1.1" +KEYWORDS="~x86" +IUSE="" +SLOT="0" + +src_install() { + dosbin pwauth unixgroup + insinto /etc/pam.d/ + newins ${FILESDIR}/pwauth.pam pwauth + dodoc CHANGES FORM_AUTH INSTALL README +}
\ No newline at end of file |