diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-04 18:25:22 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-04 18:25:22 +0000 |
commit | e43cc5742a2b5e2c84b1195743796285f87b1948 (patch) | |
tree | aaa808ef13e63eaba1eb9fb418b3562ad240ce99 /dev-perl/Apache-AuthCookie | |
parent | Drop old version. (diff) | |
download | historical-e43cc5742a2b5e2c84b1195743796285f87b1948.tar.gz historical-e43cc5742a2b5e2c84b1195743796285f87b1948.tar.bz2 historical-e43cc5742a2b5e2c84b1195743796285f87b1948.zip |
Initial import into the tree to meet Apache-AuthTicket depend requirements.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-perl/Apache-AuthCookie')
-rw-r--r-- | dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Apache-AuthCookie/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Apache-AuthCookie/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Apache-AuthCookie/files/digest-Apache-AuthCookie-3.08 | 1 | ||||
-rw-r--r-- | dev-perl/Apache-AuthCookie/metadata.xml | 17 |
5 files changed, 60 insertions, 0 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild new file mode 100644 index 000000000000..db92599c260d --- /dev/null +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.08.ebuild,v 1.1 2005/11/04 18:25:22 chriswhite Exp $ + +inherit perl-module + +DESCRIPTION="Perl Authentication and Authorization via cookies" +HOMEPAGE="http://search.cpan.org/~mschout/Apache-AuthCookie-3.08/" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHOUT/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=www-apache/mod_perl-2" +RDEPEND="" + diff --git a/dev-perl/Apache-AuthCookie/ChangeLog b/dev-perl/Apache-AuthCookie/ChangeLog new file mode 100644 index 000000000000..553a8704303c --- /dev/null +++ b/dev-perl/Apache-AuthCookie/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Apache-AuthCookie +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.1 2005/11/04 18:25:22 chriswhite Exp $ + +*Apache-AuthCookie-3.08 (04 Nov 2005) + + 04 Nov 2005; Chris White <chriswhite@gentoo.org> +metadata.xml, + +Apache-AuthCookie-3.08.ebuild: + Initial import into the tree to meet Apache-AuthTicket depend requirements. + diff --git a/dev-perl/Apache-AuthCookie/Manifest b/dev-perl/Apache-AuthCookie/Manifest new file mode 100644 index 000000000000..d50a44423b82 --- /dev/null +++ b/dev-perl/Apache-AuthCookie/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b41f0967943014b58fb1c06764a55d03 Apache-AuthCookie-3.08.ebuild 554 +MD5 29158bee026e87ae94b83bbecd5957e1 ChangeLog 447 +MD5 9bd5e78ad25e35d2f1a1abf9b11f3646 files/digest-Apache-AuthCookie-3.08 73 +MD5 a594262873480cace08512ed7c261956 metadata.xml 596 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDa6enFdQwWVoAgN4RAnl8AJ9ykHulqaQGGX0/mN4/iFskzlsTjwCdHv5x +DBLci8hHccG6p2iFxgzC+Yo= +=Ux4g +-----END PGP SIGNATURE----- diff --git a/dev-perl/Apache-AuthCookie/files/digest-Apache-AuthCookie-3.08 b/dev-perl/Apache-AuthCookie/files/digest-Apache-AuthCookie-3.08 new file mode 100644 index 000000000000..a3c6ff64576c --- /dev/null +++ b/dev-perl/Apache-AuthCookie/files/digest-Apache-AuthCookie-3.08 @@ -0,0 +1 @@ +MD5 acbb69d043d4c4a913007d068692339c Apache-AuthCookie-3.08.tar.gz 34791 diff --git a/dev-perl/Apache-AuthCookie/metadata.xml b/dev-perl/Apache-AuthCookie/metadata.xml new file mode 100644 index 000000000000..8f6468741567 --- /dev/null +++ b/dev-perl/Apache-AuthCookie/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>perl</herd> +<maintainer> + <email>chriswhite@gentoo.org</email> + <name>Chris White</name> +</maintainer> +<longdescription lang="en"> +Apache::AuthCookie allows you to intercept a user's first unauthenticated +access to a protected document. The user will be presented with a custom +form where they can enter authentication credentials. The credentials are +posted to the server where AuthCookie verifies them and returns a session +key. +</longdescription> +</pkgmetadata> + |