summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2002-07-25PKGNAME is not defined, use DISTNAME.kim1-3/+3
2002-07-25Revert previous commit.kim1-2/+1
2002-07-25PKGNAME is not defined, use DISTNAME.kim1-3/+3
2002-07-25Make lintpkgsrc happy with standalone-tcsh and static-tcsh.martti1-1/+2
2002-07-24Upgrade to tcsh-6.12.00:kim7-111/+6
New Features: * %j in prompt * utf8 support New Ports: * darwin support Locale Support: * russian locale fixes * polish locale fixes Highlights from Bug Fixes: * Dissallow setting of environment variables that do not contain alphanumeric names * Don't expand path components that don't resolve to path names * Make $ignoreeof agree with the man page * Don't close file descriptors too early because setuid scripts fail
2002-07-18Do not use _mktemp(). There is no prototype for it, so it is not safe to usemycroft4-2/+31
on 64-bit systems.
2002-07-15Add mkdir for empty directory.mycroft1-1/+2
2002-06-22Small fix to the texi file which allows the info file to be built on 1.6.cjep2-6/+12
2002-06-06This is an attempt to close PR#16619. The package will now compile, howevercjep5-17/+87
I have not got the scsh experience to test this. Various discussions with wiz@, jschauma@ and kim@ extremely helpful.
2002-06-03Don't disable utmpx support under NetBSD any more. It works fine now.tron2-18/+1
2002-04-11Imagine my surprise when this failed to build on my -current shark.abs9-95/+113
Rather than require that _every_ new port update config.guess, fall back to using `uname -p`-unknown-netbsd on >= 1.4, so we only need to patch for each new machine_arch.
2002-04-01Update MASTER_SITES & HOMEPAGE.uebayasi1-3/+3
2002-03-22* Add HOMEPAGE (http://www.tcsh.org/).uebayasi1-2/+3
* echo -> ${ECHO}, sed -> ${SED}.
2002-03-04Work arround build problem on NetBSD system with utmpx support.tron2-1/+18
2002-02-18Introduce new framework for handling info files generation and installation.seb8-17/+22
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll2-6/+6
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-31Changes from basesrc/bin/csh/dol.c:1.18-1.19.minoura2-1/+19
> Fix problem where > % echo $20000000000 > Segmentation fault (core dumped) I believe the problem is already known to the maintainer of tcsh (=christos).
2002-01-02Add patch-ab (recognize mipseb in config.sub).rafal1-1/+2
2002-01-02Make config.sub recognize mipseb.rafal1-0/+22
2001-12-17Add fix for problems reported in PR kern/14968. The patch was providedtron2-1/+31
by Christos Zoulas in private e-mail.
2001-12-02Don't hardcode /usr/pkg, use ${PREFIX}. (Ouch!)wiz1-2/+2
2001-12-02Drop '/pkg' from PKGDIR.wiz1-2/+2
Noted by Neil Booth via pkg/14807.
2001-11-29Updated to 4.0.4, provided by Eric Gillespie Jr. in pkg/14376martti4-10/+18
This is a minor bug-fix release, though some new functions have been added: _bts Completion for Debian BTS _chflags Completion for chflags(1) _links Completion for links web browser _samba _sysctl _user_admin bash-backward-kill-word
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
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.