Commit graph

50 commits

Author SHA1 Message Date
Baptiste Daroussin
a599ae1e33 - update to 4.3.15 2011-12-18 14:11:43 +00:00
Baptiste Daroussin
67bfb60ab3 - update to 4.3.14
- remove unnecessary USE_AUTOTOOLS
- fixes libiconv detection

Feature safe:	yes
2011-12-08 07:55:46 +00:00
Baptiste Daroussin
7769f7cfd2 - update to 4.3.12
Changes since 4.3.11
--------------------

The zsh/parameter module has a new readonly associative array
$usergroups whose keys are the names of system groups of which the
current user is a member and whose values are the corresponding
group identifiers.

The region_highlight array, which controls highlighting of the
command line from zle widgets, is now updated dynamically as
the command line is edited.

In POSIX emulation ("emulate sh") the shell is more accurate about
when it should or should not exit on errors.

The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
counts back from the end of the string.

The (g:opts:) flag in parameter expansion processes escape sequences like
the echo and print builtins.  opts can be any combination of o, e and c.
With e, acts like print rather than echo except for octal escapes which
are controlled separately by the o option.  With c, interpret control
sequences like "^X" as bindkey does.  Regardless of the opts, \c is not
interpreted.
2011-05-31 18:29:12 +00:00
Baptiste Daroussin
b05bfa64b5 - Take maintainership, des@ is no longer having enough time for zsh, he has done a
really great job with zsh, thanks a lot. [1]
- Upgrade to 4.3.11
- add linsysfs to the file system list for completion [2]
- fix mount completion when adding available labels to the list of devices [3]

PR:		ports/141472 [2], ports/145657 [3]
Submitted by:	scf [2], Frédéric Perrin <frederic.perrin _at_ resel.fr> [3]
Approved by:	des@ [1]
2011-02-28 08:01:01 +00:00
Sergey A. Osokin
063e64d444 Update pkg-plist after add completion patches.
Bump PORTREVISION.
2009-06-16 08:21:56 +00:00
Dag-Erling Smørgrav
80b3a34827 Update to 4.3.10.
PR:		ports/135188
2009-06-04 09:33:39 +00:00
Hajimu UMEMOTO
39195aee5c Add an option to enable GDBM support.
PR:		ports/134585
Submitted by:	ume
Approved by:	des (maintainer)
2009-05-17 05:12:36 +00:00
Dag-Erling Smørgrav
175c869d3f Precompile functions and completion definitions at installation time.
Submitted by:	Baptiste Daroussin <baptiste.daroussin@gmail.com>
2008-12-05 13:20:00 +00:00
Dag-Erling Smørgrav
c10595a43b Completion: improve portaudit, add pfctl
Submitted by:	Baptiste Daroussin <baptiste.daroussin@gmail.com>
2008-11-21 08:54:32 +00:00
Dag-Erling Smørgrav
274d335c52 Kill the ZSH_ETCDIR, ZSH_FNDIR and ZSH_SITEFNDIR options. They're nice in
theory, but in practice, things will break if you set them to non-default
values.  This allows us to unobfuscate the plist and fix a broken @dirrmtry.

Convert the NO_SHARED option to a proper port option (ZSH_STATIC).
2008-11-10 19:12:22 +00:00
Dag-Erling Smørgrav
0ce6819834 Upgrade to 4.3.9. Most of our local patches have been committed upstream. 2008-11-10 13:40:56 +00:00
Dag-Erling Smørgrav
e01496293c Previous commit did not update the plist. 2008-08-12 12:46:15 +00:00
Dag-Erling Smørgrav
54df038457 Upgrade to 4.3.6, with kind assistance from Baptiste Daroussin
<baptiste.daroussin@gmail.com>

