Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 13:37:52 -0500 (EST)
From:      ajk@iu.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25193: New port: Authen::Krb4, Perl interface to Kerberos 4
Message-ID:  <200102181837.f1IIbqH79583@kobayashi.uits.iupui.edu>

next in thread | raw e-mail | index | archive | help

>Number:         25193
>Category:       ports
>Synopsis:       New port: Authen::Krb4, Perl interface to Kerberos 4
>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:   Sun Feb 18 10:40:00 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::Krb4 is an object-oriented extension to Perl 5 which
implements several user-level Kerberos 4 functions.  With this
module, you can create Kerberized clients and servers written in
Perl.  It is compatible with both AFS and MIT Kerberos.

>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-Krb4
#	p5-Authen-Krb4/Makefile
#	p5-Authen-Krb4/pkg-comment
#	p5-Authen-Krb4/pkg-descr
#	p5-Authen-Krb4/distinfo
#	p5-Authen-Krb4/files
#	p5-Authen-Krb4/files/patch-Makefile.PL
#	p5-Authen-Krb4/pkg-plist
#
echo c - p5-Authen-Krb4
mkdir -p p5-Authen-Krb4 > /dev/null 2>&1
echo x - p5-Authen-Krb4/Makefile
sed 's/^X//' >p5-Authen-Krb4/Makefile << 'END-of-p5-Authen-Krb4/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-Krb4
XPORTVERSION=	1.1
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Authen
XPKGNAMEPREFIX=	p5-
XDISTNAME=	Krb4-1.1
X
XMAINTAINER=	ajk@iu.edu
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Authen::Krb4.3
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
XKRB5_HOME?=	${PREFIX}
X
X.include <bsd.port.mk>
END-of-p5-Authen-Krb4/Makefile
echo x - p5-Authen-Krb4/pkg-comment
sed 's/^X//' >p5-Authen-Krb4/pkg-comment << 'END-of-p5-Authen-Krb4/pkg-comment'
XPerl extension for Kerberos 4
END-of-p5-Authen-Krb4/pkg-comment
echo x - p5-Authen-Krb4/pkg-descr
sed 's/^X//' >p5-Authen-Krb4/pkg-descr << 'END-of-p5-Authen-Krb4/pkg-descr'
XAuthen::Krb4 is an object-oriented extension to Perl 5 which
Ximplements several user-level Kerberos 4 functions.  With this module,
Xyou can create Kerberized clients and servers written in Perl.  It is
Xcompatible with both AFS and MIT Kerberos.
X
XWWW:	http://search.cpan.org/search?module=Authen::Krb4
X
XFreeBSD port by Andrew J. Korty <ajk@iu.edu>
END-of-p5-Authen-Krb4/pkg-descr
echo x - p5-Authen-Krb4/distinfo
sed 's/^X//' >p5-Authen-Krb4/distinfo << 'END-of-p5-Authen-Krb4/distinfo'
XMD5 (Krb4-1.1.tar.gz) = 638caa06bbbc296a257d888ff0e5d9e7
END-of-p5-Authen-Krb4/distinfo
echo c - p5-Authen-Krb4/files
mkdir -p p5-Authen-Krb4/files > /dev/null 2>&1
echo x - p5-Authen-Krb4/files/patch-Makefile.PL
sed 's/^X//' >p5-Authen-Krb4/files/patch-Makefile.PL << 'END-of-p5-Authen-Krb4/files/patch-Makefile.PL'
X--- Makefile.PL~	Mon Jun 12 19:07:25 2000
X+++ Makefile.PL	Wed Jan 31 17:04:48 2001
X@@ -5,7 +5,6 @@
X     'NAME'	=> 'Authen::Krb4',
X     'VERSION_FROM' => 'Krb4.pm',
X     # Remove '-lresolv' if you're not using KTH Kerberos libraries
X-    'LIBS'	=> ['-L/usr/local/krb4/lib -lkrb -ldes -lresolv'],
X+    'LIBS'	=> ['-lkrb -ldes'],
X     'DEFINE'	=> '',
X-    'INC'	=> '-I/usr/local/krb4/include'
X );
END-of-p5-Authen-Krb4/files/patch-Makefile.PL
echo x - p5-Authen-Krb4/pkg-plist
sed 's/^X//' >p5-Authen-Krb4/pkg-plist << 'END-of-p5-Authen-Krb4/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/Krb4.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/Krb4.bs
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/Krb4.so
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4
END-of-p5-Authen-Krb4/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102181837.f1IIbqH79583>