diff options
author | adam <adam@pkgsrc.org> | 2005-03-08 09:05:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-03-08 09:05:46 +0000 |
commit | 6eb9b4a159802e4390404c2d0a1bfaa53f9a93dc (patch) | |
tree | 3de7cfc1bfd0d98c5eb7310c1c983adb08dddf76 /shells | |
parent | 95ab74cc96a9da51654338b02770168cff89ce91 (diff) | |
download | pkgsrc-6eb9b4a159802e4390404c2d0a1bfaa53f9a93dc.tar.gz |
Changes 050219:
examples:
* Updated the example initialization files.
* Added a few command files to give users a head start
in scripting the shell.
osh.1 and sh6.1:
* Made a few more minimal revisions.
osh and sh6:
* Did a little more code cleanup.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/osh/Makefile | 11 | ||||
-rw-r--r-- | shells/osh/distinfo | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 93e96ccd4e4..5ad6755c543 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2004/12/27 21:13:01 wiz Exp $ -# +# $NetBSD: Makefile,v 1.10 2005/03/08 09:05:46 adam Exp $ -DISTNAME= osh-041028 +DISTNAME= osh-050131 CATEGORIES= shells MASTER_SITES= http://jneitzel.sdf1.org/osh/src/ @@ -11,9 +10,9 @@ COMMENT= Implementation of the UNIX 6th Edition shell PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes -USE_PKGINSTALL= yes -PKG_SHELL= ${PREFIX}/bin/osh +USE_BUILDLINK3= yes +USE_PKGINSTALL= yes +PKG_SHELL= ${PREFIX}/bin/osh TEST_TARGET= check diff --git a/shells/osh/distinfo b/shells/osh/distinfo index 7009cea61e7..0cf0b0839a8 100644 --- a/shells/osh/distinfo +++ b/shells/osh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 13:14:41 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/03/08 09:05:46 adam Exp $ -SHA1 (osh-041028.tar.gz) = ff11fbf22832eb13b8ef4937cdb8e59065794e4a -RMD160 (osh-041028.tar.gz) = 0e1f4ab1bc0eeaa5d7d1571f08b2095bb68fb7f4 -Size (osh-041028.tar.gz) = 55152 bytes +SHA1 (osh-050131.tar.gz) = 458679ab7564b618d5abecb4332d002f440d9561 +RMD160 (osh-050131.tar.gz) = c9bec74c75372eb63bb4fc5d56785d816a584cab +Size (osh-050131.tar.gz) = 68421 bytes |