diff options
author | 2005-11-04 18:25:22 +0000 | |
---|---|---|
committer | 2005-11-04 18:25:22 +0000 | |
commit | e43cc5742a2b5e2c84b1195743796285f87b1948 (patch) | |
tree | aaa808ef13e63eaba1eb9fb418b3562ad240ce99 /dev-perl/Apache-AuthCookie/metadata.xml | |
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/metadata.xml')
-rw-r--r-- | dev-perl/Apache-AuthCookie/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
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> + |