1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Add p5-Authen-Ticket 0.02, a perl module that provides the framework for

implementing a ticketing system.
This commit is contained in:
Will Andrews 2001-01-01 09:02:18 +00:00
parent 04dc8400b3
commit 6e7bc489ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36560
6 changed files with 44 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (Authen-Ticket-0.02.tar.gz) = 7bf485a036a898c6cc324177c1f9248a

View File

@ -0,0 +1 @@
A perl module that provides the framework for implementing a ticketing system

View File

@ -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

View File

@ -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