aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.2.5Sergei Kolobov2005-04-203-15/+20
| | | | | | | - Update MASTER_SITES based on the list at http://www.zsh.org/ PR: ports/79708 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 4.2.4Sergei Kolobov2005-02-072-5/+5
| | | | | PR: ports/77172 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Update to 4.2.3Sergei Kolobov2005-01-243-6/+23
| | | | | PR: ports/76268 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Fix package build on pointyhat and other environments whereSergei Kolobov2004-09-271-1/+2
| | | | | | | | | there is no controlling tty by adding --with-tcsetpgrp argument to CONFIGURE_ARGS Pointed by: pointyhat (via kris, krion) Submitted by: eik (based on) Approved by: portmgr (eik)
* - Move a faster site (archive.progeny.com) to the beginningSergei Kolobov2004-08-251-3/+4
| | | | | | | of MASTER_SITES list because the primary distribution site zsh.org is "always damn slow" Prompted by: krion
* - Remove dead mirrors, add few new onesSergei Kolobov2004-08-251-5/+6
| | | | | PR: ports/70578 (also contains 4.2.1 update) Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Update to 4.2.1 [1]Sergei Kolobov2004-08-243-69/+86
| | | | | | | | | - 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]
* Fix packaging w/ NOSHARED.Volker Stolz2004-06-301-19/+19
| | | | | | PR: ports/65468 Submitted by: Dimitry Andric Approved by: maintainer timeout
* Fix MASTER_SITES.Norikatsu Shigemura2004-06-131-4/+2
| | | | | | PR: ports/66867 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer timeout(3 weeks)
* - Update to 4.2.0 [1]Sergei Kolobov2004-03-243-23/+98
| | | | | | | | | | | | | | - 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]
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-311-0/+2
|
* - Update to 4.0.9Sergei Kolobov2003-12-203-21/+51
| | | | | - Temporarily switch to gzipped tarballs - Utilize INFO
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | Approved by: krion
* [patch][non-maintainer] remove dead master site from shells/zshEdwin Groothuis2003-10-041-1/+0
| | | | | | | | Per Fenner's logs, ftp://uiarchive.uiuc.edu disappeared around July 22nd of this year. It should be removed from this port. PR: ports/57563 Submitted by: Mark Linimon <linimon@lonesome.com>
* Fix NOSHARED (produce static executable)Sergey A. Osokin2003-07-211-0/+1
| | | | | | Noticed by: Dan Nelson Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) PR: 54699, 54700
* Update to 4.0.7 and turn over this port to the submitter. This updateWill Andrews2003-07-203-542/+613
| | | | | | | includes a large number of new options as well. PR: 53512 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINERAkinori MUSHA2003-02-182-2/+2
| | | | while I'm hre.
* Make zsh not segfault on ia64 due to a generic misconfiguration thatPeter Wemm2003-01-122-1/+9
| | | | | | | | | | | | | | | | | | | | just happens to be fatal there, and a coding botch. The first problem is that it assumes a termcap interface (which is an emulation on freebsd), and provides its own terminfo wrappers around termcap.. so that's two avoidable translation layers... termcap file -> terminfo (libncurses) -> termcap API emulation (libncurses) -> terminfo (zsh emlulation). zsh forgot to prototype the tiget* functions (which return pointers) so we have an integer (implicit declaration) being cast to a pointer which is fatal. The second problem is that zsh tries to use _mktemp() to get around the __warn_references in our C library, but also neglects a prototype there and has the same fatal int/pointer problem. It is likely all the zsh* ports need these fixes. A test compile on pluto1.freebsd.org will highlight the problem. I do not know why the packaging fails for ia64. termcap.so and terminfo.so are not being built for some reason, this change doesn't solve that problem.
* PERL -> USE_REINPLACEWill Andrews2002-09-171-1/+2
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES becauseAkinori MUSHA2002-09-061-3/+6
| | | | | | | | it is slow and does not mirror bz2 distfiles at all. Remove it and add four other working mirror sites instead. PR: ports/41960 (different solution) Submitted by: keramida
* Really commit the pkg-plist change.Akinori MUSHA2002-08-151-0/+1
|
* Update to 4.0.6.Akinori MUSHA2002-08-152-3/+3
| | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Update to 4.0.5.Akinori MUSHA2002-08-123-4/+38
| | | | | | | | - Use the .tar.bz2 distribution files. PR: ports/41483 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: will (MAINTAINER)
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Update to 4.0.4.Will Andrews2001-11-103-3/+24
| | | | | PR: 31872 Submitted by: Anders Andersson <anders@codefactory.se>
* Update to 4.0.2.Will Andrews2001-07-036-190/+87
| | | | | | | | | | | | | | - 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>
* Enable maildir support.Will Andrews2001-06-161-1/+2
| | | | Requested by: David Thiel <lx@redundancy.redundancy.org>
* Upgrade Zsh to 4.0.1:Will Andrews2001-06-048-151/+608
| | | | | | | | | | | | | | | | | | 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)
* Remove nonexistent master site.Will Andrews2001-01-091-1/+0
| | | | Submitted by: ben
* 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
* Update to 3.0.8. Remove useless echo in Makefile.Will Andrews2000-07-022-3/+2
|
* Add MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-151-1/+3
| | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* Take over MAINTAINER since the current one is inactive. Also allow peopleWill Andrews2000-05-201-3/+4
| | | | | | to build a static binary without having to touch the Makefile. Approved by: asami
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
|
* As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. AsSatoshi Asami2000-02-221-1/+0
| | | | | | | it is obvious from their names, NO_LATEST_LINK should have been in zsh-devel/Makefile when it was committed. We will revisit this issue after the release.
* Fix a problem with zsh.texi introduced when we upgraded our base-systemTorsten Blum2000-02-142-13/+101
| | | | | texinfo to 4.0. Things could be easier if people would use manpages instead of texinfo & Co.
* Add NO_LATEST_LINK, zsh-devel is the prefered port for now.Bill Fumerola2000-02-121-0/+1
|
* add WWW:Michael Haro2000-01-221-0/+2
| | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu
* Remove info/dir from PLISTAde Lovett2000-01-081-1/+0
| | | | | PR: 15945 Submitted by: Alexander Langer <alex@big.endian.de>
* Merge from zsh-devel: build zshall(1) correctly.Bill Fumerola1999-12-081-0/+11
|
* Intelligent packaging. Portlint.Bill Fumerola1999-12-071-3/+2
| | | | | | Inspired by: PR: ports/15306 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Upgrade to v3.0.7.Joseph Koshy1999-11-252-3/+3
|
* Fix packaging. Move all version info out of PLIST using PLIST_SUB.Satoshi Asami1999-09-112-1/+2
|
* building a static binary has been broken. fix thatTorsten Blum1999-09-111-1/+1
|
* Upgrade to zsh 3.0.6.Torsten Blum1999-09-113-9/+9
|
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* One of MASTER_SITES is disappeared, one is changed.SADA Kenji1999-06-081-4/+3
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Update /etc/shells upon make install.Masafumi Max NAKANE1998-08-271-1/+6
|
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-141-9/+0
|
* Upgrade to 3.0.5Torsten Blum1997-09-263-6/+6
|
* @exec/@unexec directives that use %[FD] should never be put at theMasafumi Max NAKANE1997-09-071-1/+1
| | | | very beginning of the file. This has been causing pkg_add to fail.
* Update from 3.0.2 to 3.0.4Torsten Blum1997-06-253-11/+12
|
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-162-8/+10
|
* Patch for zsh.texi to to add @direntry and @dircategory.Masafumi Max NAKANE1997-06-161-0/+13
|
* Patch for Doc/Makefile.in to:Masafumi Max NAKANE1997-06-161-0/+21
| | | | | - Add --no-split to the makeinfo command line. - Remove info files before makeinfo.
* update checksum - the distfile has changedTorsten Blum1996-12-201-1/+1
|
* Sort this file once and for all, so nobody has to scramble it again. :)Satoshi Asami1996-12-201-4/+4
|
* Upgrade to 3.0.2Torsten Blum1996-12-193-10/+13
|
* Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0".Satoshi Asami1996-11-221-1/+1
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-10/+4
|
* When we upgrade, we generally change this file too. :>Satoshi Asami1996-11-161-1/+1
|
* Upgrade to 3.0.1Torsten Blum1996-11-151-4/+4
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade to 3.0.0Torsten Blum1996-09-153-7/+7
|
* Upgrade to 3.0 pre 2Torsten Blum1996-07-105-9/+29
| | | | Approved-By: asami
* register ${PREFIX}/bin/zsh - not zsh-2.6-beta21Torsten Blum1996-06-251-1/+1
| | | | Pointed out by: gpalmer
* Upgrade to 2.6 beta 21Torsten Blum1996-06-244-11/+11
| | | | OK'ed by: gpalmer
* new checksumTorsten Blum1996-05-161-1/+1
|
* the path on the master sites have changed...Torsten Blum1996-05-161-9/+9
|
* Conditionalize man page compression on NOMANCOMPRESS. Use a .for loopSatoshi Asami1996-05-161-5/+7
| | | | instead of a humongous gzip command line.
* Update to beta 17Torsten Blum1996-05-163-5/+5
|
* upgrade to beta 13Torsten Blum1996-03-074-10/+12
|
* Edit /etc/shells. Closes PR ports/727.Satoshi Asami1995-10-061-0/+2
| | | | Submitted by: Scott Blachowicz <scott@sabami.seaslug.org>
* update (to 2.6-beta 10)Torsten Blum1995-07-024-6/+6
|
* Add official mirror sitesTorsten Blum1995-06-251-2/+8
|
* Changed directory name in MASTER_SITES.Satoshi Asami1995-06-021-2/+2
| | | | Submitted by: torstenb
* - updateTorsten Blum1995-05-064-9/+20
| | | | - compress manpages
* Add myself as MAINTAINERTorsten Blum1995-05-051-1/+3
|
* Oops. Upgrade this also.Gary Palmer1995-04-301-1/+1
|
* UpgradeGary Palmer1995-04-301-4/+4
|
* UpgradeGary Palmer1995-04-301-4/+4
|
* 2.6.4beta != 2.6.4, so changed PKGNAME to use 2.6b4 instead. (ASatoshi Asami1995-04-181-2/+2
| | | | | | little ugly, but much better than 2.6.4beta.) Pointed-out by: Torsten Blum <ramsey.saar.de!torstenb@tmpuhf.saar.de>
* Makefile updates, shell version! This was easy! :)Satoshi Asami1995-04-121-4/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* upgrade to 2.6 beta4Torsten Blum1995-02-163-5/+5
|
* Automatic install/uninstall /etc/shells entryAndrey A. Chernov1995-02-161-0/+2
| | | | Submitted by: mark@grondar.za
* Remove pre-install, done by mtreeAndrey A. Chernov1995-02-161-6/+1
|
* zsh - the Z shellTorsten Blum1995-02-135-0/+36