summaryrefslogtreecommitdiff
path: root/shells/scsh/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2006-09-03 11:39:08 +0000
committerkristerw <kristerw>2006-09-03 11:39:08 +0000
commit5628b5728517aaf4f4bd690fe9fde83d300e2f33 (patch)
tree042877322e22e8db508007777549aa2d23833c73 /shells/scsh/Makefile
parent7d0fba0205989cbeeb96cb310d46eb06e2aafb2c (diff)
downloadpkgsrc-5628b5728517aaf4f4bd690fe9fde83d300e2f33.tar.gz
Update shells/scsh to 0.6.7.
New in this release ===================== ** Support for interix ** Ignoring of synchronous signals The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been added. ** Support for gcc 4.0 ** 0.6 for module path The standard module path now contains ${prefix}/lib/scsh/modules/0.6 in addition to $prefix/lib/scsh/modules for compatibility with install-lib ** New implementation of open-pty Instead of search for /dev/pty??, scsh now tries a wide variety of ways to aquire a new pty and the corresponding tty. ** Bug fixes argv[0] is now the first element of command-line Fixes found by new test suite Regexp for empty string Argument checking for COPY-BYTES! GC_PROTECTs for send_substring format_date support for #f timezone Added predicates for user-info and group-info Reaping of stopped processes: Do not mark stopped processes as dead md5-digest-for-port | regexps return char-sets standard-let in srfi-5 (%)read-delimited! checks for mutable buffer leap second for srfi-19 The default image for the scshvm is now the installed scsh.image.
Diffstat (limited to 'shells/scsh/Makefile')
-rw-r--r--shells/scsh/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile
index 8cc7572626f..3d6fce8a4e4 100644
--- a/shells/scsh/Makefile
+++ b/shells/scsh/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2006/03/04 21:30:39 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2006/09/03 11:39:08 kristerw Exp $
-DISTNAME= scsh-0.6.6
-PKGREVISION= 1
+DISTNAME= scsh-0.6.7
CATEGORIES= shells lang
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/