diff options
author | kim <kim@pkgsrc.org> | 2001-09-03 01:57:21 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2001-09-03 01:57:21 +0000 |
commit | f22de89bd8413a91a8b4a990005cba23063e56ad (patch) | |
tree | 9956223ddcbc5baaff520a055e644cb1151fb296 /shells/tcsh | |
parent | 1badb51cd6b9e13066d79ab276d8e0d38c2840ec (diff) | |
download | pkgsrc-f22de89bd8413a91a8b4a990005cba23063e56ad.tar.gz |
Upgrade to tcsh-6.11.
NOTE: Polish translation is excluded from the package due to broken files.
New Features:
* kill ring Per Hedeland
* bsd style colorls Anand
* big5 multi-byte support Yen-Ming Lee
* LARGEFILE support on Linux Kimmo Suominen
* jobcmd alias Greg Parker
New Ports:
* concurrent's powermaxos Matt Majka
* hpux11 Joshua Weage
Locale Support:
* estonian translation Toomas Soome
* russian translation Ilmar S. Habibulin
* polish translation Pawe³ New
Complete list of changes:
40. V6.11.00 - 20010902
39. Completion fixes (Tom Warzeka)
38. make c_insert not static so that it can be used from win32 (amol)
37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
36. V6.10.02 - 20010806
35. polish nls locale (Pawe³ New)
34. Fix a tcsetattr race running background jobs as the last line on an xterm
window (Andrew Brown)
33. jobcmd alias (Greg Parker)
32. hpux11 support (Joshua Weage)
31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
30. Add kill -s (Mark Peek)
29. Don't recognize all mips as dec (Bjorn Knutsson)
28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
27. Port to concurrent's powermaxos (Matt Majka)
26. New builtin srcfile (Amol)
25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
24. %0Xc was broken in the prompt if the user's home directory was '/'.
(reported by Edward Glowacki)
23. V6.10.01 - 20010426
22. LARGEFILE support on Linux.
21. Add big5 multibyte support (Yen-Ming Lee)
20. Check the return value of setpriority (Dima Dorfman)
19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
18. Russian translation (Ilmar S. Habibulin)
17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
16. Add door support in colorls (Shaen)
15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
12. Fix broken comment, and new versions of config.guess and config.sub
(H.Merijn Brand)
11. fix redrawing in the recognize case (Andrew Brown)
10. don't call qsort with 0 items. (Luke Mewburn)
9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
7. hpux fixes (Chienting Lin)
6. Implement kill ring (Per Hedeland)
5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
3. back out symlink=expand path check.
2. Add Estonian translation (Toomas Soome)
1. Accept empty $savedirs to mean infinity.
Diffstat (limited to 'shells/tcsh')
-rw-r--r-- | shells/tcsh/Makefile | 11 | ||||
-rw-r--r-- | shells/tcsh/distinfo | 11 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-aa | 11 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ab | 15 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-ac | 44 | ||||
-rw-r--r-- | shells/tcsh/patches/patch-aj | 11 |
6 files changed, 45 insertions, 58 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 12d51798d7e..1d5ea2ad7a3 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2001/08/14 12:48:21 agc Exp $ +# $NetBSD: Makefile,v 1.28 2001/09/03 01:57:21 kim Exp $ # -DISTNAME= tcsh-6.10 -PKGNAME= tcsh-6.10.00 +DISTNAME= tcsh-6.11 +PKGNAME= tcsh-6.11.00 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ @@ -27,18 +27,21 @@ OS_VERSION!= echo ${OS_VERSION} | sed -e 's|5\.|2.|' LOWER_OPSYS= solaris${OS_VERSION} .endif -# XXX: For now we don't install the ukrainian, because there is no directory. +# XXX broken: pl:ISO_8859-2:pl:PL post-install: @${ECHO} "Installing message catalogues" @${INSTALL_DATA} ${WRKSRC}/tcsh.C.cat ${PREFIX}/${NLSDIR}/C/tcsh.cat @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @${ECHO} ${NLSDIR}/C/tcsh.cat >> ${PLIST_SRC} @for i in \ + et:ISO_8859-1:et:EE \ + finnish:ISO_8859-1:fi:FI \ french:ISO_8859-1:fr:BE:CA:CH:FR \ german:ISO_8859-1:de:AT:CH:DE \ greek:ISO_8859-7:el:GR \ italian:ISO_8859-1:it:CH:IT \ ja:EUC:ja:JP \ + russian:KOI8-R:ru:SU \ spanish:ISO_8859-1:es:ES \ ukrainian:ISO_8859-1:uk:UA \ ; \ diff --git a/shells/tcsh/distinfo b/shells/tcsh/distinfo index 137f809ec3f..7c7d80e7c4e 100644 --- a/shells/tcsh/distinfo +++ b/shells/tcsh/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.4 2001/06/07 13:28:04 wiz Exp $ +$NetBSD: distinfo,v 1.5 2001/09/03 01:57:21 kim Exp $ -SHA1 (tcsh-6.10.tar.gz) = 29074c586d432087b08d492f116726aad26fd426 -Size (tcsh-6.10.tar.gz) = 665733 bytes -SHA1 (patch-aa) = 64a8ed288ab0069b455f932ab39e6b2683020653 -SHA1 (patch-ab) = b372d37d31ff01a262b4a145c69fa82ae0e07827 -SHA1 (patch-ac) = f59cbb6bfe04f51d55900932c470319d717e0bd5 +SHA1 (tcsh-6.11.tar.gz) = bfc2ccd2d9e04975308cdf0a50b7383e580594b6 +Size (tcsh-6.11.tar.gz) = 716863 bytes +SHA1 (patch-ac) = 5e7424ad50ddcd7e75c04d3c64c2136cc360bbdf SHA1 (patch-af) = 8db810383f043e65858b5925988cac5fd193c948 SHA1 (patch-ag) = e71ea3d9dd4ea70040ab18702260d3c8890b9da9 +SHA1 (patch-aj) = e06125ea332549c4f72b08b72e4f9aae8778209a diff --git a/shells/tcsh/patches/patch-aa b/shells/tcsh/patches/patch-aa deleted file mode 100644 index c75cc7a51e2..00000000000 --- a/shells/tcsh/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2000/11/19 21:44:07 christos Exp $ - ---- nls/Makefile.orig Sun Nov 19 16:39:13 2000 -+++ nls/Makefile Sun Nov 19 16:39:09 2000 -@@ -1,5 +1,5 @@ - --SUBDIRS= C finnish french german greek italian ja spanish -+SUBDIRS= C finnish french german greek italian ja spanish ukrainian - #GENCAT= gencat -new - GENCAT= gencat - diff --git a/shells/tcsh/patches/patch-ab b/shells/tcsh/patches/patch-ab deleted file mode 100644 index 28e3ec0fecb..00000000000 --- a/shells/tcsh/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2001/05/24 01:17:28 hubertf Exp $ - ---- host.defs.orig Thu May 24 02:50:19 2001 -+++ host.defs Thu May 24 03:04:11 2001 -@@ -477,8 +477,8 @@ - vendor : defined(m68k) : "motorola" - vendor : defined(mac68k) : "apple" - vendor : defined(pc532) : "national-semi" --vendor : defined(pmax) || defined(mips) : "dec" --vendor : defined(M_mipsel) : "dec" -+vendor : defined(pmax) : "dec" -+vendor : defined(mips) : "mips" - vendor : defined(sparc) : "sun" - vendor : defined(sun3) : "sun" - vendor : defined(vax) : "digital" diff --git a/shells/tcsh/patches/patch-ac b/shells/tcsh/patches/patch-ac index 3cdf687429f..050668b872c 100644 --- a/shells/tcsh/patches/patch-ac +++ b/shells/tcsh/patches/patch-ac @@ -1,24 +1,24 @@ -$NetBSD: patch-ac,v 1.5 2001/06/07 13:28:05 wiz Exp $ +$NetBSD: patch-ac,v 1.6 2001/09/03 01:57:21 kim Exp $ ---- config.sub.orig Sun Nov 12 00:03:33 2000 -+++ config.sub -@@ -156,8 +156,8 @@ - | alpha | alphaev5 | alphaev56 | alphaev6 \ - | we32k | ns16k | clipper \ - | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ -- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ -- | mipstx39 | mipstx39el \ -+ | mips64 | mipseb | mipsel | mips64el | mips64orion \ -+ | mips64orionel | mipstx39 | mipstx39el \ - | sparc | sparclet | sparclite | sparc64 | v850) - basic_machine=$basic_machine-unknown - ;; -@@ -183,7 +183,7 @@ - | we32k-* | cydra-* \ - | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ +--- config.sub.orig Sun Mar 18 14:06:28 2001 ++++ config.sub Sun Sep 2 20:46:48 2001 +@@ -172,7 +172,8 @@ + | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \ + | alpha | alphaev[4-7] | alphaev56 | alphapca5[67] \ + | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \ +- | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \ ++ | 1750a | dsp16xx | pdp11 | mips16 | mips64 \ ++ | mipseb | mipsel | mips64el \ + | mips64orion | mips64orionel | mipstx39 | mipstx39el \ + | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ + | mips64vr5000 | miprs64vr5000el | mcore \ +@@ -206,7 +207,8 @@ + | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ + | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ -- | sparc64-* | mips64-* | mipsel-* \ -+ | sparc64-* | mips64-* | mipseb-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-* \ - | mipstx39-* | mipstx39el-* \ - | f301-*) +- | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \ ++ | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* \ ++ | mipseb-* | mipsel-* \ + | mips64el-* | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ + | mipstx39-* | mipstx39el-* | mcore-* \ diff --git a/shells/tcsh/patches/patch-aj b/shells/tcsh/patches/patch-aj new file mode 100644 index 00000000000..846e7c31c95 --- /dev/null +++ b/shells/tcsh/patches/patch-aj @@ -0,0 +1,11 @@ +$NetBSD: patch-aj,v 1.1 2001/09/03 01:57:21 kim Exp $ + +--- nls/Makefile.orig Mon Aug 6 19:48:45 2001 ++++ nls/Makefile Sun Sep 2 21:48:46 2001 +@@ -1,5 +1,5 @@ + +-SUBDIRS= C et finnish french german greek italian ja pl russian \ ++SUBDIRS= C et finnish french german greek italian ja russian \ + spanish ukrainian + #GENCAT= gencat -new + GENCAT= gencat |