From owner-freebsd-ports Mon Oct 4 17:50:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 811EA15557 for ; Mon, 4 Oct 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA31073; Mon, 4 Oct 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id B656615214 for ; Mon, 4 Oct 1999 17:42:34 -0700 (PDT) (envelope-from matt@megaweapon.zigg.com) Received: (from matt@localhost) by megaweapon.zigg.com (8.9.3/8.9.3) id UAA05900; Mon, 4 Oct 1999 20:42:32 -0400 (EDT) (envelope-from matt) Message-Id: <199910050042.UAA05900@megaweapon.zigg.com> Date: Mon, 4 Oct 1999 20:42:32 -0400 (EDT) From: Matt Behrens Reply-To: matt@zigg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14137: [NEW PORT] security/p5-Authen-PAM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14137 >Category: ports >Synopsis: [NEW PORT] security/p5-Authen-PAM >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: Mon Oct 4 17:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matt Behrens >Release: FreeBSD 3.3-RC i386 >Organization: zigg.com >Environment: FreeBSD megaweapon.zigg.com 3.3-RC FreeBSD 3.3-RC #4: Mon Sep 13 18:52:21 EDT 1999 root@megaweapon.zigg.com:/usr/src/sys/compile/MEGAWEAPON i386 >Description: The attached shar file creates a port for perl5's Authen::PAM module. ``make test'' works great on this port, and supposedly it's been compatible with FreeBSDs back to 3.1. >How-To-Repeat: >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-PAM # p5-Authen-PAM/pkg # p5-Authen-PAM/pkg/COMMENT # p5-Authen-PAM/pkg/DESCR # p5-Authen-PAM/pkg/PLIST # p5-Authen-PAM/files # p5-Authen-PAM/files/md5 # p5-Authen-PAM/Makefile # echo c - p5-Authen-PAM mkdir -p p5-Authen-PAM > /dev/null 2>&1 echo c - p5-Authen-PAM/pkg mkdir -p p5-Authen-PAM/pkg > /dev/null 2>&1 echo x - p5-Authen-PAM/pkg/COMMENT sed 's/^X//' >p5-Authen-PAM/pkg/COMMENT << 'END-of-p5-Authen-PAM/pkg/COMMENT' XA Perl interface to the PAM library END-of-p5-Authen-PAM/pkg/COMMENT echo x - p5-Authen-PAM/pkg/DESCR sed 's/^X//' >p5-Authen-PAM/pkg/DESCR << 'END-of-p5-Authen-PAM/pkg/DESCR' XThis module provides a Perl interface to the PAM library. END-of-p5-Authen-PAM/pkg/DESCR echo x - p5-Authen-PAM/pkg/PLIST sed 's/^X//' >p5-Authen-PAM/pkg/PLIST << 'END-of-p5-Authen-PAM/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/PAM.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.so Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/PAM.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/PAM X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen 2>/dev/null || true END-of-p5-Authen-PAM/pkg/PLIST echo c - p5-Authen-PAM/files mkdir -p p5-Authen-PAM/files > /dev/null 2>&1 echo x - p5-Authen-PAM/files/md5 sed 's/^X//' >p5-Authen-PAM/files/md5 << 'END-of-p5-Authen-PAM/files/md5' XMD5 (Authen-PAM-0.08.tar.gz) = 960cf35215ed99f181e940e8ac62a261 END-of-p5-Authen-PAM/files/md5 echo x - p5-Authen-PAM/Makefile sed 's/^X//' >p5-Authen-PAM/Makefile << 'END-of-p5-Authen-PAM/Makefile' X# New ports collection makefile for: p5-Authen-Radius X# Version required: 0.08 X# Date created: Mon Oct 4 1999 X# Whom: Matt Behrens X# X# $FreeBSD$ X# X XDISTNAME= Authen-PAM-0.08 XPKGNAME= p5-Authen-PAM-0.08 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Authen X XMAINTAINER= matt@zigg.com X XUSE_PERL5= YES X XMAN3= Authen::PAM.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-p5-Authen-PAM/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message