From owner-freebsd-ports Sat Feb 3 12:40:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EAA237B4EC for ; Sat, 3 Feb 2001 12:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f13Ke2G93744; Sat, 3 Feb 2001 12:40:02 -0800 (PST) (envelope-from gnats) Received: from kobayashi.uits.iupui.edu (kobayashi.uits.iupui.edu [134.68.5.17]) by hub.freebsd.org (Postfix) with ESMTP id 59EDE37B491 for ; Sat, 3 Feb 2001 12:35:26 -0800 (PST) Received: (from ajk@localhost) by kobayashi.uits.iupui.edu (8.11.1/8.11.1) id f13KZLo99351; Sat, 3 Feb 2001 15:35:21 -0500 (EST) (envelope-from ajk) Message-Id: <200102032035.f13KZLo99351@kobayashi.uits.iupui.edu> Date: Sat, 3 Feb 2001 15:35:21 -0500 (EST) From: ajk@iu.edu Reply-To: ajk@iu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24832: New port: Authen::Krb5, Perl interface to Kerberos 5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24832 >Category: ports >Synopsis: New port: Authen::Krb5, Perl interface to Kerberos 5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 03 12:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Andrew J. Korty >Release: FreeBSD 4.2-RELEASE i386 >Organization: Information Technology Security Office, Indiana University >Environment: FreeBSD 4.2-RELEASE >Description: Authen::Krb5 is an object-oriented interface to the Kerberos 5 API. Both the implementation and documentation are nowhere near complete, and may require previous experience with Kerberos 5 programming. Most of the functions here are documented in detail in the Kerberos 5 API documentation. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Authen-Krb5 # p5-Authen-Krb5/pkg-comment # p5-Authen-Krb5/Makefile # p5-Authen-Krb5/distinfo # p5-Authen-Krb5/pkg-plist # p5-Authen-Krb5/pkg-descr # echo c - p5-Authen-Krb5 mkdir -p p5-Authen-Krb5 > /dev/null 2>&1 echo x - p5-Authen-Krb5/pkg-comment sed 's/^X//' >p5-Authen-Krb5/pkg-comment << 'END-of-p5-Authen-Krb5/pkg-comment' XPerl extension for Kerberos 5 END-of-p5-Authen-Krb5/pkg-comment echo x - p5-Authen-Krb5/Makefile sed 's/^X//' >p5-Authen-Krb5/Makefile << 'END-of-p5-Authen-Krb5/Makefile' X# New ports collection makefile for: p5-Authen-Krb5 X# Date created: 22 January 2001 X# Whom: ajk@iu.edu X# X# $FreeBSD$ X# X XPORTNAME= Authen-Krb5 XPORTVERSION= 1.2 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Authen XPKGNAMEPREFIX= p5- XDISTNAME= Krb5-${PORTVERSION} X XMAINTAINER= ajk@iu.edu X XLIB_DEPENDS= krb5:${PORTSDIR}/security/krb5 X XPERL_CONFIGURE= yes X XMAN3= Authen::Krb5.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X XKRB5_HOME?= ${PREFIX} X Xpost-patch: X @${PERL} -pi -e 's:/usr/local/krb5:${KRB5_HOME}:g' \ X ${WRKSRC}/Makefile.PL X X.include END-of-p5-Authen-Krb5/Makefile echo x - p5-Authen-Krb5/distinfo sed 's/^X//' >p5-Authen-Krb5/distinfo << 'END-of-p5-Authen-Krb5/distinfo' XMD5 (Krb5-1.2.tar.gz) = c2b82738eb14bb964ed54a05e2801bf3 END-of-p5-Authen-Krb5/distinfo echo x - p5-Authen-Krb5/pkg-plist sed 's/^X//' >p5-Authen-Krb5/pkg-plist << 'END-of-p5-Authen-Krb5/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/Krb5.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/Krb5.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/Krb5.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5/autosplit.ix X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb5 END-of-p5-Authen-Krb5/pkg-plist echo x - p5-Authen-Krb5/pkg-descr sed 's/^X//' >p5-Authen-Krb5/pkg-descr << 'END-of-p5-Authen-Krb5/pkg-descr' XAuthen::Krb5 is an object-oriented interface to the Kerberos 5 API. XBoth the implementation and documentation are nowhere near complete, Xand may require previous experience with Kerberos 5 programming. Most Xof the functions here are documented in detail in the Kerberos 5 API Xdocumentation. X XWWW: http://search.cpan.org/search?module=Authen::Krb5 X XFreeBSD port by Andrew J. Korty END-of-p5-Authen-Krb5/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message