Commit graph

157 commits

Author SHA1 Message Date
nra
ee3f60dfcd Update zsh to 4.0.2. PR 13538 by Eric Gillespie Jr.
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-07-23 18:23:44 +00:00
jtb
c975c1f99e Add a patch from Rafal Boni <rafal@mediaone.net> to recognize mipseb
as a valid architecture. PR pkg/13200.
2001-06-20 05:39:02 +00:00
wiz
cf6e61598f Recognize mipseb (for NetBSD/sgimips).
Patch from pkg/13132 by Rafal Boni.
2001-06-07 13:28:04 +00:00
jtb
22763d166e compinstall isn't really a builtin function, one needs to autoload it. 2001-06-06 21:50:34 +00:00
jtb
363d6c7549 Install the NEWS and FAQ files. Add a short message regarding changes
for this version.

Based on suggestions by Geoff Wing <gcw@zsh.org> on tech-pkg.
2001-06-05 21:55:37 +00:00
jtb
fc27fc49b2 Add zsh3, remove zsh4. 2001-06-05 16:32:50 +00:00
jtb
99f8891816 Moved former zsh to zsh3 for those who want to continue using the
old stable version.
2001-06-05 16:30:14 +00:00
jtb
c059e72ebd zsh-4.0.1 is a stable release so should be in shells/zsh instead of zsh4.
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-05 16:28:07 +00:00
jtb
da8fcd15ea Remove zsh4. 2001-06-05 16:21:46 +00:00
wiz
f65cde9a73 Update ftp sites URLs. Noted by Geoff Wing. 2001-06-05 09:28:10 +00:00
jtb
3f30b9a455 Fix problem with PLIST when zsh is static. 2001-06-05 04:53:08 +00:00
jtb
c0d00bd8ae Add zsh4, remove zsh-current. 2001-06-05 04:11:36 +00:00
jtb
131f9801f1 zsh-current has been outdated by zsh4. 2001-06-05 04:10:04 +00:00
jtb
680eb210de Import of zsh-4.0.1 as zsh4.
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-06-05 04:08:24 +00:00
jtb
c0a8dd3e66 Pass --no-split option to makeinfo. Reported to packages@netbsd.org
by Masao Uebayashi.
2001-05-24 14:54:22 +00:00
hubertf
5a8f2e47e0 Stop the config script from thinking every mips machine is a pmax:
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-24 01:17:28 +00:00
jtb
40d438230b Add and enable zsh-current. 2001-05-18 20:35:14 +00:00
jtb
3960a633c3 Initial import of zsh-current.
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-18 20:31:19 +00:00
jtb
0d2a5fe6a4 Use ${MASTER_SITE_BACKUP}. The original master site (and homepage)
still ask for authorization.
2001-05-03 21:39:25 +00:00
wiz
3da26fa845 Improve description. 2001-04-29 19:59:53 +00:00
jtb
a42e5d6e58 Fix typo. 2001-04-29 01:15:06 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
agc
6908362a65 move to sha1 digests, and add distfile sizes. 2001-04-18 14:53:31 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
tron
91fa7cb80a Remove dead mirror from master site list. 2001-04-17 11:16:35 +00:00
zuntum
eb2d6a3285 Update zsh to 3.0.8
Changelog:

2000-05-15  Bart Schaefer  <schaefer@zsh.org>

        * Src/version.h: Version 3.0.8 released.

        * Etc/MACHINES: Add note for OpenStep 4.2 from Brian Boonstra.

        * Etc/FAQ: Latest version from PWS.

        * Src/utils.c: Fix for ${(s::)...} when parameter value has
        meta-characters; Sven, 11368.

2000-05-12  Bart Schaefer  <schaefer@zsh.org>

        * Etc/BUGS: Make note of the numeric range globbing bug reported
        by Zefram in 10444 (requires too many other changes to fix now).

        * Etc/NEWS: Note change in character ranges in globbing.

