pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/osh Update osh to 060124.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2ebbb780926
branches:  trunk
changeset: 520206:d2ebbb780926
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 17 12:31:22 2006 +0000

description:
Update osh to 060124.
Patch provided by Martin Wilke via PR 34313.

[osh-060124]:
Makefile:
        * Added targets for building/installing sh6(1) and glob6(1).
          Refer to the README file for further details.

        * Removed the `check-sh6' target since the tests were originally
          written for osh(1) and sh6(1) as Thompson-shell reimplementations,
          not ports.

sh6:
        * Changed sh6(1) from being a reimplementation which is compiled from
          the same sources as osh(1) to being a port of the original Thompson
          shell from Sixth Edition Unix.  Refer to the CHANGES_sh-to-sh6 file
          for further details.

osh:
        C: Treat both `( ; )' and `( & )' as syntax errors.

        C: Print the process ID for each command of an asynchronous pipeline,
           not just the last command.

        C: Added the `newgrp' special command.  It is similar to `login'
           except that the newgrp(1) utility replaces the current interactive
           shell rather than the login(1) utility.

        * When opening `/dev/null' is needed for an asynchronous command,
          call open(2) w/ the O_RDONLY flag instead of O_RDWR.

diffstat:

 shells/osh/Makefile |  5 ++---
 shells/osh/PLIST    |  4 +++-
 shells/osh/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 99604531441d -r d2ebbb780926 shells/osh/Makefile
--- a/shells/osh/Makefile       Tue Oct 17 12:29:38 2006 +0000
+++ b/shells/osh/Makefile       Tue Oct 17 12:31:22 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:39 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2006/10/17 12:31:22 obache Exp $
 
-DISTNAME=      osh-050131
-PKGREVISION=   1
+DISTNAME=      osh-060124
 CATEGORIES=    shells
 MASTER_SITES=  http://jneitzel.sdf1.org/osh/src/
 
diff -r 99604531441d -r d2ebbb780926 shells/osh/PLIST
--- a/shells/osh/PLIST  Tue Oct 17 12:29:38 2006 +0000
+++ b/shells/osh/PLIST  Tue Oct 17 12:31:22 2006 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2004/02/23 01:58:41 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/10/17 12:31:22 obache Exp $
+bin/fd2
 bin/goto
 bin/if
 bin/osh
+man/man1/fd2.1
 man/man1/goto.1
 man/man1/if.1
 man/man1/osh.1
diff -r 99604531441d -r d2ebbb780926 shells/osh/distinfo
--- a/shells/osh/distinfo       Tue Oct 17 12:29:38 2006 +0000
+++ b/shells/osh/distinfo       Tue Oct 17 12:31:22 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2005/03/08 09:05:46 adam Exp $
+$NetBSD: distinfo,v 1.8 2006/10/17 12:31:22 obache Exp $
 
-SHA1 (osh-050131.tar.gz) = 458679ab7564b618d5abecb4332d002f440d9561
-RMD160 (osh-050131.tar.gz) = c9bec74c75372eb63bb4fc5d56785d816a584cab
-Size (osh-050131.tar.gz) = 68421 bytes
+SHA1 (osh-060124.tar.gz) = 91f837b78bf6eeaddc967988c9c6fa6f52b7de78
+RMD160 (osh-060124.tar.gz) = 846f9520847f770371846cd58210e3ee31b938e5
+Size (osh-060124.tar.gz) = 88434 bytes



Home | Main Index | Thread Index | Old Index