Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2004 11:03:07 -0500 (EST)
From:      Christopher Nehren <apeiron@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62166: Add the Shell::Base Perl module.
Message-ID:  <200401311603.i0VG37UR068645@prophecy.dyndns.org>
Resent-Message-ID: <200401311610.i0VGAKLK019597@freefall.freebsd.org>

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

>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 <apeiron@comcast.net>
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 <bsd.port.mk>
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:



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