aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.0.7Baptiste Daroussin2014-10-091-4/+4
| | | | | | | | | | | | | | | Note from upstream release note: Note in particular there is a security fix to disallow evaluation of the initial values of integer variables imported from the environment (they are instead treated as literal numbers). That could allow local privilege escalation, under some specific and atypical conditions where zsh is being invoked in privilege elevation contexts when the environment has not been properly sanitized, such as when zsh is invoked by sudo on systems where "env_reset" has been disabled. Notes: svn path=/head/; revision=370504
* Update to 5.0.6Baptiste Daroussin2014-08-281-4/+4
| | | | | | | | | Only build with multibyte (disabling leads to weird bugs) [1] Reported by: adamw [1] Notes: svn path=/head/; revision=366450
* Update to 5.0.5Baptiste Daroussin2014-01-081-4/+4
| | | | Notes: svn path=/head/; revision=339070
* Update to 5.0.4Baptiste Daroussin2013-12-211-4/+4
| | | | Notes: svn path=/head/; revision=337112
* - update to 5.0.2Baptiste Daroussin2012-12-221-4/+4
| | | | Notes: svn path=/head/; revision=309379
* - update to 5.0.1Baptiste Daroussin2012-12-201-4/+4
| | | | Notes: svn path=/head/; revision=309333
* - Add the documentation to distinfo [1]Baptiste Daroussin2012-07-241-0/+2
| | | | | | | | | - Fix plist Reported by: zi [1] Notes: svn path=/head/; revision=301480
* - update to 5.0.0Baptiste Daroussin2012-07-241-4/+2
| | | | | | | | | | | no much changes for us (we where following the 4.3.x dev branch for a while) except we are back on an official stable branch Note that this version offers completion for dtrace, beadm (not tested with FreeBSD versions) and improved completion for zfs. Notes: svn path=/head/; revision=301463
* - update to 4.3.17Baptiste Daroussin2012-02-261-4/+4
| | | | Notes: svn path=/head/; revision=292285
* Add the forgotten checksum for zsh-docBaptiste Daroussin2011-12-181-0/+2
| | | | | | | Submitted by: zi Notes: svn path=/head/; revision=287604
* - update to 4.3.15Baptiste Daroussin2011-12-181-4/+2
| | | | Notes: svn path=/head/; revision=287591
* - update to 4.3.14Baptiste Daroussin2011-12-081-4/+4
| | | | | | | | | | - remove unnecessary USE_AUTOTOOLS - fixes libiconv detection Feature safe: yes Notes: svn path=/head/; revision=287057
* - update to 4.3.12Baptiste Daroussin2011-05-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=274883
* - Take maintainership, des@ is no longer having enough time for zsh, he has ↵Baptiste Daroussin2011-02-281-6/+4
| | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=269957
* Update to 4.3.10.Dag-Erling Smørgrav2009-06-041-6/+6
| | | | | | | PR: ports/135188 Notes: svn path=/head/; revision=235157
* Upgrade to 4.3.9. Most of our local patches have been committed upstream.Dag-Erling Smørgrav2008-11-101-6/+6
| | | | Notes: svn path=/head/; revision=222684
* Upgrade to 4.3.6, with kind assistance from Baptiste DaroussinDag-Erling Smørgrav2008-05-021-6/+6
| | | | | | | | | <baptiste.daroussin@gmail.com> PR: ports/122116 Notes: svn path=/head/; revision=212504
* - Update to 4.3.4Renato Botelho2007-07-301-6/+6
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=196732
* - Update to 4.3.2 [1], [3]Sergei Kolobov2006-04-301-6/+6
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=160987
* - Update to 4.2.6, the latest stable releaseSergei Kolobov2005-12-081-6/+6
| | | | | | | | | PR: ports/89992 [1] Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> [1], osa (in private e-mail) Notes: svn path=/head/; revision=150682
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149422
* - Update to 4.2.5Sergei Kolobov2005-04-191-4/+4
| | | | | | | | | | - Update MASTER_SITES based on the list at http://www.zsh.org/ PR: ports/79708 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=133694
* - Update to 4.2.4Sergei Kolobov2005-02-071-4/+4
| | | | | | | | PR: ports/77172 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=128209
* - Update to 4.2.3Sergei Kolobov2005-01-241-4/+4
| | | | | | | | PR: ports/76268 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=127165
* - Update to 4.2.1 [1]Sergei Kolobov2004-08-241-4/+4
| | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=117195
* - Update to 4.2.0 [1]Sergei Kolobov2004-03-241-4/+4
| | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=105104
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+2
| | | | Notes: svn path=/head/; revision=99525
* - Update to 4.0.9Sergei Kolobov2003-12-191-2/+2
| | | | | | | | - Temporarily switch to gzipped tarballs - Utilize INFO Notes: svn path=/head/; revision=96235
* Update to 4.0.7 and turn over this port to the submitter. This updateWill Andrews2003-07-201-2/+2
| | | | | | | | | | includes a large number of new options as well. PR: 53512 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=85221
* Update to 4.0.6.Akinori MUSHA2002-08-141-2/+2
| | | | | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=64518
* - Update to 4.0.5.Akinori MUSHA2002-08-121-2/+2
| | | | | | | | | | | - Use the .tar.bz2 distribution files. PR: ports/41483 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: will (MAINTAINER) Notes: svn path=/head/; revision=64394
* Update to 4.0.4.Will Andrews2001-11-101-2/+2
| | | | | | | | PR: 31872 Submitted by: Anders Andersson <anders@codefactory.se> Notes: svn path=/head/; revision=49906
* Update to 4.0.2.Will Andrews2001-07-031-1/+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> Notes: svn path=/head/; revision=44674
* Upgrade Zsh to 4.0.1:Will Andrews2001-06-031-1/+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) Notes: svn path=/head/; revision=43472
* Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one)Will Andrews2000-07-101-1/+1
| | | | | | | | | of the original, I could not check the diff. Submitted by: ade Notes: svn path=/head/; revision=30445
* Update to 3.0.8. Remove useless echo in Makefile.Will Andrews2000-07-011-1/+1
| | | | Notes: svn path=/head/; revision=30051
* Upgrade to v3.0.7.Joseph Koshy1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23321
* Upgrade to zsh 3.0.6.Torsten Blum1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21603
* Upgrade to 3.0.5Torsten Blum1997-09-261-1/+1
| | | | Notes: svn path=/head/; revision=8027
* Update from 3.0.2 to 3.0.4Torsten Blum1997-06-251-1/+1
| | | | Notes: svn path=/head/; revision=7068
* update checksum - the distfile has changedTorsten Blum1996-12-201-1/+1
| | | | Notes: svn path=/head/; revision=5047
* Upgrade to 3.0.2Torsten Blum1996-12-191-1/+1
| | | | Notes: svn path=/head/; revision=5035
* When we upgrade, we generally change this file too. :>Satoshi Asami1996-11-161-1/+1
| | | | Notes: svn path=/head/; revision=4510
* Upgrade to 3.0.0Torsten Blum1996-09-141-1/+1
| | | | Notes: svn path=/head/; revision=3779
* Upgrade to 3.0 pre 2Torsten Blum1996-07-091-1/+1
| | | | | | | Approved-By: asami Notes: svn path=/head/; revision=3331
* Upgrade to 2.6 beta 21Torsten Blum1996-06-241-1/+1
| | | | | | | OK'ed by: gpalmer Notes: svn path=/head/; revision=3273
* new checksumTorsten Blum1996-05-161-1/+1
| | | | Notes: svn path=/head/; revision=3095
* upgrade to beta 13Torsten Blum1996-03-061-1/+1
| | | | Notes: svn path=/head/; revision=2786
* update (to 2.6-beta 10)Torsten Blum1995-07-011-1/+1
| | | | Notes: svn path=/head/; revision=1911
* - updateTorsten Blum1995-05-061-1/+1
| | | | | | | - compress manpages Notes: svn path=/head/; revision=1660