From owner-freebsd-ports Fri Dec 10 22: 0:10 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 6183814FFF for ; Fri, 10 Dec 1999 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA79626; Fri, 10 Dec 1999 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 23D7314F31 for ; Fri, 10 Dec 1999 21:50:54 -0800 (PST) (envelope-from will@argon.blackdawn.com) Received: from 23-113.008.popsite.net ([209.69.197.113] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11wfQi-0004HY-00; Fri, 10 Dec 1999 22:50:52 -0700 Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id AAA56064 for ; Sat, 11 Dec 1999 00:50:48 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id AAA03590; Sat, 11 Dec 1999 00:50:47 -0500 (EST) (envelope-from will) Message-Id: <199912110550.AAA03590@argon.blackdawn.com> Date: Sat, 11 Dec 1999 00:50:47 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15412: new port: shells/perlsh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 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