Apache-AuthCookie-3.10.ebuild

# Copyright 1999-2007 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.10.ebuild,v 1.4 2007/03/05 11:03:47 ticho 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="amd64 ia64 x86"
IUSE=""

DEPEND=">=www-apache/mod_perl-2
dev-lang/perl"

ChangeLog

# ChangeLog for dev-perl/Apache-AuthCookie
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-AuthCookie/ChangeLog,v 1.15 2007/07/14 09:55:41 phreak Exp $

14 Jul 2007; Christian Heim metadata.xml:
Assigning dev-perl/Apache-AuthCookie to perl-herd, as chriswhite has been
retired (#56211).

08 Jul 2007; Michael Cummings
-Apache-AuthCookie-3.08.ebuild:
Cleaning out stale ebuilds

05 Mar 2007; Andrej Kacian
Apache-AuthCookie-3.10.ebuild:
Stable on x86, bug #169152.

22 Jan 2007; Bryan Østergaard
Apache-AuthCookie-3.10.ebuild:
Stable on IA64.

24 Nov 2006; Michael Cummings
Apache-AuthCookie-3.08.ebuild, Apache-AuthCookie-3.10.ebuild:
Marking amd64 stable

22 Oct 2006; Apache-AuthCookie-3.08.ebuild:
stable on amd64 to fix bug #43824

*Apache-AuthCookie-3.10 (09 Oct 2006)

09 Oct 2006; Chris White
+Apache-AuthCookie-3.10.ebuild:
Version bump to 3.10

10 Sep 2006; Michael Cummings
Apache-AuthCookie-3.08.ebuild:
Keywording ~amd64

04 Aug 2006; Michael Cummings
Apache-AuthCookie-3.08.ebuild:
Adding perl dep; fixed DEPEND

10 Jul 2006; Aron Griffis
Apache-AuthCookie-3.08.ebuild:
Mark 3.08 stable on ia64

03 Jul 2006; Christian Hartmann
Apache-AuthCookie-3.08.ebuild:
Fixed RDEPEND wrt bug #134781

30 Mar 2006; Aron Griffis
Apache-AuthCookie-3.08.ebuild:
Mark 3.08 ~ia64

22 Mar 2006; Michael Cummings
Apache-AuthCookie-3.08.ebuild:
REALLY marking stable this time

22 Mar 2006; Michael Cummings
Apache-AuthCookie-3.08.ebuild:
Marking stable x86

26 Feb 2006; Michael Cummings
Apache-AuthCookie-3.08.ebuild:
Marking stable x86

*Apache-AuthCookie-3.08 (04 Nov 2005)

04 Nov 2005; Chris White +metadata.xml,
+Apache-AuthCookie-3.08.ebuild:
Initial import into the tree to meet Apache-AuthTicket depend requirements.

Manifest

DIST Apache-AuthCookie-3.10.tar.gz 34993 RMD160 91b003ba1e6b1cb319a00ce10ac2c4bcd29cc3f6 SHA1 282377aaa8883a3c7e371360112012db316f40f0 SHA256 9c29eba34356aa83a1e3d2de32063626edc5965a2bd144e761687c018e3adc1e
EBUILD Apache-AuthCookie-3.10.ebuild 562 RMD160 8cae7ba3f9a8ac8489a374b931708484b7b231a2 SHA1 62a8f89416bb30a1ba3bb171b496ac03b81601e8 SHA256 5ae67ad597babebab9bd60998203f33c1a6ced4dd237594aef8ebf57bc2b208a
MISC ChangeLog 2236 RMD160 bbdc8694a61a6ef5159076cd1c720fda9e68ebee SHA1 866b9d5aea4cbe55771715c7d2e4dfa076a73a49 SHA256 bede71b8bf947b59eed56a5425439a025d5ca9fe5ce44c9751fa35684b4ec5ee
MISC metadata.xml 517 RMD160 c32261489b8e5124a8193b084313ac182edd2068 SHA1 ece6b1f98d1a51623ae264bdb085f121bfb80abc SHA256 b91d0f1d2dd67b68319bbda62cc8d5860ddd789c4858f617ffeba863f7131399

metadata.xml




perl

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.