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 | 4cf7f0e2aeda4a86385343bdafe286e9d646170d (patch) | |
tree | a56e27a58d9cdd173fc1005b1f5ea28284056169 /net-www/pwauth | |
parent | Stable on hppa. (diff) | |
download | historical-4cf7f0e2aeda4a86385343bdafe286e9d646170d.tar.gz historical-4cf7f0e2aeda4a86385343bdafe286e9d646170d.tar.bz2 historical-4cf7f0e2aeda4a86385343bdafe286e9d646170d.zip |
initial revision
Package-Manager: portage-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 | 15 | ||||
-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, 63 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..2171509c6b64 --- /dev/null +++ b/net-www/pwauth/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c336fb35a3fd20d1690fa5a2b6763502 pwauth-2.3.1.ebuild 589 +MD5 0d18f0fe5d603b41b988373892caf195 metadata.xml 226 +MD5 af140e98ed3c56dcd27d84b17b013778 ChangeLog 365 +MD5 d0cb338160e3be8790524af8071cc4df files/pwauth.pam 380 +MD5 e42116bd0068c8861ad4698f238933d9 files/digest-pwauth-2.3.1 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCFHJ1mPFBzbX68WERAllvAJ91UX0iRALv6io6wQKbmhrdEHYORACdGC37 +8hcKUZWeJ2GxYSAC7SF6fD8= +=8ovP +-----END PGP SIGNATURE----- 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 |