aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* - update to patchlevel 16 (replacing FreeBSD subst.c patch)eik2004-11-113-18/+10
| | | | | | - use system readline on -CURRENT [1] Submitted by: sf [1]
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* There is a string format vulnerability in rssh-2.2.1leeym2004-11-033-17/+9
| | | | | | | | | | | http://www.pizzashack.org/rssh/security.shtml - update to 2.2.2 - use REINPLACE_CMD instead of the patch file - correct the knob for RDIST PR: 73143 Submitted by: leeym
* - update to patchlevel 15eik2004-11-023-19/+7
|
* Install the binary as 'bash2' also.obrien2004-10-282-0/+2
|
* Use the offical option for static linking.obrien2004-10-281-1/+1
|
* - Update to 20041017pav2004-10-286-32/+44
| | | | | PR: ports/73174 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
* Update to 2.06a.knu2004-10-266-478/+5
|
* Unbreak building by requiring gcc 3.4edwin2004-10-161-0/+1
| | | | Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* - better reflect `bash --version' in PORTVERSIONeik2004-10-149-22/+302
| | | | | - new shopt colonbreakswords - fix default PATH
* New port: shells/viewglob, a GTK+ add-on to bash and zshedwin2004-10-147-0/+121
| | | | | | | | | | | | | | | | | | | | | | | | viewglob is an utility designed to complement the Unix shell in graphical environments. It has two parts: 1. A tool that sits as a layer between the shell and X terminal, keeping track of the user's current directory and command line. 2. A graphical display which shows the layouts of directories referenced on the command line (including pwd). The display reveals the results of file globs and expansions as they are typed (hence the name), highlighting selected files and potential name completions. It can also be used as a surrogate terminal, where keystrokes typed in the display are passed to the shell. Files and directories can be double-clicked to insert their names and/or paths into the terminal. PR: ports/72369 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* [NEW PORT] shells/zoidberg: A modular PERL shelledwin2004-10-145-0/+152
| | | | | | | | | | | | | | A modular Perl shell written, configured, and operated entirely in Perl. It aspires to be a fully operational login shell with all the features one normally expects. But it also gives direct access to Perl objects and data structures from the command line, and allows you to run Perl code within the scope of your command line. WWW: http://zoidberg.student.utwente.nl/ PR: ports/72053 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)eik2004-10-099-98/+79
| | | | | | | | While I'm here, use the official patchset instead of the custom ones and reflect the port revision in the version number. Submitted by: Reinhard Speyerer <rspmn@arcor.de> Approved by: portmgr (krion)
* Unbreak on 5.X and -CURRENT.danfe2004-10-072-6/+1
| | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit)
* BROKEN on 5.x: Does not compilekris2004-09-291-0/+4
| | | | Approved by: portmgr (self)
* - 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)
* - rssh < 2.2.1 has information disclosure vulnerability, so update to 2.2.1leeym2004-09-223-97/+20
| | | | | | | | - rssh depends on rsync and rdist (optionally) PR: 71472 Submitted by: leeym Approved by: portmgr (marcus)
* update to version 3.7eik2004-09-0320-520/+168
|
* - add FAQeik2004-09-036-11/+181
| | | | | | | - experimental shopt `implicitcd' - fix `Tags out of Date' in texinfo pages - fix line wrap bug in libreadline - set LATEST_LINK to `bash', so that `pkg_add -r bash' works
* Reenable 'pkg_add -r' usefullness.obrien2004-08-271-0/+1
|
* Add patch-set which fixes various bugs including a stack overflow.vs2004-08-262-1/+6
| | | | | PR: ports/70953 Submitted by: Jeffrey Allen Neitzel (author)
* Deprecated.shige2004-08-261-0/+3
|
* - 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]
* We now have the C99 wide/multibyte character functions bash needs.obrien2004-08-232-26/+0
| | | | | PR: 69652 Submitted by: tjr
* Add the 'DEBUG' build option.obrien2004-08-231-0/+3
|
* add three fixes from bug-bash@:eik2004-08-194-1/+57
| | | | | | - pipefail option - broken array expansion - segmentation fault in unset typeset array variable
* update to 040812oliver2004-08-162-3/+3
|
* mark bash1 DEPRECATED, with EXPIRATION_DATE 2004-08-25eik2004-08-121-0/+3
|
* move shells/bash3 -> shells/basheik2004-08-129-232/+1
|
* Fix nested brace vs. variable expansioneik2004-08-114-2/+32
|
* Fix segfault when accessing an unset arrayeik2004-08-114-0/+34
|
* Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/obrien2004-08-102-1/+17
| | | | | | | | and so Bash's process substitution feature doesn't work when 'configure' finds we do have /dev/fd/ and tries to use it vs. named pipes. PR: 48434 Submitted by: naddy
* Add bash3, The GNU Bourne-Again SHell version 3.00eik2004-07-3143-958/+355
| | | | http://cnswww.cns.cwru.edu/~chet/bash/NEWS
* - Update to 20040711pav2004-07-304-8/+6
| | | | | | PR: ports/69769 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer
* Remove references to mirror.ac.ukvs2004-07-261-2/+1
| | | | | PR: ports/69481 Submitted by: Tim Bishop
* Update to 3.11krion2004-07-174-15/+27
| | | | | PR: ports/69179 Submitted by: maintainer
* Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]knu2004-07-174-0/+464
| | | | and [FDclone-users:00313].
* - Update to 0.9.5vs2004-07-172-4/+5
| | | | | | | - Fix linker-brokeness introduced by patch-aa Closes PR: ports/57143 Submitted by: Dan Mahoney
* upgrade to 1.0124ijliao2004-07-152-3/+3
|
* Update to 2.05g.knu2004-07-102-3/+3
|
* Fix location of binary in man-pagevs2004-07-083-0/+15
| | | | | | PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout
* Fix packaging w/ NOSHARED.vs2004-06-301-19/+19
| | | | | | PR: ports/65468 Submitted by: Dimitry Andric Approved by: maintainer timeout
* Update to 2.05f.knu2004-06-256-94/+15
|
* Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix includingpav2004-06-2239-0/+5606
| | | | | | | System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and enhancements PR: ports/68127 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'obrien2004-06-216-3/+63
| | | | | | will not segfault and dump core. Submitted by: Robert Nagy <robert@openbsd.org>
* Fix MASTER_SITES.nork2004-06-131-4/+2
| | | | | | PR: ports/66867 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer timeout(3 weeks)
* Fix MASTER_SITES.nork2004-06-131-4/+2
| | | | | | PR: ports/66868 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: shige (blanket)
* Fix a bug where a \ at EOL did not work as escape character.knu2004-06-134-0/+88
| | | | Obtained from: [FDclone-users:00287]
* Update to 2.05e.knu2004-06-097-762/+3
|
* - Postfix fix: don't expect postconf be in /usr/sbin, rely on it being in PATHpav2004-06-054-4/+42
| | | | | | PR: ports/63314 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (1 month)
* Putting commit bit in storage. I don't have the timepatrick2004-06-031-1/+1
| | | | to work on FreeBSD for now. Should have done this a while back.
* Don't remove directories we didn't installkris2004-05-312-6/+0
|
* Double MAXLAUNCHTABLE and MAXFUNCLINES.knu2004-05-272-5/+15
|
* Readd a correct fix against the glob expansion bug.knu2004-05-264-1/+715
|
* Back out part of the previous commit. Turned out that the fixes inknu2004-05-254-652/+1
| | | | [FDclone-users:00266] and [FDclone-users:00274] have bugs...
* Apply fixes against recently reported bugs.knu2004-05-256-0/+696
| | | | | | | | | | | | | | | | | | | [FDclone-users:00266] Properly expand globs like <"/usr/"*> and </usr\/*>. [FDclone-users:00274] Complete the previous fix and make <'/usr/'*> work. [FDclone-users:00275] Fix a bug where a recursive copy fails when the destination directory has a trailing slash. [FDclone-users:00276] Remove superfluous calls of chflags(2) to supress errors on filesystems that do not support file flags. [FDclone-users:00278] Disable path name completion RENAME_FILE.
* - Mark rssh as IGNORE on 4.x (wordexp() is not supported)clement2004-05-231-1/+5
| | | | Maintainer informed.
* Add rssh 2.1.1, a Restricted Secure SHell only for sftp or/and scp.clement2004-05-216-0/+140
| | | | | | | | | | | | rssh is a Restricted Secure SHell that allow only the use of sftp or scp. It could be use when you need an account (and a valid shell) in order to execute sftp or scp but when you don't want to give the possibility to log in to this user. WWW: http://www.pizzashack.org/rssh/index.shtml PR: ports/65860 Submitted by: enigmatyc
* - Fix MASTER_SITESkrion2004-05-192-5/+3
| | | | | | | - Pet portlint PR: ports/66861 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Update to 2.05d.knu2004-05-132-3/+3
|
* Update to osh-040421linimon2004-05-112-3/+3
| | | | | PR: ports/65962 Submitted by: Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org>
* - Update to version 20040331krion2004-04-164-6/+6
| | | | | | PR: ports/65606 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer
* Trim whitespace.trevor2004-04-111-1/+0
|
* - Update to version 040216krion2004-04-103-15/+5
| | | | | PR: ports/65369 Submitted by: Ports Fury
* - tar -> ${TAR} (since we have now a bsdtar ;)clement2004-04-071-1/+1
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* - Fix CONFIGURE_ARGS handlingpav2004-04-021-4/+4
| | | | | PR: ports/64823 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
* SIZEify (maintainer timeout)trevor2004-03-319-0/+36
|
* Catch up with the master port's update to 4.2.0.knu2004-03-252-10/+9
|
* Rename a wrongly named patch.knu2004-03-251-0/+0
|
* Add a patch to fix a minor bug with deleting a multibyte character atknu2004-03-252-0/+18
| | | | BOL.
* - 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]
* - Update to 1.0115clement2004-03-223-11/+11
| | | | | - Clean Makefile - Make portlint happy
* Use PORTDOCS macro.clement2004-03-222-3/+1
|
* Remove old version's SIZE.nork2004-03-201-1/+0
| | | | | Submitted by: rushani (maintainer) Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
* Update to 3.9(support for WinSCP3).nork2004-03-205-30/+37
| | | | | | | PR: ports/64076 Submitted by: Jim Shewmaker <jims@bluenotch.com> Reviewed by: rushani (maintainer) Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
* Fix build on amd64, and make this port actually run on 5.x.kris2004-03-183-8/+33
| | | | Submitted by: maintainer
* - SIZE'ifykrion2004-03-181-0/+1
| | | | | PR: ports/64396 Submitted by: rushani
* . New victim^Wmaintainer.glewis2004-03-181-1/+1
| | | | | PR: 64392 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
* . Unbreak by updating to 2004-02-29.glewis2004-03-183-8/+7
| | | | | PR: 64370 Submitted by: Gautam Gopalakrishnan <ggop@myrealbox.com>
* SIZEify.trevor2004-03-181-0/+2
|
* BROKEN: Distfile is unfetchablekris2004-03-171-0/+2
|
* BROKEN on amd64: Does not compilekris2004-03-141-1/+7
|
* BROKEN on ia64: Does not compilekris2004-03-071-1/+7
|
* Drop maintainership. I don't use this.naddy2004-03-061-1/+1
| | | | | The license is byzantine and restrictive, the build system is complex and unlike any other, the codebase doesn't inspire confidence.
* BROKEN on sparc64: Does not compilekris2004-03-051-1/+7
|
* - add SIZEdinoex2004-02-261-0/+1
|
* Update to 2.05c.knu2004-02-252-2/+3
|
* - Update to version 20040214krion2004-02-196-44/+30
| | | | | PR: ports/63023 Submitted by: maintainer
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-066-3/+3
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-042-0/+2
| | | | (Part 1)
* SIZE *DOES* MATTER.sergei2004-01-311-0/+2
|
* SIZEify.trevor2004-01-3011-0/+11
|
* Update to 20040101mharo2004-01-114-4/+4
| | | | | PR: 61177 Submitted by: maintainer
* Fix pkg-plist (NOPORTDOCS knob).osa2004-01-033-12/+12
| | | | | | Use DOCSDIR macro. Approved by: obrien (maintainer)
* Use DOCSDIR macro.osa2003-12-312-8/+8
| | | | Approved by: knu (maintainer)
* Use DOCSDIR macro.osa2003-12-311-2/+2
|
* - Update to 4.0.9sergei2003-12-203-21/+51
| | | | | - Temporarily switch to gzipped tarballs - Utilize INFO
* Also pay attention to NOSHARED=yes as /usr/src and zsh does.obrien2003-12-153-3/+3
| | | | Requested by: Richard Coleman <richardcoleman@mindspring.com>
* The option to enable network redirection is removed since this is theobrien2003-12-143-27/+0
| | | | | | | default behavior. PR: 60222 Submitted by: David Yeske <dyeske@yahoo.com>
* Build bash dynamic unless either WANT_STATIC_BASH or NO_DYNAMICROOTobrien2003-12-143-0/+12
| | | | is defined.
* - Fix build on non-i386 platforms.pav2003-12-132-30/+43
| | | | | | | | Tested ok on: i386/stable, i386/current, amd64 Fails later on: ia64 (pluto2) PR: ports/60176 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Update to 2.05a, which fixes a bug in a builtin command "checkid".knu2003-12-102-3/+4
|
* Update to 2.05.knu2003-12-093-34/+2
|
* Add 'cvs blame' support.obrien2003-12-072-8/+44
|
* scponly dist includes a script which setup chroot cage, whichjeh2003-11-212-0/+25
| | | | | | | | | depends a location of run-time link-editor. Since FreeBSD has dynamic root capability from __FreeBSD_version == 501105, we should add new location to unbreak the script. PR: 59511 Submintted by: MAINTAINER
* Apply a patch that fixes segv in group lookups.knu2003-11-202-0/+32
| | | | Obtained from: [FDclone-users:00244]
* - fix build with gcc 3.3.xkrion2003-11-195-109/+171
| | | | | | | | | | - unmark as BROKEN - use %%DATADIR%% and %%DOCSDIR%% - pkg-plist is NOPORTSDOC compliant - make portlint happy PR: 59427 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* - Update to version 20031112krion2003-11-174-4/+4
| | | | | PR: 59343 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
* Update to 031112 and unbreak, old version was not fetchable anymore.pav2003-11-152-2/+2
| | | | Approved by: adamw (mentor)
* - Update to version 20031022krion2003-11-074-4/+4
| | | | | PR: 59018 Submitted by: maintainer
* Some days it doesn't pay to try to try to chew through the leather straps.linimon2003-11-051-1/+1
|
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-032-2/+2
|
* Reset maintainer to ports@. Reviewed by: kris.linimon2003-11-031-1/+1
|
* Update to current version. PR ports/58192.linimon2003-11-035-20/+15
|
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-2/+2
|
* Move inclusion of bsd.port.pre.mk past variable definitions.linimon2003-10-291-6/+6
|
* utilize SITE_PERLijliao2003-10-243-122/+122
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Change to my @FreeBSD.org address.sergei2003-10-231-1/+1
| | | | Approved by: krion
* All right, that's it, no more commits at 4am for me.linimon2003-10-211-5/+1
| | | | | | | | | But I'm still going to leave it marked broken on all the other architectures. That's because I think it really is broken on all the other architectures. If it is not broken on all the other architectures, I am going to stick my fingers in my ears and chant la-la-la-can't-hear-you. arrrrrgh
* Remove BROKEN case for i386 4.x.linimon2003-10-211-2/+10
| | | | Previous attempt at deprecation objected to by: krion
* Per bento logs, this is broken on 5.x. Rather than marking it so onlylinimon2003-10-211-1/+3
| | | | | | | | | for 5.x, mark it as generally broken; the latest distfile in the 1.x series was in 1996 and this isn't even it (this one is from 1994). The bash2 releases began in 1996. Unless there is some absolute need to maintain this port for backwards compatibility, it should probably just be deleted.
* - Layout for GnuSTEP 1.8.0dinoex2003-10-191-5/+1
|
* Update to 2.04c.knu2003-10-182-2/+2
|
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-162-2/+14
|
* [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>
* - Update to version 20030929krion2003-09-304-6/+6
| | | | | PR: 57373 Submitted by: Kirk Strauser <kirk@strauser.com> (maintainer)
* New port: shells/bash-completionedwin2003-09-2913-0/+143
| | | | | | | | | | | The shells/bash-completion port installs Ian Macdonald's programmable completion library for Bash 2.04 and above. This gives users context- sensitive tab-completion for such things as program arguments, SSH hostnames, NFS mounts, and so on. PR: ports/52790 Submitted by: Kirk Strauser <kirk@strauser.com>
* - Fix build on -currentkrion2003-09-281-0/+11
| | | | Reported by: kris via bento
* KATO mega patchedwin2003-09-275-5/+5
| | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fixup tcsh_config to look in ${PREFIX}/share instead of /usr/share.seanc2003-09-111-1/+6
| | | | Pointed out by: demon
* After using tcsh for 4 years and having just discovered the 'rprompt'seanc2003-09-105-0/+38
| | | | | parameter, I conclude my hunt for other nifty shell tricks by adding a port of the .tcshrc project.
* o Respect scponly default configuration.nork2003-09-022-26/+37
| | | | | | | | o Introduce WITH_SCPONLY_CHROOT knob. o Use ${DOCSDIR} in Makefile. PR: ports/56300 Submitted by: rushani (maintainer)
* - Fix typo in COMMENT [1]krion2003-09-012-4/+2
| | | | | | - Use INFO Submitted by: Anthraxz <bouloumag@hotmail.com> [1]
* Fix build on -current (varargs -> stdarg)obrien2003-08-319-0/+0
| | | | | | | [don't propagate the poorly named patch files from the PR] PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* - Fix build on -current (varargs -> stdarg)krion2003-08-309-0/+255
| | | | | PR: 56146 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* - Fix build on -currentkrion2003-08-291-0/+1707
| | | | | PR: 56107 Submitted by: Michael Edenfield <kutulu@kutulu.org>
* - use new hook USE_GNUSTEP in bsd.port.mkdinoex2003-08-281-6/+3
|
* Remove tcsh.netchild2003-08-217-104/+0
| | | | Approved by: portmgr (marcus)
* Forced update to release 2003-07-24.naddy2003-08-022-3/+3
| | | | Submitted by: Daniel Rudy <dcrudy@pacbell.net>
* Update to 2.04a.knu2003-07-293-16/+2
|
* - flat layoutdinoex2003-07-261-5/+5
|
* Fix compatibility with rsync (depend explicitly on rsync).maho2003-07-261-1/+3
| | | | | PR: 54844 Submitted by: rushani (maintainer)
* fix configure arguments for gftp stuff.maho2003-07-261-2/+2
| | | | | PR: 54843 Submitted by: rushani (maintainer)
* Fix NOSHARED (produce static executable)osa2003-07-212-0/+2
| | | | | | 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>
* Update to release 2003-06-21.naddy2003-07-082-3/+3
| | | | Submitted by: fenner (portsurvey)
* Update to 4.1.1.shige2003-07-044-535/+687
| | | | | PR: ports/53513 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Drop obsolete definesdinoex2003-07-041-1/+0
|
* Update to 2.04.knu2003-06-303-2/+16
|
* Add "test" target to exercise regression tests; from NetBSD.naddy2003-06-251-4/+9
|
* - don't package ~/GNUSstepdinoex2003-06-181-5/+0
|
* - remove empty dirsdinoex2003-06-101-0/+6
| | | | - fix plist
* Fetch patches from MASTER_SITE_GNU also.obrien2003-05-203-6/+12
|
* Properly configure on FreeBSD/amd64.obrien2003-05-176-0/+75
|
* Update to patchlevel 7.obrien2003-05-176-6/+18
|
* Update to 2.03b.knu2003-05-156-149/+2
|
* Change maintainership to submitter.nork2003-05-111-1/+1
| | | | | Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
* Update to 3.8.nork2003-05-032-2/+2
| | | | | | PR: ports/51633 Submitted by: rushani Approved by: maintainer implicitly
* Update to release 2003-04-22.naddy2003-05-022-4/+3
| | | | | PR: 51524 Submitted by: Kevin Tower <ktower@towerfamily.org>
* Apply a fix against a macro expansion problem and bump PORTREVISIONknu2003-04-234-0/+134
| | | | accordingly.
* Update to 2.03a + readlink fix.knu2003-04-194-9/+34
|
* o Update to 3.7.nork2003-04-183-5/+90
| | | | | | | | | | | | | o Take up more safety default setting. PR: ports/48480, ports/48492, ports/50899 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Adam Jette <jettea@fuzzynerd.com> Miguel Mendez <flynn@energyhq.homeip.net> Reviewed by: Sergey A. Osokin <osa@FreeBSD.org.ru> Miguel Mendez <flynn@energyhq.homeip.net> Ken McGlothlen <mcglk@artlogix.com> (maintainer) Approved by: Ken McGlothlen <mcglk@artlogix.com> (maintainer)
* Oops, put the correct file into /etc/shells.naddy2003-04-162-2/+3
| | | | Submitted by: jhb
* - Use libobjc.sodinoex2003-04-131-22/+5
| | | | | | - Cleanup - Use bsd.gnustep.mk PR: 50479
* Update to 4.1.0.dev7.shige2003-04-043-2/+22
| | | | | PR: ports/50451 Submitted by: Anders Andersson <anders@andersa.net>
* update shells/rc to version 1.7, with readlineedwin2003-03-303-13/+9
| | | | | PR: ports/48843 Submitted by: Scott Kenney <saken@hotel.rmta.org>
* Update to 2.03.knu2003-03-283-10/+10
|
* Support /dev/(tcp|udp)/host/port redirection.obrien2003-03-253-0/+27
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* GSCommander is a simple unix command monitor for GNUstep.dinoex2003-03-245-0/+69
| | | | WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
* PR: 49067foxfair2003-03-231-2/+4
| | | | | Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Switch MASTER_SITE to make this port fetchable.
* Clear moonlight beckons.ade2003-03-0720-10/+10
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* More manual pkg-comment cleanups.ade2003-03-071-2/+0
| | | | Approved by: portmgr (implicitly)
* Update to 2.02b.knu2003-03-034-43/+2
|
* De-pkg-comment.knu2003-02-218-4/+4
|
* pkg-comment -> COMMENTnaddy2003-02-212-2/+2
|
* De-pkg-comment.knu2003-02-2116-8/+8
|
* Bump PORTREVISION for a couple of fixes I applied.knu2003-02-191-0/+1
|
* Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls intoknu2003-02-191-0/+27
| | | | background as soon as it is invoked.
* Add a patch to fix a glob expansion problem where special characterknu2003-02-191-0/+13
| | | | escaping does not work.
* De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINERknu2003-02-184-3/+3
| | | | while I'm hre.
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* URL updates.naddy2003-02-124-4/+4
| | | | | PR: 48167 Submitted by: tadalunch@sources.redhat.com
* Convert COMMENT to COMMENTFILE until these ports can be converted.kris2003-02-101-1/+1
| | | | Submitted by: lioux
* upgrade to 1.0107ijliao2003-01-243-6/+6
|
* Add missing manpagekris2003-01-141-1/+1
|
* 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.
* Make this work on ia64.peter2003-01-121-0/+12
|
* Update to release 2002-12-21. Notable changes:naddy2003-01-082-3/+3
| | | | | * SIGALRM can now be used in applications. * Numerous bug fixes.
* Ignore error in updating /etc/shells so that a normal user can buildknu2003-01-061-4/+4
| | | | and install this port.
* fix plistijliao2003-01-061-1/+3
| | | | | PR: 46781 Submitted by: Philip Paeps <philip@vitaya.be>
* upgrade to 3.4ijliao2003-01-043-11/+10
| | | | | PR: 46243 Submitted by: maintainer
* Update to 2.02a.knu2003-01-032-2/+2
|
* Fix build on 5.0 (chase /usr/include/msdosfs to /usr/include/fs/msdosfs)kris2002-12-011-7/+10
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1114-14/+7
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0714-7/+14
| | | | Approved by: pat
* PERL -> REINPLACEedwin2002-11-041-2/+3
| | | | And some ports have USE_PERL5=yes now.
* Fix PLIST (bento)arved2002-11-042-38/+38
| | | | PR: 36792
* Add missing files and manpageskris2002-10-282-1/+3
|
* Update to 4.1.0.dev5.shige2002-10-143-4/+22
| | | | Remove FORBIDDEN mark.
* fix obscure signal-handling bugsijliao2002-10-123-1/+27
| | | | | | | add readline support PR: 43945 Submitted by: maintainer
* Update to 2.01c.knu2002-10-074-269/+2
|
* Update to release 2002-09-22.naddy2002-10-065-68/+3
| | | | | PR: 43423 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
* Fix logic error when NOPORTDOCS is set.obrien2002-09-293-6/+6
| | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459
* Move files from illegal subdirectory src/ to files/ and fixkris2002-09-295-1/+3
| | | | extract procedure.
* Mirror the patch files.obrien2002-09-203-3/+9
|
* - Fix the .zip file list format.knu2002-09-192-5/+5
| | | | - Recognize .tar.z as tar+gz archive.
* PERL -> USE_REINPLACEwill2002-09-171-1/+2
| | | | Submitted by: David Yeske <dyeske@yahoo.com>
* - Apply a couple of patches posted on the FD-clone mailing list,knu2002-09-164-24/+310
| | | | | | | | | | | | | which fix bugs in file name completion and handling of tar archives that contain ".". - Update fd2rc: o Properly call zip(1) with -r (recursive). o Make some file extensions case insensitive. o Source /etc/fd2rc.local so administrators can put their own local configurations in it. o Set FD_WRITEFS to 1 (do not ask). o Set FD_INHERITCOPY to 1 (preserve timestamps).
* Use offical vendor patches 1-4.obrien2002-09-139-60/+27
|
* Add scponly 2.4, a tiny shell which only permits scp and sftp.obraun2002-09-116-0/+39
| | | | | PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com>
* Use the offical vendor patch for the directory space vs. slash command nameobrien2002-09-109-78/+12
| | | | | | | completion problem. Submitted by: Chet Ramey <chet@po.CWRU.Edu> Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
* Bump revision for directory command-line completion fix.obrien2002-09-093-0/+3
| | | | Always forgotten by: me
* "In certain cases, Bash appends a space instead of a slash to a directory nameobrien2002-09-093-24/+102
| | | | | | | | relative to the current directory when performing command name completion. This affects partial completion of intermediate directory names." Fix this. Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html Obtained from: http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
* 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
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteobrien2002-08-266-0/+78
| | | | character manipulation functions.
* Fix core dump in glob expansion.naddy2002-08-202-1/+36
| | | | | | PR: 41778 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net> Obtained from: David Korn <dgk@research.att.com>
* 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)
* - Recognize .tbz as a tar+bzip2 suffix.knu2002-08-113-3/+11
| | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly.
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofobrien2002-08-063-0/+48
| | | | | | CPU-consuming loop. A kill -9 from another terminal is required to end it. Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
* `make reinstall' clean.obrien2002-08-063-3/+3
|
* Forgot to update pkg-plist with 5.0b upgrade.obrien2002-08-053-6/+9
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Update to version 2.05b.obrien2002-08-0418-174/+114
| | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Re-enable statvfs() tests now that -CURRENT has the function.naddy2002-07-224-23/+23
| | | | | | | | | | | | | | Improve build reliability: * Make very sure that the build script is run with /bin/sh. * Add a dubious patch to libast/comp/conf.sh that is reported to fix the build for some -STABLE users. Install example functions. PR: 39783, 40857 Parts Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
* Build in a clean environment to prevent sporadic interference fromnaddy2002-07-171-1/+1
| | | | | | environment variables. Requested by: Ken Stailey <kstailey@speakeasy.net>
* -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,naddy2002-07-171-0/+22
| | | | | which badly confuses the configure tests that check for this functionality. Remove the tests for the time being.
* Update to 020214greid2002-07-164-42/+8
| | | | | PR: 37851 Submitted by: Jeff Palmer <scorpio@drkshdw.org>
* - Update to 2.01b.knu2002-07-132-2/+8
| | | | - Honor CC and CFLAGS. (which hasn't been working since 2.0)
* Add nologinmsg 1.0, more functional native binary replacement forpetef2002-07-119-0/+253
| | | | | | /sbin/nologin. Submitted by: Richard Rose <freebsd-security@rikrose.net>
* Update to release 2002-06-28.naddy2002-06-292-3/+3
|
* PERL -> REINPLACE_CMDpat2002-06-243-7/+10
| | | | | | PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735 ports/39736, ports/39737, ports/39738, ports/39739 ports/39740 Submitted by: Scott Flatman <sf@dsinw.com>
* Update to release 2002-06-14. Changes in this release:naddy2002-06-232-6/+6
| | | | | | * Numerous bug fixes. Submitted by: Jerry A! <jerry@thehutt.org>
* Fix build on -current.kris2002-06-161-0/+50
| | | | Submitted by: mike
* Update to 2.01a.knu2002-06-113-15/+7
| | | | Adjust tar_format for the latest GNU tar.
* Remove scsh after repo-copy.kris2002-06-041-1/+0
| | | | Pointy hat to: alex
* Move this file to the "lang" category, since it is not an interactivealex2002-05-296-513/+0
| | | | | | shell like all other shells in "shells". Suggested by: nectar
* Update port to version 0.6.2alex2002-05-277-268/+276
|
* Update to 4.1.0.dev4, new zsh development version.shige2002-05-236-323/+233
|
* Move a pre-everything target which displays a message and exits tokris2002-05-181-6/+2
| | | | a FORBIDDEN tag.
* Serves me right to commit something in a hurry, untested. <:-(tg2002-05-171-2/+2
| | | | | | | Fix fetching. PR: 38144 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Change version number from 5.2.14.p2 to 5.2.14p2, so our packagetg2002-05-161-1/+1
| | | | | | | tools see this as an upgrade from 5.2.14. PR: 38131 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Distfile has a home once again.cy2002-05-161-1/+1
|
* Update to 2.01.knu2002-05-164-197/+11
| | | | Add compression/uncompression definitions for .Z/.gz/.bz2.
* Include distributed patches.tg2002-05-153-18/+12
| | | | | PR: 38071 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Add pkg-descr.knu2002-05-132-0/+24
| | | | Suggested by: max