diff options
author | will <will@FreeBSD.org> | 2001-01-01 17:02:18 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 17:02:18 +0800 |
commit | 40cd521662a58fcdea8aa9d72cd7506b65741702 (patch) | |
tree | e6b378e42e62f8fad0d88ee4252c36aecc4cedbe | |
parent | 9230a7d7decf590a0608666ce606b4b3b6610829 (diff) | |
download | freebsd-ports-graphics-40cd521662a58fcdea8aa9d72cd7506b65741702.tar.gz freebsd-ports-graphics-40cd521662a58fcdea8aa9d72cd7506b65741702.tar.zst freebsd-ports-graphics-40cd521662a58fcdea8aa9d72cd7506b65741702.zip |
Add p5-Authen-Ticket 0.02, a perl module that provides the framework for
implementing a ticketing system.
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Authen-Ticket/pkg-plist | 11 |
6 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index dadb6ce33ae..b6db63377f9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -71,6 +71,7 @@ SUBDIR += outguess SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius + SUBDIR += p5-Authen-Ticket SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-DES diff --git a/security/p5-Authen-Ticket/Makefile b/security/p5-Authen-Ticket/Makefile new file mode 100644 index 00000000000..124fda8d324 --- /dev/null +++ b/security/p5-Authen-Ticket/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Authen-Ticket +# Date created: Mon Jan 1 03:55:39 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Authen-Ticket +PORTVERSION= 0.02 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Authen +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/security/p5-Authen-Ticket/distinfo b/security/p5-Authen-Ticket/distinfo new file mode 100644 index 00000000000..ab1d4d92702 --- /dev/null +++ b/security/p5-Authen-Ticket/distinfo @@ -0,0 +1 @@ +MD5 (Authen-Ticket-0.02.tar.gz) = 7bf485a036a898c6cc324177c1f9248a diff --git a/security/p5-Authen-Ticket/pkg-comment b/security/p5-Authen-Ticket/pkg-comment new file mode 100644 index 00000000000..9c3afe88011 --- /dev/null +++ b/security/p5-Authen-Ticket/pkg-comment @@ -0,0 +1 @@ +A perl module that provides the framework for implementing a ticketing system diff --git a/security/p5-Authen-Ticket/pkg-descr b/security/p5-Authen-Ticket/pkg-descr new file mode 100644 index 00000000000..30683cd5cad --- /dev/null +++ b/security/p5-Authen-Ticket/pkg-descr @@ -0,0 +1,8 @@ +Authen::Ticket provides the framework for implementing a ticketing system +for web authentication. Both the client website and ticket server code +can be constructed from Authen::Ticket. The framework allows for customization +at all phases in the process. This includes not only the login screens, but +the cookie creation and optional digital signature algorithm as well. Consult +the README for more details on this module. + +--will diff --git a/security/p5-Authen-Ticket/pkg-plist b/security/p5-Authen-Ticket/pkg-plist new file mode 100644 index 00000000000..10b8ef6772d --- /dev/null +++ b/security/p5-Authen-Ticket/pkg-plist @@ -0,0 +1,11 @@ +lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket.3 +lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Client.3 +lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Server.3 +lib/perl5/%%PERL_VERSION%%/man/man3/Authen::Ticket::Signature.3 +lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket/Client.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket/Server.pm +lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket/Signature.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Ticket/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Ticket +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Authen/Ticket |