diff options
author | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
commit | 5a79423b6feb188f48299ebbaf981575b33d3f48 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /shells | |
parent | f58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff) | |
download | pkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2-doc/DESCR | 2 | ||||
-rw-r--r-- | shells/bash2/DESCR | 2 | ||||
-rw-r--r-- | shells/mudsh/DESCR | 4 | ||||
-rw-r--r-- | shells/perlsh/DESCR | 6 | ||||
-rw-r--r-- | shells/perlsh/Makefile | 4 | ||||
-rw-r--r-- | shells/scsh/Makefile | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/shells/bash2-doc/DESCR b/shells/bash2-doc/DESCR index 375d074aa34..805fdd95e7d 100644 --- a/shells/bash2-doc/DESCR +++ b/shells/bash2-doc/DESCR @@ -1,7 +1,7 @@ Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. - + It offers functional improvements over sh for both programming and interactive use; these include command line editing, unlimited size command history, job control, shell functions and aliases, indexed diff --git a/shells/bash2/DESCR b/shells/bash2/DESCR index 58bb87fa70d..5dd431ceb2f 100644 --- a/shells/bash2/DESCR +++ b/shells/bash2/DESCR @@ -1,7 +1,7 @@ Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. - + It offers functional improvements over sh for both programming and interactive use; these include command line editing, unlimited size command history, job control, shell functions and aliases, indexed diff --git a/shells/mudsh/DESCR b/shells/mudsh/DESCR index 83d9cb6fd68..99c80da56a7 100644 --- a/shells/mudsh/DESCR +++ b/shells/mudsh/DESCR @@ -1,7 +1,7 @@ Is there any reason why a shell (or command line) cannot be as tolerant or as intelligent as a text adventure game like Zork, or a MUD (Multi User Dungeon)? Is there any reason why a shell cannot work -like such a game? ("Go North", etc.) +like such a game? ("Go North", etc.) -Actually, the answer is no and this is a perl implementation to prove it. +Actually, the answer is no and this is a perl implementation to prove it. Have fun, and don't get eaten by a Grue! diff --git a/shells/perlsh/DESCR b/shells/perlsh/DESCR index d841636cadd..44f972cbade 100644 --- a/shells/perlsh/DESCR +++ b/shells/perlsh/DESCR @@ -1,3 +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. +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 index 08047b8928d..a0fd82e4b3b 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.2 2003/04/20 16:57:38 cjep Exp $ -# Cjep: Makefile,v 1.3 2003/04/20 16:21:44 cjep Exp +# $NetBSD: Makefile,v 1.3 2003/05/06 17:42:39 jmmv Exp $ +# Cjep: Makefile,v 1.3 2003/04/20 16:21:44 cjep Exp DISTNAME= psh-1.8 PKGNAME= perlsh-1.8 diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 60261a6044a..01cd338613b 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.20 2003/01/28 22:04:12 jlam Exp $ -# FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp +# $NetBSD: Makefile,v 1.21 2003/05/06 17:42:39 jmmv Exp $ +# FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # DISTNAME= scsh-0.5.3 |