diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Apache2-AuthenNTLM | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Apache2-AuthenNTLM')
-rw-r--r-- | dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r1.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Apache2-AuthenNTLM/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Apache2-AuthenNTLM/metadata.xml | 18 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r1.ebuild b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r1.ebuild new file mode 100644 index 000000000000..ac235b82ce84 --- /dev/null +++ b/dev-perl/Apache2-AuthenNTLM/Apache2-AuthenNTLM-0.20.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=SPEEVES +MODULE_VERSION=0.02 +inherit perl-module + +DESCRIPTION="Apache2::AuthenNTLM - Perform Microsoft NTLM and Basic User Authentication" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="virtual/perl-MIME-Base64 + >=www-apache/mod_perl-2" +DEPEND="${RDEPEND}" diff --git a/dev-perl/Apache2-AuthenNTLM/Manifest b/dev-perl/Apache2-AuthenNTLM/Manifest new file mode 100644 index 000000000000..de8feaba65de --- /dev/null +++ b/dev-perl/Apache2-AuthenNTLM/Manifest @@ -0,0 +1 @@ +DIST Apache2-AuthenNTLM-0.02.tar.gz 51597 SHA256 1d19544482b560e7848dc582b536fbf6b1f75ce4968ab5edf27157c16e8f4fb3 SHA512 783ca41ee2b4c89d5d793dcbd00c2bf4d58842825e56933bdeb8b74c35f38e5a6d32c49987f938a801f9cc3555922423afb10cb182b8160de29f4a082c1b9ee3 WHIRLPOOL 1ece412c115eea59a992da5525f1072e2c6266aa8cf1c1a7acb2d49647180f7b756d6b373b5ee68caafa902ad223fb86cc289cf912d18b92bb0ef9df8bb88ed7 diff --git a/dev-perl/Apache2-AuthenNTLM/metadata.xml b/dev-perl/Apache2-AuthenNTLM/metadata.xml new file mode 100644 index 000000000000..c66054939068 --- /dev/null +++ b/dev-perl/Apache2-AuthenNTLM/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <longdescription lang="en"> +The purpose of this module is to perform a user authentication via Microsoft's +NTLM protocol. This protocol is supported by all versions of the Internet +Explorer and is mainly useful for intranets. Depending on your preferences +setting IE will supply your windows logon credentials to the web server when the +server asks for NTLM authentication. This saves the user to type in his/her +password again. +</longdescription> + <upstream> + <remote-id type="cpan">Apache2-AuthenNTLM</remote-id> + <remote-id type="cpan-module">Apache2::AuthenNTLM</remote-id> + <remote-id type="cpan-module">Apache2::AuthenNTLM::Lock</remote-id> + </upstream> +</pkgmetadata> |