2000-05-11  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c, Src/params.c: "typeset -U" updates exported
        colon-arrays; PWS, 11314.

        * Src/jobs.c: In setprevjob(), skip jobs with either the
        STAT_NOPRINT or STAT_SUBJOB bits set, as suggested in
        zsh-workers/10005.

2000-04-30  Bart Schaefer  <schaefer@zsh.org>

        * Src/glob.c: Disable locale-sensitive character ranges; sorting
        is still done by locale.  This is the 3.1.7 behavior.

        * Src/builtin.c: Since "read -q" always reads from the tty, always
        write the prompt to the tty.  Adapted from Sven, 10727.

2000-03-08  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c, configure, configure.in, config.h.in: Silence linker
        warnings on FreeBSD by using _mktemp() when available.

2000-02-29  Bart Schaefer  <schaefer@zsh.org>

        * Doc/zsh.texi: Silence a couple of warnings.

2000-02-28  Bart Schaefer  <schaefer@zsh.org>

        * Src/init.c, Src/params.c: Silence some harmless compiler
        warnings; Sven, 9905.

        * Src/exec.c: Fix problem with handling of errflag that caused
        push-line-or-edit to fail when used within a here-document; Sven;
        9900 and 9903.

        * Etc/NEWS: Note minor new features and configuration changes.

2000-02-27  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c: Fixes to `vared', particularly when run from a
        subshell; adapted from PWS, 7308, and Sven, 8591.

        * configure.in, configure, acconfig.h, config.h.in,
        Src/prototypes.h: Add test for mknod() prototype, per bug report
        from Olivier Delemar.

        * Src/exec.c, Src/globals.h, Src/init.c, Src/builtin.c: Fix
        improper redirection of xtrace output; unlock terminal device on
        Solaris as per zsh-workers/5118; misc. insignificant typos.

2000-02-23  Bart Schaefer  <schaefer@zsh.org>

        * config.sub: Handle the latest Alpha hardware type; Sven, 9840.

2000-02-16  Bart Schaefer  <schaefer@zsh.org>

        * Src/subst.c: Better quoting behavior for ${(e)...}
        substitutions; from Sven, 9763.

2000-02-15  Bart Schaefer  <schaefer@zsh.org>

        * Src/signames.awk: Missing newline.

        * Src/jobs.c, Src/signames.awk: Wrap signal message array derefs
        in a macro to avoid segfaults in the event we receive an
        unrecognized signal.

2000-02-13  Bart Schaefer  <schaefer@zsh.org>

        * configure.in, configure: Import the 3.1.6 signal.h (or
        equivalent) detection code.

        * Etc/MACHINES: Mention potential resource.h problem on Linux.

2000-02-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/init.c: Redo the way we attach to the tty in init_io() to
        avoid competing with our parent on systems that don't prevent TTY
        ioctl()s from background jobs.

2000-02-06  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c: Clear the PM_UNSET flag from the `pm' structure
        before setting the parameter; PWS, 9582.

2000-02-03  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c: Interrupt read1char() when any of the usual shell
        loop control flags becomes set (e.g. by a trap handler); Sven,
        9522.

        * Src/exec.c: A different reformulation of 9345; based on Sven,
        9503 and 9521.

2000-01-29  Bart Schaefer  <schaefer@zsh.org>

        * Src/globals.h: Add a missing EXTERN.

        * Src/globals.h, Src/jobs.c, Src/zsh.h, Src/builtin.c, Src/exec.c:
        Fixes for suspending/restarting subshells; adapted from Sven, 9345.

2000-01-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/loop.c: Fix behavior of "select" loops with respect to
        reading stdin; adapted from PWS, 9295.

2000-01-08  Bart Schaefer  <schaefer@zsh.org>

        * Src/loop.c: Using a negative count with the "repeat" construct
        should not loop.  Adapted from Sven, 9188.

1999-12-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/exec.c: Don't try to suspend/resume loops and other shell
        constructs as separate processes when the parent shell is not
        doing job control in the first place.

