pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/osh Update to 20100430, from J.A. Neitzel in PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4a72c41ded4
branches:  trunk
changeset: 575020:e4a72c41ded4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 02 10:31:12 2010 +0000

description:
Update to 20100430, from J.A. Neitzel in PR 43235:

1) osh globbing is now handled by the main osh process, allowing
(for example) `mkdir some_really_long_directory_name...  ; cd
some*...' and globbing for other special built-in commands as well.

2) A new, osh history-file-support feature has been added to save
the user's command-line history to the user $h/.osh.history file
if/when this file exists upon shell invocation.

diffstat:

 shells/osh/Makefile |  4 ++--
 shells/osh/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r fa329b65b8cb -r e4a72c41ded4 shells/osh/Makefile
--- a/shells/osh/Makefile       Sun May 02 10:28:14 2010 +0000
+++ b/shells/osh/Makefile       Sun May 02 10:31:12 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2010/01/05 11:21:42 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2010/05/02 10:31:12 wiz Exp $
 
-DISTNAME=      osh-20091218
+DISTNAME=      osh-20100430
 CATEGORIES=    shells
 MASTER_SITES=  http://v6shell.org/src/
 
diff -r fa329b65b8cb -r e4a72c41ded4 shells/osh/distinfo
--- a/shells/osh/distinfo       Sun May 02 10:28:14 2010 +0000
+++ b/shells/osh/distinfo       Sun May 02 10:31:12 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2010/01/05 11:21:20 wiz Exp $
+$NetBSD: distinfo,v 1.16 2010/05/02 10:31:12 wiz Exp $
 
-SHA1 (osh-20091218.tar.gz) = 7dc04fdd93401829803e9b22aa0a6a53203488e5
-RMD160 (osh-20091218.tar.gz) = 76502912f409fba780a6e649c848e6bffc234247
-Size (osh-20091218.tar.gz) = 99469 bytes
+SHA1 (osh-20100430.tar.gz) = 7b8ff4ba099320433612e8e8e706a7305f7a595b
+RMD160 (osh-20100430.tar.gz) = 82d3b2e3dd4c229b314887cab7c074cc3dfb2700
+Size (osh-20100430.tar.gz) = 102970 bytes



Home | Main Index | Thread Index | Old Index