Thu Mar 22 16:54:25 2012 UTC ()
Changes 6.18.01:
* new autorehash builtin to control how the internal command hash
  table is maintained.
* globstar globbing to allow ** and *** expansions
* euid, euser, egid variables.
* wait built-in is now interruptible
* new anyerror variable to control error handling in pipelines


(adam)
diff -r1.68 -r1.69 pkgsrc/shells/tcsh/Makefile
diff -r1.27 -r1.28 pkgsrc/shells/tcsh/distinfo
diff -r1.11 -r1.12 pkgsrc/shells/tcsh/patches/patch-aa
diff -r1.13 -r0 pkgsrc/shells/tcsh/patches/patch-ac
diff -r1.11 -r0 pkgsrc/shells/tcsh/patches/patch-ad

cvs diff -r1.68 -r1.69 pkgsrc/shells/tcsh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/Makefile 2010/03/26 14:09:50 1.68
+++ pkgsrc/shells/tcsh/Makefile 2012/03/22 16:54:25 1.69
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.68 2010/03/26 14:09:50 hauke Exp $ 1# $NetBSD: Makefile,v 1.69 2012/03/22 16:54:25 adam Exp $
2 2
3DISTNAME= tcsh-6.17.00 3DISTNAME= tcsh-6.18.01
4PKGREVISION= 1 
5CATEGORIES= shells 4CATEGORIES= shells
6MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ 5MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
7 ftp://ftp.funet.fi/pub/unix/shells/tcsh/ 6 ftp://ftp.funet.fi/pub/unix/shells/tcsh/
8 7
9MAINTAINER= kim@tac.nyc.ny.us 8MAINTAINER= kim@tac.nyc.ny.us
10HOMEPAGE= http://www.tcsh.org/Welcome 9HOMEPAGE= http://www.tcsh.org/Welcome
11COMMENT= Extended C-shell with many useful features 10COMMENT= Extended C-shell with many useful features
 11LICENSE= original-bsd
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15CONFLICTS?= static-tcsh-[0-9]* 15CONFLICTS?= static-tcsh-[0-9]*
16 16
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18BUILD_TARGET= all catalogs 18BUILD_TARGET= all catalogs
19INSTALL_TARGET= install install.man 19INSTALL_TARGET= install install.man
20 20
21NLSDIR= share/nls 21NLSDIR= share/nls
22PLIST_SRC= ${WRKDIR}/PLIST-src 22PLIST_SRC= ${WRKDIR}/PLIST-src
23 23
24.include "../../mk/bsd.prefs.mk" 24.include "../../mk/bsd.prefs.mk"

cvs diff -r1.27 -r1.28 pkgsrc/shells/tcsh/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/distinfo 2010/05/04 00:14:00 1.27
+++ pkgsrc/shells/tcsh/distinfo 2012/03/22 16:54:25 1.28
@@ -1,9 +1,7 @@ @@ -1,9 +1,7 @@
1$NetBSD: distinfo,v 1.27 2010/05/04 00:14:00 agc Exp $ 1$NetBSD: distinfo,v 1.28 2012/03/22 16:54:25 adam Exp $
2 2
3SHA1 (tcsh-6.17.00.tar.gz) = 9bf67d5ce1b406178e9ba535ecd34553fe0d4d36 3SHA1 (tcsh-6.18.01.tar.gz) = eee2035645737197ff8059c84933a75d23cd76f9
4RMD160 (tcsh-6.17.00.tar.gz) = 2cc41a895799ade6d62640f877bb626f136dac35 4RMD160 (tcsh-6.18.01.tar.gz) = ea18bb6d4d6dca2700d74daa2940f67d45a18cb9
5Size (tcsh-6.17.00.tar.gz) = 890084 bytes 5Size (tcsh-6.18.01.tar.gz) = 926872 bytes
6SHA1 (patch-aa) = bd2c3a5814b17675c56618feae9184548e40c0d0 6SHA1 (patch-aa) = f9d9d21482380002eaad51125310b6d36930baa7
7SHA1 (patch-ab) = ab71a3826bbcef0702a7d43446f13454176aa671 7SHA1 (patch-ab) = ab71a3826bbcef0702a7d43446f13454176aa671
8SHA1 (patch-ac) = b08d073d947775c0bedaaf53c55bbd6c6c63c6d2 
9SHA1 (patch-ad) = 7db4fbbcafb1d2ed1b0e68dd70373e6e5fac93e6 

