aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Fix ${name:?word} substitution. Bump PORTREVISION.tg2005-11-022-0/+12
| | | | | Submitted by: Marc Olzheim (marcolz at stack dot nl) Obtained from: OpenBSD PR user/4023
* Use groups to prevent trying to fetch the wrong patches from thefenner2005-10-161-3/+3
| | | | | | wrong sites. Approved by: obrien (MAINTAINER)
* Provide accurate COMMENT and pkg-descrgarga2005-10-152-2/+5
| | | | Submitted by: maintainer by email
* Add tcsh-bofh 6.12.00, patch tcsh to providing true BOFH logfunctions.garga2005-10-144-0/+39
| | | | | PR: ports/87394 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl>
* search.cpan.org redirect reduction canonicalization project, pass 3:fenner2005-09-232-2/+2
| | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2.
* Unbreak on 4.x: gnatbind does not support -D_THREAD_SAFE.thierry2005-09-121-2/+37
| | | | Reported by: pointyhat via Kris
* - Update to 2.0.3jylefort2005-09-065-50/+25
| | | | - Reformat the Makefile
* - 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]
* There is more than 12 packages now.thierry2005-09-031-1/+1
| | | | Noted by: Ken Burtch <ken (at) pegasoft.ca> (author)
* Upgrade to 1.0.3.thierry2005-09-023-6/+70
|
* - Re-add patch-configure (removed by mistake) to fix the build on the cluster;thierry2005-09-023-2/+28
| | | | | | - handle ADACFLAGS. Note: update to 1.0.3 is in progress.
* Remove mastersite which has gone away.linimon2005-09-011-1/+0
| | | | Approved by: maintainer
* Remove ftp.rge.com from MASTER_SITES.tg2005-08-301-2/+1
|
* - Retire shells/zsh-devel in favor of shells/zsh:sergei2005-08-295-772/+0
| | | | | The development version of Zsh is no longer being released. Interested parties can always check out Zsh from SourceForge.net CVS.
* Upgrade to 1.0.2.thierry2005-08-287-47/+32
|
* [1]:jylefort2005-07-308-124/+58
| | | | | | | | | | | | | - Update to 20050721 - OPTIONSify Moreover: - Improve the FreeBSD integration by fixing paths in the script - Use SUB_FILES=pkg-message [1]: PR: ports/84305 Submitted by: maintainer
* Per prior standing request, turn this port over from inactive committerlinimon2005-07-201-1/+1
| | | | | | (eik) to obrien. Hat: portmgr
* Change MASTER_SITES to a CPAN address since old is brokengarga2005-07-124-4/+4
| | | | | Approved by: flz (mentor) Reported by: kris
* Change MAINTAINER to my @FreeBSD.org accountgarga2005-07-122-2/+2
| | | | Approved by: flz (mentor)
* Update to osh-050219 to fix fetchingkris2005-07-112-8/+3
|
* Fix svn issue with scponly via ssh+svn://.nork2005-06-201-2/+3
| | | | | Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: rushani (maintainer)
* Bump PORTREVISION by previous commit.nork2005-06-191-1/+1
| | | | Approved by: rushani (maintainer)
* Add support ssh+svn://.nork2005-06-191-0/+9
| | | | | | PR: ports/81889 Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: rushani (maintainer)
* - Add itself to /etc/shellspav2005-06-062-1/+13
| | | | | | PR: ports/81257 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout (16 days)
* Fix this patch file.obrien2005-05-052-21/+12
| | | | | PR: 69873 Submitted by: Dave Evans <root@hclb.demon.co.uk>
* - Change the way used to add/remove the shell on /etc/shells,clsung2005-05-048-24/+84
| | | | | | | | | | use pkg-install and pkg-deinstall (both stoled from shells/bash) to do it. - Remove pre-install section, it's not more needed on this version, because Makefile is created correctly changing Makefile.PL PR: 80583 Submitted by: Renato Botelho (maintainer)
* Tweak pkg-descr, break out /etc/shell editing as seperate target, installobrien2005-04-293-13/+231
| | | | | | | examples. Also use the modern nobs bsd.port.mk provides. PR: 30732 Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
* - Use MAKE_ARGSvs2005-04-262-22/+1
| | | | - Don't invoke install-info twice when using INFO
* Update to version 1.0136krion2005-04-212-3/+3
| | | | | PR: ports/80210 Submitted by: Ports Fury
* - 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>
* - It was not installing on FreeBSD 4.x with perl 5.00503.leeym2005-04-206-0/+40
| | | | | | | | - Rename patch-aa to reflect which file is patched. - update /etc/shells in pkg-plist for package PR: 80104 Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
* - Update to 1.8sergei2005-04-198-96/+202
| | | | | | | | | | - Unbreak - Remove gratuitous use of REINPLACE - Add $FreeBSD$ on pkg-plist - Assign maintainership to the submitter PR: ports/79623 Submitted by: Renato Botelho <freebsd@galle.com.br>
* - Update to 4.1leeym2005-04-143-16/+4
| | | | | PR: 79859 Submitted by: rushani
* Change my MAINTAINER email address to jylefort@FreeBSD.orgjylefort2005-04-132-2/+2
| | | | Approved by: adamw (mentor)
* CVS really does need a better way of backing out a commit composing aobrien2005-04-121-3/+2
| | | | set of files...
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-123-3/+4
| | | | after 5.4-RELEASE.
* Very sorry for a local change that made it into the last commit.obrien2005-04-111-2/+1
|
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-113-4/+5
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Remove references to ports recently deleted.kris2005-02-211-3/+0
|
* As previously announced, remove ports that have reached their expiry date,kris2005-02-1929-675/+0
| | | | and the handful of ports that depended on them.
* BROKEN: Incomplete pkg-plistkris2005-02-122-0/+4
|
* - Update to 4.2.4sergei2005-02-072-5/+5
| | | | | PR: ports/77172 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Update to 2005-02-02vs2005-02-042-5/+5
| | | | | PR: ports/77072 Submitted by: Joey Kelsey (maintainer)
* Use USE_PGSQLerwin2005-01-311-3/+1
| | | | Forgotten by: girgen
* Update to version 2.2.3 to fix security vulnerability.simon2005-01-262-3/+3
| | | | | | Security: http://vuxml.FreeBSD.org/f11b219a-44b6-11d9-ae2f-021106004fd6.html With hat: secteam Approved by: maintainer timeout (security; 2 days), erwin (mentor)
* Remove the test for /dev/dsp during configure, it does not affect thethierry2005-01-261-0/+13
| | | | | | package build. Reported by: Kris via pointyhat.
* - Update to 4.2.3sergei2005-01-243-6/+23
| | | | | PR: ports/76268 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
* Add bush 1.0.1, the Business Shell.thierry2005-01-247-0/+177
|
* - Update to 1.0.2pav2005-01-205-49/+39
| | | | | | | - Mark IGNORE on FreeBSD 4.x, missing library functions PR: ports/76424 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* - Update to 20050112pav2005-01-204-6/+6
| | | | | | PR: ports/76455 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
* Fix shells/ksh93 portedwin2005-01-123-20/+8
| | | | | | | Update ksh93 to 2004-12-25 version PR: ports/75828 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
* BROKEN: unfetchable (maintainer confirms that a new release was uploadedkris2004-12-301-0/+2
| | | | but the download password changed)
* Reset MAINTAINER to ports@.nork2004-12-231-1/+1
| | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
* Scponly validates dangerous arguments since version 4.0. However,vs2004-12-152-1/+13
| | | | | | | | | | there is a regression compared with version 3.11. That is scponly can not be built only with sftp support. Reference: https://lists.ccs.neu.edu/pipermail/scponly/2004-December/000655.html PR: ports/75092 Submitteed by: maintainer
* - Update to 4.0pav2004-12-053-19/+24
| | | | | PR: ports/74633 Submitted by: rushani (maintainer)
* Update to 1.6.0seanc2004-11-303-7/+7
| | | | | PR: ports/72760 Submitted by: Pawel Pekala c0rn - a t - gazeta dotty pl
* Fix `read -e' handling when PS1 is longer than the terminal widtheik2004-11-192-1/+25
| | | | | | <http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=139306> Obtained from: Tim Waugh <twaugh@redhat.com>
* - 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
|