From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 31 08:10:23 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3ACC16A4CE for ; Sat, 31 Jan 2004 08:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214D043D45 for ; Sat, 31 Jan 2004 08:10:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0VGAKFR019598 for ; Sat, 31 Jan 2004 08:10:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0VGAKLK019597; Sat, 31 Jan 2004 08:10:20 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 31 Jan 2004 08:10:20 -0800 (PST) Resent-Message-Id: <200401311610.i0VGAKLK019597@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B1E16A4CE for ; Sat, 31 Jan 2004 08:03:21 -0800 (PST) Received: from prophecy.dyndns.org (pcp08490587pcs.levtwn01.pa.comcast.net [68.83.169.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0906943D5E for ; Sat, 31 Jan 2004 08:03:09 -0800 (PST) (envelope-from apeiron@prophecy.dyndns.org) Received: from prophecy.dyndns.org (localhost.dyndns.org [127.0.0.1]) by prophecy.dyndns.org (8.12.10/8.12.10) with ESMTP id i0VG38NU068646 for ; Sat, 31 Jan 2004 11:03:08 -0500 (EST) (envelope-from apeiron@prophecy.dyndns.org) Received: (from apeiron@localhost) by prophecy.dyndns.org (8.12.10/8.12.10/Submit) id i0VG37UR068645; Sat, 31 Jan 2004 11:03:07 -0500 (EST) (envelope-from apeiron) Message-Id: <200401311603.i0VG37UR068645@prophecy.dyndns.org> Date: Sat, 31 Jan 2004 11:03:07 -0500 (EST) From: Christopher Nehren To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/62166: Add the Shell::Base Perl module. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2004 16:10:23 -0000 >Number: 62166 >Category: ports >Synopsis: Add the Shell::Base Perl module. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 31 08:10:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.2-RELEASE i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Tue Jan 13 02:50:17 EST 2004 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386 >Description: This is a request to add this simple-to-build and simple-to-use Perl module to FreeBSD. I've porlint'd it with -A -C -N multiple times, likewise with 'make install deinstall' on more than one machine. >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-Shell-Base # p5-Shell-Base/Makefile # p5-Shell-Base/distinfo # p5-Shell-Base/pkg-descr # p5-Shell-Base/pkg-plist # echo c - p5-Shell-Base mkdir -p p5-Shell-Base > /dev/null 2>&1 echo x - p5-Shell-Base/Makefile sed 's/^X//' >p5-Shell-Base/Makefile << 'END-of-p5-Shell-Base/Makefile' X# New ports collection makefile for: Shell::Base X# Date created: Sat Jan 31 10:41:28 EST 2004 X# Whom: Christopher Nehren X# X# $FreeBSD$ X# X XPORTNAME= Shell-Base XPORTVERSION= 0.04 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Shell XPKGNAMEPREFIX= p5- X XMAINTAINER= apeiron@comcast.net XCOMMENT= Perl module implementing a simple command shell X XBUILD_DEPENDS= ${SITE_PERL}/mach/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ X ${SITE_PERL}/Text/Shellwords.pm:${PORTSDIR}/textproc/p5-Text-Shellwords XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Shell::Base.3 X X.include END-of-p5-Shell-Base/Makefile echo x - p5-Shell-Base/distinfo sed 's/^X//' >p5-Shell-Base/distinfo << 'END-of-p5-Shell-Base/distinfo' XMD5 (Shell-Base-0.04.tar.gz) = e5c4c27b1a9980bef34aa7e0529177aa END-of-p5-Shell-Base/distinfo echo x - p5-Shell-Base/pkg-descr sed 's/^X//' >p5-Shell-Base/pkg-descr << 'END-of-p5-Shell-Base/pkg-descr' XNAME X Shell::Base - A generic class to build line-oriented command X interpreters. X XDESCRIPTION X Shell::Base is a base class designed for building command line programs. X It defines a number of useful defaults, simplifies adding commands and X help, and integrates well with Term::ReadLine. X XCOPYRIGHT X Copyright (C) 2003 Darren Chamberlain. All Rights Reserved. X X This module is free software; you can redistribute it and/or modify it X under the same terms as Perl itself. END-of-p5-Shell-Base/pkg-descr echo x - p5-Shell-Base/pkg-plist sed 's/^X//' >p5-Shell-Base/pkg-plist << 'END-of-p5-Shell-Base/pkg-plist' X%%SITE_PERL%%/Shell/Base.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Base/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/Base X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell END-of-p5-Shell-Base/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: