summaryrefslogtreecommitdiff
path: root/shells/tcsh/Makefile
diff options
context:
space:
mode:
authorkim <kim>2001-09-03 01:57:21 +0000
committerkim <kim>2001-09-03 01:57:21 +0000
commit0c15a4f294b77b61c7a250691bc8bd13d6aadda5 (patch)
tree9956223ddcbc5baaff520a055e644cb1151fb296 /shells/tcsh/Makefile
parent8d8e741439a7ad78dd5d93e4806b35a2b00c2533 (diff)
downloadpkgsrc-0c15a4f294b77b61c7a250691bc8bd13d6aadda5.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/Makefile')
-rw-r--r--shells/tcsh/Makefile11
1 files changed, 7 insertions, 4 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 \
; \