aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
Commit message (Collapse)AuthorAgeFilesLines
* - Take maintainership, des@ is no longer having enough time for zsh, he has ↵bapt2011-02-2810-322/+68
| | | | | | | | | | | | | 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]
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Add rzsh to /etc/shells (this was handled correctly by pkg-plist whendes2010-03-011-5/+5
| | | | | | | installing from packages, just not when installing from ports) Noticed by: ru@ Feature safe: yes
* Unset mark_dirs just in case the user has it in their zshenv.des2010-01-221-1/+3
| | | | Don't USE_LDCONFIG if WITH_ZSH_STATIC.
* * Fetch documentation from the zsh-doc-dev sourceforge project.olgeni2009-12-181-7/+8
| | | | | | | | | | * Make portlint happy by using ${ECHO}, and TABs in assignments. PORTREVISION bump not required. PR: ports/141728 Submitted by: olgeni Approved by: des (by mail)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with P,R,S
* Update pkg-plist after add completion patches.osa2009-06-162-1/+4
| | | | Bump PORTREVISION.
* Add some upstream completion patches + new completion files fordes2009-06-157-37/+171
| | | | | | procstat, sockstat and fstat. Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* MAKE_JOBS_UNSAFEdes2009-06-081-1/+2
| | | | | PR: ports/135350 Submitted by: pgollucci
* Update to 4.3.10.des2009-06-046-531/+65
| | | | PR: ports/135188
* Add an option to enable GDBM support.ume2009-05-172-2/+13
| | | | | | PR: ports/134585 Submitted by: ume Approved by: des (maintainer)
* When I upgraded to 4.3.9, which included Baptiste's completion definitionsdes2009-01-223-1/+463
| | | | | for zfs(8) and zpool(8) which we had previously had as local patches, I blindly assumed that the upstream versions were correct. They weren't.
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-3/+2
|
* Precompile functions and completion definitions at installation time.des2008-12-052-1/+31
| | | | Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* Completion: improve portaudit, add pfctldes2008-11-214-1/+122
| | | | Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* Upstream patch to support unusual --help syntax used by fetchmail.des2008-11-172-1/+35
| | | | Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* Kill the ZSH_ETCDIR, ZSH_FNDIR and ZSH_SITEFNDIR options. They're nice indes2008-11-112-879/+855
| | | | | | | 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).
* Upgrade to 4.3.9. Most of our local patches have been committed upstream.des2008-11-1016-744/+94
|
* Various command completion improvements for mount(8).des2008-10-293-6/+113
| | | | | PR: ports/128450 Submitted by: scf@
* Move a comment that broke completion for 'zfs clone'.des2008-08-272-2/+2
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Regenerate some patches that were being incorrectly applied.des2008-08-144-61/+46
| | | | Noticed by: garga
* Previous commit did not update the plist.des2008-08-122-1/+8
|
* Break out BSD completion patches into separate files.des2008-08-1212-82/+627
| | | | | | | | | | | Update csup, portsnap and portlint completion. Add completion for powerd, freebsd-update, fetch and portaudit (from submitter) as well as zfs and zpool (from zsh repo). Bump PORTREVISION. PR: ports/126457 Submitted by: baptiste.daroussin@gmail.com
* The ncurses fix from early May was only partly correct. The configuredes2008-06-061-2/+2
| | | | | | script arrived at the correct value for ZSH_NO_XOPEN, but since autoheader did not run, it did not propagate to config.h. Add autoheader to the USE_AUTOTOOLS list to correct this.
* Explicitly disable multibyte support if the user doesn't want it.des2008-06-061-1/+3
| | | | | PR: ports/122510 Submitted by: Jeff Blank <jfb@mr-happy.com>
* - Fix segmentation fault on completiongarga2008-05-212-0/+29
| | | | | | | | - Bump PORTREVISION PR: ports/123490 Submitted by: garga Approved by: maintainer timeout (2 weeks)
* Better version of the previous commit, with an unconditional patch thisdes2008-05-062-10/+7
| | | | time. The patch has been submitted upstream.
* An additional patch is required to build zsh on FreeBSD releases withdes2008-05-062-1/+64
| | | | the old ncurses (6.2 and older).
* Upgrade to 4.3.6, with kind assistance from Baptiste Daroussindes2008-05-0310-393/+54
| | | | | | <baptiste.daroussin@gmail.com> PR: ports/122116
* Assume maintainership.des2008-02-121-1/+1
| | | | Approved by: maintainer timeout, portmgr (linimon)
* Add vendor patch to fix subversion command completion.des2008-02-072-21/+22
| | | | Approved by: maintainer timeout
* Since zsh calls autoheader as part of the build phase:ade2007-10-071-0/+1
| | | | | | | | ===> Building for zsh-4.3.4_2 cd . && autoheader Include the autoconf-2.61 environment to actually allow this thing to build.
* - Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv()sergei2007-10-055-1/+327
| | | | | | | | | | | | | | | | detection. This fixes the issue on 7-CURRENT where Zsh was manipulating environment directly in conflict with the new *env() functions: http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html 6-STABLE continues to works correctly. More info about the patch: http://www.zsh.org/mla/workers/2007/msg00619.html - Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms and do the right thing under FreeBSD PR: ports/115094, ports/115702 Submitted by: Sean C. Farley (scf)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-1/+1
|
* - Add USE_LDCONFIG and fix last commit, zsh binary depends of a shared library.garga2007-07-311-0/+2
| | | | - Bump PORTREVISION
* - Update to 4.3.4garga2007-07-318-141/+270
| | | | | | | | | | | | | | | | | - 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)
* - Use proper NO_SHARED knob instead of obsoleted NOSHAREDsergei2007-03-221-2/+2
| | | | | PR: ports/108327 Submitted by: Josh Carroll (floyd AT pflog DOT net)
* - Remove dead and duplicite download locations, move a fast one to the toppav2006-11-221-6/+2
| | | | | | PR: ports/104948 Submitted by: Geoff C. Wing <gcw@zsh.org> Approved by: maintainer timeout (sergei; 3 weeks)
* - Add a patch from Zsh CVS to fix a bug with acroread(1) completion:sergei2006-09-202-1/+20
| | | | | | | http://zsh.cvs.sourceforge.net/zsh/zsh/Completion/X/Command/_acroread?r1=1.5&r2=1.6 PR: ports/100614 Submitted by: Simon Olofsson <simon at olofsson dot de>
* - Fix build under 4.x:sergei2006-05-021-4/+4
| | | | | | | | | FreeBSD 4.x doesn't have wide character support, so avoid adding --enable-multibyte to CONFIGURE_ARGS on FreeBSD 4.x PR: ports/96645 [1] Submitted by: Tod McQuillin <devin@spamcop.net> [1], Hajimu UMEMOTO <ume@FreeBSD.org> (in private e-mail)
* - Update to 4.3.2 [1], [3]sergei2006-05-013-40/+101
| | | | | | | | | | | | | | | - 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)
* - Update to 4.2.6, the latest stable releasesergei2005-12-093-8/+23
| | | | | | PR: ports/89992 [1] Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> [1], osa (in private e-mail)
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0
|
* - Add SHA256 checksums to my portssergei2005-11-251-0/+2
|
* - Stop adding rzsh (restricted zsh) to /etc/shells [1]:sergei2005-09-062-6/+36
| | | | | | | | | | | | | | | | | | | | | rzsh(1) is the restricted version of zsh(1), with various things disabled so as to provide a strictly limited access to the system. A user with a shell in /etc/shells can use chsh(1) to change their shell, can use FTP, can use other file-transfer services, etc. Thus, adding rzsh to /etc/shells could be a security risk in certain configurations. - zsh-mime-setup is set up to look for /etc/{mime.types,mailcap}. Neither of them should exist on a stock FreeBSD system. Teach it to look in ${LOCALBASE}/etc instead. [2] - Zsh completion doesn't know about bsdtar(1) achievements: it won't complete to foo.tar.gz if you just enter 'tar xf foo^D'. Teach zsh completion about this and other formats supported by bsdtar(1). NOTE: This is only applicable to FreeBSD 5.3-RELEASE or newer, where bsdtar(1) replaced GNU tar(1) in the base system. - Bump PORTREVISION PR: ports/82066 [2], ports/83023 [3] Submitted by: Phil Pennock <pdp@nl.demon.net> [1] Ulrich Spoerlein <q@galgenberg.net> [2] [3]
* Remove mastersite which has gone away.linimon2005-09-011-1/+0
| | | | Approved by: maintainer
* - Update to 4.2.5sergei2005-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 untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 4.2.4sergei2005-02-072-5/+5
| | | | | PR: ports/77172 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Update to 4.2.3sergei2005-01-243-6/+23
| | | | | PR: ports/76268 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* - Fix package build on pointyhat and other environments wheresergei2004-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 beginningsergei2004-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 onessergei2004-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]sergei2004-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.vs2004-06-301-19/+19
| | | | | | PR: ports/65468 Submitted by: Dimitry Andric Approved by: maintainer timeout
* Fix MASTER_SITES.nork2004-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]sergei2004-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.sergei2004-01-311-0/+2
|
* - Update to 4.0.9sergei2003-12-203-21/+51
| | | | | - Temporarily switch to gzipped tarballs - Utilize INFO
* Change to my @FreeBSD.org address.sergei2003-10-231-1/+1
| | | | Approved by: krion
* [patch][non-maintainer] remove dead master site from shells/zshedwin2003-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)osa2003-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 updatewill2003-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 MAINAINERknu2003-02-182-2/+2
| | | | while I'm hre.
* Make zsh not segfault on ia64 due to a generic misconfiguration thatpeter2003-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_REINPLACEwill2002-09-171-1/+2
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES becauseknu2002-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.knu2002-08-151-0/+1
|
* Update to 4.0.6.knu2002-08-152-3/+3
| | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Update to 4.0.5.knu2002-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;knu2002-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.will2001-11-103-3/+24
| | | | | PR: 31872 Submitted by: Anders Andersson <anders@codefactory.se>
* Update to 4.0.2.will2001-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.will2001-06-161-1/+2
| | | | Requested by: David Thiel <lx@redundancy.redundancy.org>
* Upgrade Zsh to 4.0.1:will2001-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.will2001-01-091-1/+0
| | | | Submitted by: ben
* Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one)will2000-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.will2000-07-022-3/+2
|
* Add MASTER_SITE_SOURCEFORGE.sobomax2000-06-151-1/+3
| | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
* Take over MAINTAINER since the current one is inactive. Also allow peoplewill2000-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 portlintmharo2000-04-211-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. Asasami2000-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-systemtorstenb2000-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.billf2000-02-121-0/+1
|
* add WWW:mharo2000-01-221-0/+2
| | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu
* Remove info/dir from PLISTade2000-01-081-1/+0
| | | | | PR: 15945 Submitted by: Alexander Langer <alex@big.endian.de>
* Merge from zsh-devel: build zshall(1) correctly.billf1999-12-081-0/+11
|
* Intelligent packaging. Portlint.billf1999-12-071-3/+2
| | | | | | Inspired by: PR: ports/15306 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Upgrade to v3.0.7.jkoshy1999-11-252-3/+3
|
* Fix packaging. Move all version info out of PLIST using PLIST_SUB.asami1999-09-112-1/+2
|
* building a static binary has been broken. fix thattorstenb1999-09-111-1/+1
|
* Upgrade to zsh 3.0.6.torstenb1999-09-113-9/+9
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-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.sada1999-06-081-4/+3
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-062-5/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Update /etc/shells upon make install.max1998-08-271-1/+6
|
* Removed manpages from pkg/PLISTobrien1998-08-141-9/+0
|
* Upgrade to 3.0.5torstenb1997-09-263-6/+6
|
* @exec/@unexec directives that use %[FD] should never be put at themax1997-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.4torstenb1997-06-253-11/+12
|
* Use install-info to edit the dir file.max1997-06-162-8/+10
|
* Patch for zsh.texi to to add @direntry and @dircategory.max1997-06-161-0/+13
|
* Patch for Doc/Makefile.in to:max1997-06-161-0/+21
| | | | | - Add --no-split to the makeinfo command line. - Remove info files before makeinfo.
* update checksum - the distfile has changedtorstenb1996-12-201-1/+1
|
* Sort this file once and for all, so nobody has to scramble it again. :)asami1996-12-201-4/+4
|
* Upgrade to 3.0.2torstenb1996-12-193-10/+13
|
* Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0".asami1996-11-221-1/+1
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-10/+4
|
* When we upgrade, we generally change this file too. :>asami1996-11-161-1/+1
|
* Upgrade to 3.0.1torstenb1996-11-151-4/+4
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"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.0torstenb1996-09-153-7/+7
|
* Upgrade to 3.0 pre 2torstenb1996-07-105-9/+29
| | | | Approved-By: asami
* register ${PREFIX}/bin/zsh - not zsh-2.6-beta21torstenb1996-06-251-1/+1
| | | | Pointed out by: gpalmer
* Upgrade to 2.6 beta 21torstenb1996-06-244-11/+11
| | | | OK'ed by: gpalmer
* new checksumtorstenb1996-05-161-1/+1
|
* the path on the master sites have changed...torstenb1996-05-161-9/+9
|
* Conditionalize man page compression on NOMANCOMPRESS. Use a .for loopasami1996-05-161-5/+7
| | | | instead of a humongous gzip command line.
* Update to beta 17torstenb1996-05-163-5/+5
|
* upgrade to beta 13torstenb1996-03-074-10/+12
|
* Edit /etc/shells. Closes PR ports/727.asami1995-10-061-0/+2
| | | | Submitted by: Scott Blachowicz <scott@sabami.seaslug.org>
* update (to 2.6-beta 10)torstenb1995-07-024-6/+6
|
* Add official mirror sitestorstenb1995-06-251-2/+8
|
* Changed directory name in MASTER_SITES.asami1995-06-021-2/+2
| | | | Submitted by: torstenb
* - updatetorstenb1995-05-064-9/+20
| | | | - compress manpages
* Add myself as MAINTAINERtorstenb1995-05-051-1/+3
|
* Oops. Upgrade this also.gpalmer1995-04-301-1/+1
|
* Upgradegpalmer1995-04-301-4/+4
|
* Upgradegpalmer1995-04-301-4/+4
|
* 2.6.4beta != 2.6.4, so changed PKGNAME to use 2.6b4 instead. (Aasami1995-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! :)asami1995-04-121-4/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-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 beta4torstenb1995-02-163-5/+5
|
* Automatic install/uninstall /etc/shells entryache1995-02-161-0/+2
| | | | Submitted by: mark@grondar.za
* Remove pre-install, done by mtreeache1995-02-161-6/+1
|
* zsh - the Z shelltorstenb1995-02-135-0/+36