summaryrefslogtreecommitdiff
path: root/shells/perlsh/DESCR
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-04-20 16:27:04 +0000
committercjep <cjep@pkgsrc.org>2003-04-20 16:27:04 +0000
commitc22003a0512ff36133f3593417e1a7996df22e20 (patch)
tree25141e6945177836b8cf8a489a329b39d7e04328 /shells/perlsh/DESCR
parentb394c27587f0ed5b073e7e44787b1dfd73965c22 (diff)
downloadpkgsrc-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/perlsh/DESCR')
-rw-r--r--shells/perlsh/DESCR3
1 files changed, 3 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.