summaryrefslogtreecommitdiff
path: root/shells/tcsh
AgeCommit message (Collapse)AuthorFilesLines
2012-05-26wiz@ points out I need to bump PKGREVISION again due to me leavinghe1-2/+2
a window when the new patch file wasn't committed, and there's no check for "extra" lines in distinfo, so this clearly identifies the version with the new patch file included.
2012-05-26Add a patch to fix issue with Meta-<key> no longer being recognized.he1-0/+16
Patch from christos@. (Sorry for overlooking "cvs add" earlier...)
2012-05-25Add a patch to fix issue with Meta-<key> no longer being recognized.he4-6/+12
Patch from christos@. Add comments to some of the other patch files to appease pkglint. Bump PKGREVISION.
2012-03-22Changes 6.18.01:adam5-52/+27
* 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
2010-05-04Add a patch (already sent upstream) to fix the behavior (slippery slope,agc2-1/+23
sorry) of 'b', 'e' and 'w' commands in vi editing, when confronted with a '_' character - this patch makes tcsh consider '_' characters to be part of the word.
2010-03-26Apply the patch from pkg/40683, which did not make it into the 6.17hauke3-2/+18
update of the package.
2010-03-14Changes 6.17.00:adam3-18/+27
I am pleased to announce that tcsh-6.17 is now available; this is a mainly a bug fix release with the exception of these three feature additions: 10. always save the whole command, not just the first 80 chars of it. 4. Add autoexpand=onlyhistory (Don Estabrook, m66) 3. Add history in loops (Laurence Darby, m48) Please consult the Fixes files for a complete list of changes.
2009-08-15remove ftp.gw.com from master_sites. service suspended.zafer1-2/+1
2008-11-10Changes 6.16.0:adam3-23/+8
* Bug fixes
2008-06-23patch from christos to stop tcsh seg faulting when given the linemarkd3-3/+16
/bin/echo "`" or similar.
2008-03-11Change hack of MACHINE_GNU_PLATFORM for Solaris to catch up framework's change?obache1-3/+2
Fixes PR 38195.
2008-03-02Remove unnecessary hack to force the configure script to use only ourjlam1-3/+1
termcap library -- revision 1.2 of termcap.buildlink3.mk already fixes this issue.
2008-02-29Catch up with rename of termlib.* to termcap.*.jlam1-3/+3
2008-02-29+ Teach shells/tcsh to use the terminal library required by pkgsrcjlam1-1/+5
instead of self-detecting what's in the base system. Bump the PKGREVISION to 1.
2008-01-03Added support for installation to DESTDIR.heinz1-9/+13
2007-04-25Enable to overrite CONFLICTS by static-tcsh.obache1-2/+2
2007-04-11Fix some pkglint warnings.wiz1-4/+4
2007-04-11Add checksums for patches.wiz1-1/+3
2007-04-11fix the names, silly me.christos2-2/+2
2007-04-10add new fileschristos2-0/+48
2007-04-10update to tcsh-6.15christos8-189/+6
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-01-24Fixed pkglint warnings, including a bugfix where ${IFS} had been usedrillig1-12/+13
instead of $${IFS}.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-10Also patch host.defs for completeness.joerg2-1/+22
2005-11-10Add DragonFly to the list of BSD derived systems.joerg2-1/+18
2005-09-20Fix build problem under NetBSD-current.tron2-1/+24
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam1-1/+2
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162.
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam1-2/+2
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths.
2005-07-14fix build on OpenBSD, from Jason Lingohr.grant2-7/+9
2005-04-28Avoid using != to define OS_VER .. use :sh instead to defer evaluationjlam1-3/+3
until the make targets are invoked. This avoids needing ${ECHO} and ${SED} in the top-level make.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-29Make it compile on 1.6.2, I think. But it seems subtly odd, still...kim3-6/+78
2005-03-25Upgrade to tcsh 6.14.00kim3-63/+57
New Features: * UTF-8 handling for both singe and double width characters * termname builtin for testing whether a terminal type is available in termcap/terminfo
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-08-27Look for libncurses also.kim2-1/+15
2004-05-19Upgrade to tcsh-6.13.00:kim7-93/+20
36. V6.13.00 - 20040519 35. V6.12.03 - 20040322 34. turn on kanji and dspmbyte by default; add check for utf8 locales, and turn parsing of that automatically based on $LANG. 33. Fix compilation issue under Windows/NT and charset incorrect patch (Yoshiyuki Sakakibara) 32. completion additions (Tom Warzeka) 31. compilation fix (Martin Kraemer) 30. V6.12.02 - 20040221 29. Glob completion listing addition (Tom Warzeka) 28. BS2000 bs2cmd builtin. (Martin Kraemer) 27. Fix interrupt resetting code when /etc startup scripts have syntax errors (Mark A. Grondona) 26. Clarification of kill-ring commands (Per Hedeland) 25. Debian completion additions (Martin Godisch) 24. Japanese character set fixes (Juehiro-san) from debian 23. NLS charset fixes; disabled since they only work with gnu gencat (Martin Godisch) 22. Fix HPUX >= 11 resource (Jack Cummings) 21. Handle breaksw that jumps out of loops. 20. Revert #16. It causes worse problems. 19. Avoid using execl() because the last NULL does not always promoted to a pointer because the function is variadic (Harti Brandt) 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch) 17. do a case insensitive comparison for the multibyte vars (Martin Godisch) 16. don't sigsuspend() for an already exited job 15. glob all arguments in source (Martin Godisch) 14. various debian fixes (Martin Godisch) 13. setenv syntax check revert (Satoshi I. Nozawa) 12. EAGAIN typo (dan harkless) 11. filec compilation issue on hpux (beebe) 10. win32 compilation fixes for O_LARGEFILE (amol) 9. Don't go into an infinite loop when tcgetpgrp() returns an error. 8. Cygwin fixes (Corinna Vinschen) 7. NLS catclose() bug avoidance (KAJIMOTO Masato) 6. V6.12.01 - 20030208 5. Misc NT cleanup. No more GPL code (amol) 4. use strtol() to detect errors in builtin kill (Peter Jeremy) 3. Recognize linux systems on mips* (Maciej W. Rozycki) 2. Enable complete=igncase on unix (Stephen Krauth) 1. Eliminate maxitems (Todd Miller)
2004-04-18Convert to buildlink3.snj1-2/+2
2003-07-02don't apply s/5/2/ to OS_VERSION since this breaks later use of it,grant1-3/+3
e.g. creating a binary pkg with ${OS_VERSION} in the PACKAGES path.
2003-05-05Only attempt to install the individual message catalogs if they have beenagc1-43/+45
generated. Some versions of Solaris do not automatically generate the catalogs.
2003-02-14Note conflict with static version. Closes PR 20010 by Ryo HAYASAKA.wiz1-1/+3
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-11-17Convert packages to PKG_REGISTER_SHELLS framework.salo2-17/+5
2002-09-30Use buildlink2.jlam1-1/+2
2002-09-15Add utmpx support from the tcsh CVS repo (by christos).kim4-4/+36
2002-08-11Fix Japanese message support, and enable multibyte character sets.kim4-8/+47
Note: users of the meta key may want to "set nokanji" from now on. Based on patches from Jun Yamashiro <yamajun@ofug.net> in PR 15274.
2002-08-10Create NLS catalogue directories only if they do not already exist.kim1-1/+5
This should avoid unnecessary warnings from pkgsrc installs, while allowing tcsh-standalone to work.
2002-07-25Revert previous commit.kim1-2/+1
2002-07-25Make lintpkgsrc happy with standalone-tcsh and static-tcsh.martti1-1/+2