summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum23-16/+16
2001-10-05Don't compress the manual pages of this package because "zshall.1" triestron1-1/+3
to include all the other manual pages with ".so" macros which doesn't work with compress manual pages even if the filenames are correct.
2001-10-02Upgrade to version 0.5.3seb18-1394/+198
Changes: win32 support MacOS X support public cvs repository new libraries databases access via ODBC bugfixes
2001-09-24"PKGVERSION" is now in "PLIST_SUBST" by default.tron1-2/+1
2001-09-23Don't include "lib/zsh/libzsh-4.0.2.so" into package list under SunOS.tron3-3/+8
This fixes PR pkg/14032 by Stoned Elipot.
2001-09-23Don't hardcode package version number into package lists.tron3-403/+402
2001-09-23Remove redundant "@dirrm" commands from "PLIST.dynamic" and reordertron2-6/+3
multiple package list so that deinstallation works smoothly.
2001-09-23Fix oversights in last commit.tron5-10/+10
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail if thetron5-10/+10
last entry is removed.
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail iftron4-8/+13
"/etc/shells" doesn't exist or is empty after removing entries for cerntain shell. These problems show up e.g. under SunOS.
2001-09-06Install Russian messages in ru_RU as well as to ru_SU.kim1-2/+2
2001-09-04Fix Estonian and Ukrainian character set codes.kim1-3/+3
2001-09-03Upgrade to tcsh-6.11.kim6-58/+45
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.
2001-08-30fix bash on sparc64; the patches are from Shin'ichiro TAYA ↵mrg4-3/+135
<taya@ba2.so-net.ne.jp>, tested by Martti Kuparinen <martti.kuparinen@iki.fi> and myself...
2001-08-14The TCSH_STATIC mk.conf definition has been removed in favour of aagc1-5/+1
static-tcsh package.
2001-08-14Add and enable static-tcshagc1-1/+2
2001-08-14Initial import of a statically-linked tcsh package, based on theagc1-0/+16
standard tcsh package, and using a minimal pkgsrc equivalent of a "reachover" structure. This is a much better solution for binary packages - it removes another mk.conf definition.
2001-08-06Be sure to match the whole line when creating the /etc/shells entry, soagc1-2/+2
that grep -v /bin/tcsh does not match ${LOCALBASE}/bin/tcsh
2001-08-06Make sure we don't ignore ${LOCALBASE}/bin/tcsh when creating the newagc1-3/+3
/etc/shells entry with grep -v /bin/tcsh - be sure to match the whole line.
2001-08-06Handle a PREFIX of / correctly when dealing with /etc/shellsabs1-3/+8
2001-08-04Fix pkg/12675 by converting the package to use buildlink.mk files andjlam4-33/+22
marking as USE_BUILDLINK_ONLY. The only dependencies picked up are now only the ones linked into work/.buildlink.
2001-07-27Fix a typo in the comment field. I wish I could type properly.agc1-2/+2
2001-07-27Add and enable standalone-tcsh, now that I can spell it properly.agc1-1/+2
2001-07-27Add a standalone version of tcsh, which installs a statically-linkedagc3-0/+29
version of tcsh into /bin, but still using most of the standard tcsh package framework, for ease of maintenance.
2001-07-27Make sure the correct ${NLSDIR} exists for the message catalogues.agc1-1/+2
2001-07-23Update zsh to 4.0.2. PR 13538 by Eric Gillespie Jr.nra6-451/+409
This is a maintenance release for the (stable) 4.0 branch. Most of the changes are bug fixes, including a fix for a bug which caused the test suite to fail. On fully supported systems, all tests should now pass. There is one new feature: the option KSH_TYPESET provides compatibility with other shells for assignment arguments of `typeset', `export' and related builtins.
2001-06-20Add a patch from Rafal Boni <rafal@mediaone.net> to recognize mipsebjtb2-1/+30
as a valid architecture. PR pkg/13200.
2001-06-07Recognize mipseb (for NetBSD/sgimips).wiz2-1/+26
Patch from pkg/13132 by Rafal Boni.
2001-06-06compinstall isn't really a builtin function, one needs to autoload it.jtb1-3/+3
2001-06-05Install the NEWS and FAQ files. Add a short message regarding changesjtb3-2/+21
for this version. Based on suggestions by Geoff Wing <gcw@zsh.org> on tech-pkg.
2001-06-05Add zsh3, remove zsh4.jtb1-2/+2
2001-06-05Moved former zsh to zsh3 for those who want to continue using thejtb8-0/+124
old stable version.
2001-06-05zsh-4.0.1 is a stable release so should be in shells/zsh instead of zsh4.jtb8-90/+465
Pass --disable-dynamic to configure. Correct homepage. Remove a mirror. Addresses some issues by Geoff Wing <gcw@zsh.org> raised on netbsd-bugs.
2001-06-05Remove zsh4.jtb7-500/+0
2001-06-05Update ftp sites URLs. Noted by Geoff Wing.wiz1-7/+6
2001-06-05Fix problem with PLIST when zsh is static.jtb2-37/+40
2001-06-05Add zsh4, remove zsh-current.jtb1-2/+2
2001-06-05zsh-current has been outdated by zsh4.jtb6-455/+0
2001-06-05Import of zsh-4.0.1 as zsh4.jtb7-0/+497
The changes from previous stable release (3.0.8) are almost 15,000 lines of changelog. (Not included here, see ChangeLog-3.1 in source distribution). Provided by Masao Uebayashi <uebayasi@soum.co.jp> in PR pkg/13113 with some changes by me.
2001-05-24Pass --no-split option to makeinfo. Reported to packages@netbsd.orgjtb2-1/+15
by Masao Uebayashi.
2001-05-24Stop the config script from thinking every mips machine is a pmax:hubertf2-1/+17
Before: raqim# echo $version tcsh 6.09.00 (Astron) 1999-08-16 (mipsel-dec-NetBSD) options 8b,nls,dl,al,rh,color ^^^ After: raqim# echo $version tcsh 6.10.00 (Astron) 2000-11-19 (mipsel-mips-NetBSD) options 8b,nls,dl,al,rh,color ^^^^ Patch contributed by rafal@mediaone.net in PR 12993.
2001-05-18Add and enable zsh-current.jtb1-1/+2
2001-05-18Initial import of zsh-current.jtb5-0/+441
Zsh is a UNIX command interpreter (shell) which of the standard shells most resembles the Korn shell (ksh), although it is not completely compatible. It includes enhancements of many types, notably in the command-line editor, options for customising its behaviour, filename globbing, features to make C-shell (csh) users feel more at home and extra features drawn from tcsh (another `custom' shell). Package provided in private mail by Masao Uebayashi <uebayasi@soum.co.jp> as a followup to pkg/12721.
2001-05-03Use ${MASTER_SITE_BACKUP}. The original master site (and homepage)jtb1-8/+3
still ask for authorization.
2001-04-29Improve description.wiz1-8/+10
2001-04-29Fix typo.jtb1-2/+2
2001-04-28Remove redundant echoing, quoting, and input redirection to sed.jtb1-6/+5
2001-04-18move to sha1 digests, and add distfile sizes.agc7-12/+20
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc8-21/+15
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc12-27/+19
+ move the patch digest/checksum values from files/patch-sum to distinfo