1999-11-25  Bart Schaefer  <schaefer@zsh.org>

        * Src/lex.c: Fix off-by-one line number when reporting unmatched
        cshjunkiequote errors.

1999-11-24  Bart Schaefer  <schaefer@zsh.org>

        * Src/signals.c: Just for sanity, be sure not to SIGHUP ourself
        when already exiting.

1999-10-25  Bart Schaefer  <schaefer@zsh.org>

        * Src/system.h, Src/hashtable.h, Src/init.c, Src/params.c,
        INSTALL, acconfig.h, configure.in, configure, config.h.in:
        Configure option to disable setlocale() support, and also do a
        linkage test for it rather than simply test for the LC_ALL
        constant; adapted from Zefram, 8372, by Tatsuo Furukawa.

1999-10-24  Bart Schaefer  <schaefer@zsh.org>

        * Makefile.in: Don't bother trying to enumerate all the files in
        the ftp-dist tar, just pack up the whole zsh-$(VERSION) directory.
        The enumeration caused files in subdirectories to be included
        twice by tar.

1999-10-23  Bart Schaefer  <schaefer@zsh.org>

        * Src/zle_misc.c, Doc/zshparam.man: Add the %L prompt token, for
        the value of SHLVL, as in 3.1.6; thanks to Phil Pennock
        <phil@PsiDev.net> for pointing out this inconsistency.

1999-10-22  Bart Schaefer  <schaefer@zsh.org>

        * Src/mem.c: Fix a couple of typos in comments.

1999-10-19  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c: Remove redundant variable decls; noted by Albert
        Chin in 8327.

        * Src/builtin.c: Tweak whitespace in string constant.

        * Src/builtin.c: Recognize "maxpthreads" limit as noted by Albert
        Chin in private mail; also arrange to print the "sockbufsize"
        limit in "ulimit -a".

        * Src/rlimits.awk: Recognize "maxpthreads" limit as noted by
        Albert Chin in private mail.