cvs diff -r1.11 -r1.12 pkgsrc/shells/tcsh/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/shells/tcsh/patches/Attic/patch-aa 2010/03/14 14:06:09 1.11
+++ pkgsrc/shells/tcsh/patches/Attic/patch-aa 2012/03/22 16:54:25 1.12
@@ -1,33 +1,45 @@ @@ -1,33 +1,45 @@
1$NetBSD: patch-aa,v 1.11 2010/03/14 14:06:09 adam Exp $ 1$NetBSD: patch-aa,v 1.12 2012/03/22 16:54:25 adam Exp $
2 2
3--- Makefile.in.orig 2009-06-24 22:09:05.000000000 +0000 3--- Makefile.in.orig 2011-02-05 17:35:31.000000000 +0000
4+++ Makefile.in 4+++ Makefile.in
5@@ -278,7 +278,7 @@ P= 5@@ -357,7 +357,7 @@ P=
6 prefix=@prefix@ 6 prefix=@prefix@
7 exec_prefix=@exec_prefix@ 7 exec_prefix=@exec_prefix@
8 bindir=@bindir@ 8 bindir=@bindir@
9-mandir=@datarootdir@/man 9-mandir=@datarootdir@/man
10+mandir=@mandir@ 10+mandir=@mandir@
11 MANSECT=1 11 MANSECT=1
12 DESTBIN=${DESTDIR}${bindir} 12 DESTBIN=${DESTDIR}${bindir}
13 DESTMAN=${DESTDIR}${mandir}/man${MANSECT} 13 DESTMAN=${DESTDIR}${mandir}/man${MANSECT}
14@@ -512,17 +512,10 @@ vgrind: 14@@ -449,7 +449,7 @@ pure:$(P) ${OBJS}
 15
 16 gethost: gethost.c sh.err.h tc.const.h sh.h
 17 rm -f gethost
 18- ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} $(srcdir)/gethost.c
 19+ ${CC_FOR_GETHOST} -o gethost ${CPPFLAGS} ${LDFLAGS} $(srcdir)/gethost.c
 20
 21 tc.defs.c: gethost host.defs
 22 @rm -f $@.tmp
 23@@ -596,20 +596,13 @@ vgrind:
15 install-strip: install 24 install-strip: install
16  25
17 install: tcsh$(EXEEXT)  26 install: tcsh$(EXEEXT) install.catalogs install.man
18- -mkdir -p ${DESTBIN} 27- -mkdir -p ${DESTBIN}
19- -mv -f ${DESTBIN}/tcsh$(EXEEXT) ${DESTBIN}/tcsh.old 28- -mv -f ${DESTBIN}/tcsh$(EXEEXT) ${DESTBIN}/tcsh.old
20- cp tcsh$(EXEEXT) ${DESTBIN}/tcsh$(EXEEXT) 29- cp tcsh$(EXEEXT) ${DESTBIN}/tcsh$(EXEEXT)
21- -strip ${DESTBIN}/tcsh$(EXEEXT) 30- -strip ${DESTBIN}/tcsh$(EXEEXT)
22- chmod 755 ${DESTBIN}/tcsh$(EXEEXT) 31- chmod 755 ${DESTBIN}/tcsh$(EXEEXT)
23+ ${BSD_INSTALL_PROGRAM} tcsh${EXEEXT} ${DESTBIN}/tcsh${EXEEXT} 32+ ${BSD_INSTALL_PROGRAM} tcsh${EXEEXT} ${DESTBIN}/tcsh${EXEEXT}
24  33
 34 install.catalogs:
 35 @test "x${BUILD_CATALOGS}" = "xyes" && (cd nls; ${MAKE} install DESTDIR=${DESTDIR}) || exit 0
 36
25 install.man: tcsh.man 37 install.man: tcsh.man
26- -mkdir -p ${DESTMAN} 38- -mkdir -p ${DESTMAN}
27- -rm -f ${DESTMAN}/tcsh.${MANSECT} 39- -rm -f ${DESTMAN}/tcsh.${MANSECT}
28- cp $(srcdir)/tcsh.man ${DESTMAN}/tcsh.${MANSECT} 40- cp $(srcdir)/tcsh.man ${DESTMAN}/tcsh.${MANSECT}
29- chmod 444 ${DESTMAN}/tcsh.${MANSECT} 41- chmod 444 ${DESTMAN}/tcsh.${MANSECT}
30+ ${BSD_INSTALL_MAN} tcsh.man ${DESTMAN}/tcsh.${MANSECT} 42+ ${BSD_INSTALL_MAN} tcsh.man ${DESTMAN}/tcsh.${MANSECT}
31  43
32 install.cygwin: install install.man 44 # Amiga Unix
33 -mkdir -p ${DESTDIR}${prefix}/share/doc/tcsh 45 #install.man: tcsh.man

File Deleted: pkgsrc/shells/tcsh/patches/Attic/patch-ac

File Deleted: pkgsrc/shells/tcsh/patches/Attic/patch-ad