diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-20 16:27:04 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-20 16:27:04 +0000 |
commit | c22003a0512ff36133f3593417e1a7996df22e20 (patch) | |
tree | 25141e6945177836b8cf8a489a329b39d7e04328 /shells | |
parent | b394c27587f0ed5b073e7e44787b1dfd73965c22 (diff) | |
download | pkgsrc-c22003a0512ff36133f3593417e1a7996df22e20.tar.gz |
Initial import of the Perl Shell 1.8 into the NetBSD packages collection
as devel/perlsh.
The Perl Shell is a shell that combines the interactive nature of a Unix
shell with the power of Perl. The goal is to eventually have a fully
featured shell that behaves as expected for normal shell activity.
The Perl Shell will use Perl syntax and functionality for control-flow
statements and other things.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/DESCR | 3 | ||||
-rw-r--r-- | shells/perlsh/Makefile | 22 | ||||
-rw-r--r-- | shells/perlsh/PLIST | 30 | ||||
-rw-r--r-- | shells/perlsh/distinfo | 4 |
4 files changed, 59 insertions, 0 deletions
diff --git a/shells/perlsh/DESCR b/shells/perlsh/DESCR new file mode 100644 index 00000000000..d841636cadd --- /dev/null +++ b/shells/perlsh/DESCR @@ -0,0 +1,3 @@ +The Perl Shell is a shell that combines the interactive nature of a Unix +shell with the power of Perl. The goal is to eventually have a full +featured shell that behaves as expected for normal shell activity. diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile new file mode 100644 index 00000000000..68035037a61 --- /dev/null +++ b/shells/perlsh/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/20 16:27:04 cjep Exp $ +# Cjep: Makefile,v 1.3 2003/04/20 16:21:44 cjep Exp + +DISTNAME= psh-1.8 +PKGNAME= perlsh-1.8 +CATEGORIES= shells perl5 +MASTER_SITES= http://www.gregorpurdy.com/gregor/psh/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gregorpurdy.com/gregor/psh/ +COMMENT= The Perl Shell + +DEPENDS+= p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine + +USE_BUILDLINK2= yes +PKG_SHELL= ${PREFIX}/bin/psh + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/psh/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.install.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/shells/perlsh/PLIST b/shells/perlsh/PLIST new file mode 100644 index 00000000000..4212f2667ee --- /dev/null +++ b/shells/perlsh/PLIST @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/20 16:27:04 cjep Exp $ +share/psh/complete/debian +share/psh/complete/perl +share/psh/complete/standard +share/psh/themes/aix +share/psh/themes/blank +share/psh/themes/blight +share/psh/themes/bold +share/psh/themes/clock +share/psh/themes/combo +share/psh/themes/cyngus +share/psh/themes/elite2 +share/psh/themes/fade +share/psh/themes/gilbert +share/psh/themes/hermann +share/psh/themes/kax +share/psh/themes/largo +share/psh/themes/lxtips2 +share/psh/themes/nate +share/psh/themes/nextstep +share/psh/themes/openbsd +share/psh/themes/plan-9 +share/psh/themes/rasterman +share/psh/themes/simple +share/psh/themes/stereophonic +share/psh/themes/sunos +share/psh/themes/vms +@dirrm share/psh/themes +@dirrm share/psh/complete +@dirrm share/psh diff --git a/shells/perlsh/distinfo b/shells/perlsh/distinfo new file mode 100644 index 00000000000..3ff6f8da997 --- /dev/null +++ b/shells/perlsh/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/04/20 16:27:04 cjep Exp $ + +SHA1 (psh-1.8.tar.gz) = fd2f1fd0e100fb9fc20102b1c0d9dfaf2b14c0b9 +Size (psh-1.8.tar.gz) = 119989 bytes |