PR:		ports/122116
2008-05-02 21:13:47 +00:00
Renato Botelho
cf7b6f9465 - Update to 4.3.4
- Pet a bit portlint
- OPTION'ify
- Add PCRE support OPTION off by default
- Add more MASTER_SITES
- Remove ?= from MAINTAINER and COMMENT since there are no more slave ports
- Remove CONFLICTS since conflicting ports doesn't exist anymore
- Fix iconv detection and add USE_ICONV=yes
- Use PORTDOCS and PORTEXAMPLES and cleanup pkg-plist
- Respect NOPORTEXAMPLES
- Add csup, portsnap and portlint Completions, it was already added to zsh cvs
  but add it here using a patch while new version don't come

Reviewed by:	sergei@
Approved by:	sergei@ (maintainer)
2007-07-30 16:21:42 +00:00
Sergei Kolobov
1951f82570 - Update to 4.3.2 [1], [3]
- Enable multibyte character support in Zsh by default [3], [4]
- Added new knob (WITHOUT_ZSH_MULTIBYTE) to disable multibyte support
- Fix zsh.info installation that was previously attempted before "su"
  (and thus could fail when running "make install" under a regular user) [2] -
  apply a different fix, though - move zsh.info generation from pre-install
  to post-build phase

PR:		ports/95970 [1], ports/94205 [2]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1],
		Michael Kuhn <mkuhn.nw@web.de> [2]
		umei [3] (in private e-mail),
		"J.R. Oldroyd" <jr@opal.com> [4] (in private e-mail)
2006-04-30 23:41:54 +00:00
Sergei Kolobov
e5749c72ec - Update to 4.2.6, the latest stable release
PR:		ports/89992 [1]
Submitted by:	KIMURA Yasuhiro <yasu at utahime dot org> [1],
		osa (in private e-mail)
2005-12-08 17:37:10 +00:00
Sergei Kolobov
96feb9b584 - Update to 4.2.5
- Update MASTER_SITES based on the list at http://www.zsh.org/

PR:		ports/79708
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-04-19 17:56:18 +00:00
Sergei Kolobov
70f7fd9950 - Update to 4.2.3
PR:		ports/76268
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2005-01-24 08:46:58 +00:00
Sergei Kolobov
bd1ed6e42b - Update to 4.2.1 [1]
- Install rzsh - restricted-mode zsh [2]
- Fix static version (NOSHARED=yes) build [3]
- Utilize INFO macro again

Submitted by:	osa [1], ceri [2],
		Dan Nelson <dnelson@allantgroup.com> [3]
2004-08-24 14:04:39 +00:00
Volker Stolz
7e857913fd Fix packaging w/ NOSHARED.
PR:		ports/65468
Submitted by:	Dimitry Andric
Approved by:	maintainer timeout
2004-06-30 10:17:33 +00:00
Sergei Kolobov
9ae19b8850 - Update to 4.2.0 [1]
- Fix a bug introduced in the previous commit when trying to utilize INFO
  macro: zsh.info was not added to generated pkg-plist because it is
  installed via post-install target, while pkg-plist is updated in
  add-plist-info target which gets run earlier. Revert to previous behavior
  of explicitly listing this single zsh.info file in pkg-plist for now.
  Thanks to Dimitry Andric for his excellent analysis of the problem. [2]
- Update pkg-plist

PR:		ports/64499 [1], ports/64540
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> [1],
		Dimitry Andric <dimitry@andric.com> [2]
2004-03-24 07:03:01 +00:00
Sergei Kolobov
b98be73a9f - Update to 4.0.9
- Temporarily switch to gzipped tarballs
- Utilize INFO
2003-12-19 23:24:26 +00:00
Will Andrews
49f332b8cf Update to 4.0.7 and turn over this port to the submitter. This update
includes a large number of new options as well.

PR:		53512
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-07-20 04:18:18 +00:00
Akinori MUSHA
efbdb92482 Really commit the pkg-plist change. 2002-08-15 15:15:16 +00:00
Akinori MUSHA
b5f4a336a7 - Update to 4.0.5.
- Use the .tar.bz2 distribution files.

