Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 00:50:47 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/15412: new port: shells/perlsh
Message-ID:  <199912110550.AAA03590@argon.blackdawn.com>

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

>Number:         15412
>Category:       ports
>Synopsis:       new port: shells/perlsh
>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:   Fri Dec 10 22:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999     root@argon.blackdawn.com:/usr/src/sys/compile/ARGON  i386

>Description:

Cool, a shell based entirely on a Perl script. It seems rather
powerful too, and it combines features from bash and other shells..

>How-To-Repeat:

use the shar below to commit the new port to the tree.

>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:
#
#	perlsh
#	perlsh/files
#	perlsh/files/md5
#	perlsh/pkg
#	perlsh/pkg/COMMENT
#	perlsh/pkg/DESCR
#	perlsh/pkg/PLIST
#	perlsh/Makefile
#
echo c - perlsh
mkdir -p perlsh > /dev/null 2>&1
echo c - perlsh/files
mkdir -p perlsh/files > /dev/null 2>&1
echo x - perlsh/files/md5
sed 's/^X//' >perlsh/files/md5 << 'END-of-perlsh/files/md5'
XMD5 (psh-0.004pre2.tar.gz) = 9b8f0ef1bd3708cb8fa4101ab4d6c1b4
END-of-perlsh/files/md5
echo c - perlsh/pkg
mkdir -p perlsh/pkg > /dev/null 2>&1
echo x - perlsh/pkg/COMMENT
sed 's/^X//' >perlsh/pkg/COMMENT << 'END-of-perlsh/pkg/COMMENT'
XNew shell made entirely out of a Perl script.
END-of-perlsh/pkg/COMMENT
echo x - perlsh/pkg/DESCR
sed 's/^X//' >perlsh/pkg/DESCR << 'END-of-perlsh/pkg/DESCR'
XPerl Shell is a new shell that combines the power of bash
Xand several other shells with the power of perl programming.
X
XWWW: http://www.focusresearch.com/gregor/psh/index.html
END-of-perlsh/pkg/DESCR
echo x - perlsh/pkg/PLIST
sed 's/^X//' >perlsh/pkg/PLIST << 'END-of-perlsh/pkg/PLIST'
Xbin/psh
Xshare/perlsh/CHANGES
Xshare/perlsh/MANIFEST
Xshare/perlsh/README
Xshare/perlsh/TODO
Xshare/perlsh/psh.NEWS
Xshare/perlsh/pshrc
Xshare/perlsh/test.pl
Xshare/perlsh/psh.pod
X@dirrm share/perlsh
END-of-perlsh/pkg/PLIST
echo x - perlsh/Makefile
sed 's/^X//' >perlsh/Makefile << 'END-of-perlsh/Makefile'
X# New ports collection makefile for:	perlsh
X# Version required:	0.004pre2
X# Date created:		11 Dec 1999
X# Whom:			Will Andrews <andrews@technologist.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	psh-0.004pre2
XCATEGORIES=	shells
XMASTER_SITES=	http://www.focusresearch.com/gregor/psh/
X
XMAINTAINER=	andrews@technologist.com
X
Xdo-build:
X	@(cd ${WRKSRC} && ${PERL} Makefile.PL && ${MAKE})
X
Xpost-build:
X	@${PERL} -pi -e "s/\/usr\/local\/bin\/perl/\/usr\/bin\/perl/g" ${WRKSRC}/psh
X
Xdo-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/perlsh
X.for DOC in CHANGES MANIFEST README TODO psh.NEWS pshrc test.pl psh.pod
X	@${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/perlsh
X.endfor
X.endif
X	@${INSTALL_SCRIPT} ${WRKSRC}/psh ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-perlsh/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




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