aboutsummaryrefslogtreecommitdiff
path: root/shells/psh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /shells/psh
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'shells/psh')
-rw-r--r--shells/psh/Makefile53
-rw-r--r--shells/psh/distinfo1
-rw-r--r--shells/psh/files/patch-aa10
-rw-r--r--shells/psh/pkg-comment1
-rw-r--r--shells/psh/pkg-descr4
-rw-r--r--shells/psh/pkg-plist66
6 files changed, 0 insertions, 135 deletions
diff --git a/shells/psh/Makefile b/shells/psh/Makefile
deleted file mode 100644
index c0d60b6aaddd..000000000000
--- a/shells/psh/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: perlsh
-# Date created: 11 Dec 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= perlsh
-PORTVERSION= 0.009
-PORTREVISION= 1
-CATEGORIES= shells perl5
-MASTER_SITES= http://www.focusresearch.com/gregor/psh/
-DISTNAME= psh-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_PERL5= yes
-PERL_CONFIGURE= yes
-
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= Psh::Builtins.3 \
- Psh::Completion.3 \
- Psh::Job.3 \
- Psh::Joblist.3 \
- Psh::Locale::Base.3 \
- Psh::Locale::Default.3 \
- Psh::Locale::French.3 \
- Psh::Locale::German.3 \
- Psh::Locale::Italian.3 \
- Psh::Locale::Portuguese.3 \
- Psh::Locale::Spanish.3 \
- Psh::OS.3 \
- Psh::OS::Mac.3 \
- Psh::OS::Unix.3 \
- Psh::OS::Win.3 \
- Psh::PCompletion.3 \
- Psh::Parser.3 \
- Psh::PerlEval.3 \
- Psh::Util.3
-
-pre-install:
- ${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/Makefile;
- ${PERL} -pi -e "s:/usr/local/man/man1:${MAN3PREFIX}/man/man1:g" ${WRKSRC}/Makefile;
- ${PERL} -pi -e "s:/usr/local/lib/perl5/5.00503/man/man3:${MAN3PREFIX}/man/man3:g" ${WRKSRC}/Makefile;
-
-post-install:
- @${ECHO} "Updating /etc/shells"
- @${CP} /etc/shells /etc/shells.bak
- @(${GREP} -v ${PREFIX}/bin/psh /etc/shells.bak; \
- ${ECHO} ${PREFIX}/bin/psh) > /etc/shells
- @${RM} /etc/shells.bak
-
-.include <bsd.port.mk>
diff --git a/shells/psh/distinfo b/shells/psh/distinfo
deleted file mode 100644
index aae4721f834d..000000000000
--- a/shells/psh/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (psh-0.009.tar.gz) = a6d9dd7dc80ceb7ac63203bda7976622
diff --git a/shells/psh/files/patch-aa b/shells/psh/files/patch-aa
deleted file mode 100644
index 1e15fc8f9b87..000000000000
--- a/shells/psh/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.PL Tue Mar 14 05:29:39 2000
-+++ Makefile.PL.new Fri Jan 5 16:36:49 2001
-@@ -25,6 +25,7 @@
-
- WriteMakefile (
- NAME => 'psh',
-+ PREFIX => '${PREFIX}',
- VERSION_FROM => 'psh',
- AUTHOR => 'Gregor N. Purdy (gregor@focusresearch.com)',
- ABSTRACT => 'Perl Shell',
diff --git a/shells/psh/pkg-comment b/shells/psh/pkg-comment
deleted file mode 100644
index e8c5ab06be0f..000000000000
--- a/shells/psh/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-New shell made entirely out of a Perl script
diff --git a/shells/psh/pkg-descr b/shells/psh/pkg-descr
deleted file mode 100644
index 0025c8a8c1c0..000000000000
--- a/shells/psh/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Perl Shell is a new shell that combines the power of bash
-and several other shells with the power of perl programming.
-
-WWW: http://www.focusresearch.com/gregor/psh/
diff --git a/shells/psh/pkg-plist b/shells/psh/pkg-plist
deleted file mode 100644
index 9f4b80ffb368..000000000000
--- a/shells/psh/pkg-plist
+++ /dev/null
@@ -1,66 +0,0 @@
-bin/psh
-lib/perl5/%%PERL_VERSION%%/man/man1/psh.pod1
-lib/perl5/%%PERL_VERSION%%/man/man1/pshdevel.pod1
-lib/perl5/site_perl/%%PERL_VER%%/Psh.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Joblist.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/OS/Mac.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/OS/Unix.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/OS/Win.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Bg.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Bind.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Complete.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Builtin.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Drives.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Dirs.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Exit.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fc.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fg.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Firsttime.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Function.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Help.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/History.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Jobs.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Kill.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Pshtokenize.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Readline.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Rename.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Set.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Source.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Strategy.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Symbols.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Which.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fallback/Ls.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fallback/Env.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Completion.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/PCompletion.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Base.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Italian.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Default.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/French.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Spanish.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/German.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Portuguese.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/PerlEval.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Perlfunc.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Debug.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Fallback_builtin.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Auto_resume.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Auto_cd.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Perlscript.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/OS.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Job.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Util.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Prompt.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins.pm
-lib/perl5/site_perl/%%PERL_VER%%/Psh/Parser.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/psh/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/psh
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fallback
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/OS
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh
-@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man3 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man 2>/dev/null || true