2001-04-16 22:39:18 +00:00
tron
f7725fcbf5 Reorder include path to avoid build problems on systems with "gettext-lib"
package installed following a hint by John Darrow. This fixes PR pkg/12675
my myself.
2001-04-16 11:35:35 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
wiz
cbc06df280 Update to 2.05, based on pkg/12615 by Martti Kuparinen.
Extract of CHANGES:
Bugfixes; command completion should now take half the stat(2)s it took
before; lots of changes to the POSIX mode; SSH2_CLIENT not auto-exported
any more (like SSH_CLIENT before); realpath builtin; 'set' without
options returns valid input, and lots others.
2001-04-13 16:39:42 +00:00
jtb
d4da9e4c9d Install header file as "scsh.h" rather than "scheme48.h", thus
resolving a conflict with lang/scheme48.  This should not cause any
(difficult) problems.  Decrease no. of lines in DESCR to satisfy
`pkglint'.  Bump up version number.
2001-04-12 21:29:50 +00:00
jtb
5ed9c57afb ZSH_STATIC can be defined in /etc/mk.conf instead of editing the Makefile. 2001-04-09 00:35:38 +00:00
jtb
9b82295330 Commented out MASTER_SITES and HOMEPAGE as they now require authorization
for access.  Also, made Makefile respect CFLAGS.
2001-03-08 21:26:50 +00:00
wiz
ff9740151d add RCS Id (!) 2001-03-08 10:28:38 +00:00
wiz
7adbff0fdf Update to 0.5.2, provided by Sean Doran in pkg/11142, with some minor
cleanup by me.
Changes: 'open-source', new char-sets and -operations, new regexp system,
some renaming (reduce-* -> *-fold), and lots of bugfixes.
2001-02-27 19:37:46 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
dent
4170a89675 Update HOMEPAGE. 2001-01-11 20:01:33 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
wiz
05e6365fe3 Install HTML files into share/doc/html 2000-12-11 22:55:46 +00:00
jtb
6b6f704a49 Make sure ${PREFIX}/share/emacs/site-lisp directory exists or gets created.
Fixes problem in latest pkgsrc/i386 bulk build.
2000-12-08 21:22:14 +00:00
christos
8902e47fdb Add ukrainian...
And retroactively say what is new in 6.10:

- The most important security fix had to do with temporary file handling
  for here-documents. You should update tcsh if you are using it as a
  root shell, and you have malicious users on your system.

- The complete list of changes is here:

 57. V6.10.00 - 20001119
 56. Completion fixes (Tom Warzeka)
 55. add missing linux kanji define (Tsuyoshi Kawabe)
 54. More WINNT_NATIVE fixes (amol)
 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
 52. nonstopux configure and makefile fixes (Tom Bates)
 51. V6.09.04 - 20001111
 50. Order of initialization for multibyte display was wrong
     (HyunChul Kim)
 49. Follow the guideline for linux for japanese locale:
     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
     (Tomohiro KUBOTA)
 48. Ukrainian nls map (Olexander Kunytsa)
 47. exit immeditiately if we get an error while we are setting up
     (Michael Shalayeff)
 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
 45. change winnt to winnt_native (Randolph Fritz)
 44. Support home/end in the editor (Andrey A. Chernov)
 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
 42. Alpha ev6 addition (Karen R. McArthur)
 41. DSPMBYTE patch from (Issei Suzuki)
 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
 39. Fix resource limit rounding *again* (Johannes Gross)
 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
 37. V6.09.03 - 20000715
 36. cygwin port fixes (Arihiro Yoshida)
 35. Add a new "catalog" variable that specifies which NLS catalog
     to be used (Issei Suzuki)
 34. cleanup and addition of page up/down (amol)
 33. fix vfork compile problem.
 32. use inet_addr instead of inet_aton for portability.
 31. V6.09.02 - 20000704
 30. lots more completions (George Cox)
 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
 28. _MINIX_VMD port (Martijn van Buul)
 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
 26. aix-4 does not need gethostname (Darren Reed)
 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
 24. Fix prompt formatting (Andrey A. Chernov)
 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
 21. With symlinks=expand expand valid paths only (Martin Kraemer)
 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
 19. NT-specific executable detection moved to NT code (amol)
 18. New "complete module" (Dan Nicolaescu)
 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
 16. Don't display "unset watch" message when not appropriate (kim)
 15. V6.09.01 - 20000114
 14. Circumvent IRIX4D ESTALE bug by exiting.
 13. IRIS4D de-linting.
 12. Finnish nls catalogs (Jukka A. Ukkonen)
 11. Even more multibyte fixes (Taga Nayuta)
 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
  9. Manual page typos (R. Bernstein)
  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
  7. Color-ls fixes (Luis Francisco Gonzalez)
  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
     the value returned from times(2) which is the ticks since system
     startup (Frank van der Linden)
  5. Time percentage wrap fix (Simon Burge)
  4. EUCKR support (HyunChul Kim)
  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
  2. More multibyte fixes (Rodney Ruddock)
  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
2000-11-20 15:06:36 +00:00
christos
0087f7ea52 update for tcsh-6.10.00 2000-11-19 21:44:06 +00:00
christos
1f1e1f1045 adjust to 6.10.00 2000-11-19 21:40:43 +00:00
tron
01f667c567 Add and enable "esh". Fixes PR pkg/11376 Jason Beegan. 2000-11-02 21:53:09 +00:00
tron
33a5d1a523 Initial import of "esh" packge:
Unix shell with Lisp-like syntax

This package was contributed by Jason Beegan in PR pkg/11376.
2000-11-02 21:51:58 +00:00
toshii
a1b1742dd8 Take advantage of bsd.prefs.mk. 2000-10-04 10:22:56 +00:00
abs
6a70832eb7 Add 'TCSH_STATIC' variable for producing static tcsh binary.
If only 'make LDFLAGS+=-static' would work...
2000-08-30 18:00:50 +00:00