PR:		ports/41483
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	will (MAINTAINER)
2002-08-12 02:40:34 +00:00
Will Andrews
d2c7ce6629 Update to 4.0.4.
PR:		31872
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-11-10 02:24:46 +00:00
Will Andrews
3a8f58edc3 Update to 4.0.2.
- Remove patches (merged into distribution).
	- Add zsh-doc distribution.
	- Remove USE_AUTOCONF.
	- Remove extraneous shells.bak after /etc/shells update.
	- Adjust to slide .info under NOPORTDOCS and such.
	- Spelling fix in descr.

Thanks to Pete for his work.

PR:		28657
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-03 04:47:28 +00:00
Will Andrews
c4314f0ecb Upgrade Zsh to 4.0.1:
C1) Turn shells/zsh-devel into a stub which prints a message that
	    points people at the new shells/zsh, upgraded to 4.0.1.
	M1) Add patch to fix some functions included in 4.0.1.
	M2) Remove obsolete patches.
	M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now.
	W1) Remove MASTER_SITE_LOCAL fully.
	W2) Put patch-aa in patch-ab for backwards-compatible diffing.
	W3) Do C1 with the least diff, using pre-everything:: and then
	    ${FALSE}'ing out after printing the message.

Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>,
		Christian Weisgerber <naddy@mips.inka.de>
Noted by:	Cyrille Lefevre <clefevre@redirect.to>,
		Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Approved by:	shige (C1)
2001-06-03 18:43:08 +00:00
Ade Lovett
87233b0f99 Remove info/dir from PLIST
PR:		15945
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-01-07 20:08:57 +00:00
Satoshi Asami
c777255c41 Fix packaging. Move all version info out of PLIST using PLIST_SUB. 1999-09-11 10:00:18 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
David E. O'Brien
d265ace04d Removed manpages from pkg/PLIST 1998-08-13 21:30:07 +00:00
Torsten Blum
bed1863567 Upgrade to 3.0.5 1997-09-26 08:23:15 +00:00
Masafumi Max NAKANE
3f73d91a41 @exec/@unexec directives that use %[FD] should never be put at the
very beginning of the file.  This has been causing pkg_add to fail.
1997-09-06 17:52:52 +00:00
Torsten Blum
6740f47b6f Update from 3.0.2 to 3.0.4 1997-06-25 05:24:46 +00:00
Masafumi Max NAKANE
e61e2fecb8 Use install-info to edit the dir file. 1997-06-16 11:51:14 +00:00
Satoshi Asami
f8a1076b18 Sort this file once and for all, so nobody has to scramble it again. :) 1996-12-20 02:57:16 +00:00
Torsten Blum
483cf6a144 Upgrade to 3.0.2 1996-12-19 11:31:22 +00:00
Satoshi Asami
32af6372fd Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0". 1996-11-22 00:00:43 +00:00
Torsten Blum
732f7e5a43 Upgrade to 3.0.0 1996-09-14 22:55:01 +00:00
Torsten Blum
b050c4809a Upgrade to 3.0 pre 2
Approved-By: asami
1996-07-09 22:11:19 +00:00
Torsten Blum
12bcda49a5 register ${PREFIX}/bin/zsh - not zsh-2.6-beta21
Pointed out by: gpalmer
1996-06-25 08:19:07 +00:00
Torsten Blum
83ebfb6e7c Upgrade to 2.6 beta 21
OK'ed by: gpalmer
1996-06-24 11:46:40 +00:00
Torsten Blum
2f8774e7b3 Update to beta 17 1996-05-15 18:39:35 +00:00
Torsten Blum
b805fb9d01 upgrade to beta 13 1996-03-06 17:57:58 +00:00
Satoshi Asami
5aaef8061c Edit /etc/shells. Closes PR ports/727.
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
1995-10-06 05:54:55 +00:00
Torsten Blum
c16f5c3cf9 update (to 2.6-beta 10) 1995-07-01 21:52:13 +00:00
Torsten Blum
3816f52533 - update
- compress manpages
1995-05-06 12:31:49 +00:00
Andrey A. Chernov
6e071795df Automatic install/uninstall /etc/shells entry
Submitted by: mark@grondar.za
1995-02-15 22:19:32 +00:00
Torsten Blum
6c638cb70b zsh - the Z shell 1995-02-12 16:31:45 +00:00