diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 12:10:36 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 12:10:36 +0000 |
commit | a95feb2a450ec194ff5aacbca1f3ae3827bdb540 (patch) | |
tree | 922c77c43ca85f304756ff53dce7b21e500d358c /shells/bash1 | |
parent | dfcb81d26e6537cd8b7b370397b067e33502b250 (diff) | |
download | ports-a95feb2a450ec194ff5aacbca1f3ae3827bdb540.tar.gz ports-a95feb2a450ec194ff5aacbca1f3ae3827bdb540.zip |
Add the package files necesssary to bundle the sucker.
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=26
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/pkg-comment | 1 | ||||
-rw-r--r-- | shells/bash1/pkg-descr | 8 | ||||
-rw-r--r-- | shells/bash1/pkg-plist | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/shells/bash1/pkg-comment b/shells/bash1/pkg-comment new file mode 100644 index 000000000000..779fbe02dfef --- /dev/null +++ b/shells/bash1/pkg-comment @@ -0,0 +1 @@ +bash, the GNU Borne Again Shell. Version 1.14.2 diff --git a/shells/bash1/pkg-descr b/shells/bash1/pkg-descr new file mode 100644 index 000000000000..73770578ee2f --- /dev/null +++ b/shells/bash1/pkg-descr @@ -0,0 +1,8 @@ +This is GNU Bash, version 1.14.2. Bash is the GNU Project's Bourne +Again SHell, an interactive shell with Bourne shell syntax (/bin/sh); +but also with interactive command line editing, job control on +architectures that support it, Csh-like history features and brace +expansion, and a slew of other stuff. For more information on the +features of Bash that are new to this type of shell, see the file +`documentation/features.texi'. There is also a processed DVI file +there, as well as a large man page. diff --git a/shells/bash1/pkg-plist b/shells/bash1/pkg-plist new file mode 100644 index 000000000000..85d851a33d5d --- /dev/null +++ b/shells/bash1/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/local +bin/bash +man/man1/bash.1 |