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 | 0b00eb1f8cc52acd928d118ee3ffba3b1d4c0b23 (patch) | |
tree | de51c7e9f6d54e73125d587147e41eb95edfb283 /dev-perl/Apache-AuthCookie | |
parent | Drop old version. (diff) | |
download | gentoo-2-0b00eb1f8cc52acd928d118ee3ffba3b1d4c0b23.tar.gz gentoo-2-0b00eb1f8cc52acd928d118ee3ffba3b1d4c0b23.tar.bz2 gentoo-2-0b00eb1f8cc52acd928d118ee3ffba3b1d4c0b23.zip |
Initial import into the tree to meet Apache-AuthTicket depend requirements.
(Portage version: 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 | 3 | ||||
-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, 49 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..04c01fda1a09 --- /dev/null +++ b/dev-perl/Apache-AuthCookie/Manifest @@ -0,0 +1,3 @@ +MD5 9d43001638a149b85c5cc36cfe6463a4 Apache-AuthCookie-3.08.ebuild 432 +MD5 9bd5e78ad25e35d2f1a1abf9b11f3646 files/digest-Apache-AuthCookie-3.08 73 +MD5 a594262873480cace08512ed7c261956 metadata.xml 596 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> + |