aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Update to 20120102miwi2012-01-152-3/+3
|
* - Update to 0.3.2miwi2012-01-152-16/+4
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-142-2/+2
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Fix buildmiwi2012-01-141-0/+2
| | | | With hat: portmgr
* add a patch from upstream to fix SIGWINCH detectionbapt2012-01-142-0/+31
| | | | Obtained from: zsh (cvs)
* Update to version 4.2 PL 20.obrien2012-01-133-31/+45
|
* - Update INIT to 2012-01-01 which also fixes 'make fetch' errorsunpoet2012-01-082-4/+5
| | | | | | - Bump PORTREVISION for package change Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
* End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1
|
* Mark as broken on powerpc.linimon2011-12-281-1/+7
| | | | Hat: portmgr
* - Update website linkeadler2011-12-251-1/+1
| | | | | | PR: ports/163597 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature Safe: yes
* Add the forgotten checksum for zsh-docbapt2011-12-191-0/+2
| | | | Submitted by: zi
* - update to 4.3.15bapt2011-12-183-5/+4
|
* Fix distfile fetching with NOPORTDOCS=yesbapt2011-12-091-2/+3
| | | | Feature safe: yes
* - update to 4.3.14bapt2011-12-083-7/+17
| | | | | | | - remove unnecessary USE_AUTOTOOLS - fixes libiconv detection Feature safe: yes
* - Make sure after deinstall /etc/shells is cleanmiwi2011-11-262-2/+6
| | | | | | | | - Bump PORTREVISION PR: 160528 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv> Feature safe: yes
* - Update to R40cmiwi2011-11-252-3/+3
| | | | | | PR: 162778 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Feature safe: yes
* - Fix build for badly upgraded systems which have both utmp.h and utmpx.hbapt2011-11-131-0/+15
| | | | | | PR: ports/156263 Submitted by: Matthew Cashdollar <matthew@cashdollar.org> Feature safe: yes
* Add the right patchbapt2011-11-071-3/+8
| | | | Reported by: Jan Beich <jbeich@tormail.net> (by private mail)
* and with the patch it is even betterbapt2011-11-071-0/+40
|
* - split the zsh_mem option into zsh_mem and zsh_secure_free activate ↵bapt2011-11-071-8/+19
| | | | | | | | | | | secure_free my default disable mem by default[1] - correct memory report for time builtin [2] - bump portrevision PR: ports/143981 [1], ports/152820 [2] Submitted by: Richard Kolkovich <sarumont@sigil.org> [1], Anonymous <swell.k@gmail.com> and Tsu <inyaoo@gmail.com> [2] Hurried by: miwi :)
* - Update to 20111027miwi2011-10-282-5/+4
|
* Fix a variable substitution.adamw2011-10-272-2/+2
| | | | | | | | Note that this was the intended fix in PORTREVISION 3, the previous commit, and was the change intended by ports/161999. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua>
* Fix a // in path which apparently breaks portinstall's ability to parseadamw2011-10-262-2/+2
| | | | | | | INDEX. PR: ports/161999 Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua>
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Remove more tags from pkg-descr files fo the form:dougb2011-10-242-6/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Add p5-Bash-Completion 0.008sunpoet2011-10-235-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | bash completion should just work when you install new commands. Bash::Completion is a system to use and write bash completion rules. For end-users, you just need to add this line to your .bashrc or .bash_profile: setup-bash-complete This will load all the installed Bash::Completion plugins, make sure they should be activated and generate the proper bash code to setup bash completion for them. If you later install a new command line tool, and it has a Bash::Completion::Plugin -based plugin, all your new shells will have bash completion rules for it. You can also force immediate setup by running the same command: setup-bash-complete To write a new Bash::Completion plugin, see Bash::Completion::Plugin. WWW: http://search.cpan.org/dist/Bash-Completion/
* - Update MASTER_SITES and WWWwen2011-10-172-3/+2
| | | | | PR: ports/161650 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Bugfix: ksh segfaults on suspendsunpoet2011-10-052-1/+11
| | | | | | | - Bump PORTREVISION for package change Reported by: Greg Rivers <gcr+freebsd-ports@tharned.org> Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=691077
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-244-9/+6
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Use @dirrmtry for PREFIX/etc/bash_completion.dsunpoet2011-09-202-15/+14
| | | | | | | | | | | Other ports (e.g. devel/glib20) install files to this directory. - Costmetic change: put build-related knobs together - Sort PLIST - Space/tab twiddle PR: ports/160202 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 24 days)
* - Track dependencies after databases/gdbm updategabor2011-09-121-1/+2
|
* Ambit, at its simplest, uses Bash Brace Expansion to expand and listeadler2011-08-305-0/+72
| | | | | | | | | | | | | | | | | | hostnames OR commands. First and foremost Ambit is meant to be a general purpose hostlist enumerator to be used by other applications or scripts. Additionally Ambit can be used to manage User Specific as well as System-Wide HostGroups. It can also be used to query Network HostGroups. Finally, Ambit is able to detect when it is expanding a command (rather than a host list), allowing for the command to be expanded and executed synchronously. This means Ambit can expand and run just about anything on the command line and usually works in places where Bash Brace Expansion might fail. WWW: http://m.a.tt/er/ambit/ PR: 159769 Submitted by: Sascha Klauder <sklauder@trimind.de> Approved by: sahil (mentor)
* Update to Bash 4.1 patchlevel 11.obrien2011-08-302-1/+3
| | | | | | | | Under certain circumstances, running `fc -l' two times in succession with a relative history offset at the end of the history will result in an incorrect calculation of the last history entry and a seg fault PR: 160239
* - Update to R40bmiwi2011-08-262-3/+3
| | | | | PR: 158989 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - change the email address I use to maintain portseadler2011-08-221-1/+1
| | | | Approved by: bapt (mentor)
* - change the email address I use to maintain portseadler2011-08-221-1/+1
| | | | Approved by: bapt (mentor)
* - Remove MANUAL_PACKAGE_BUILD: tinderbox build was fixed in Makefile r1.62sunpoet2011-08-201-1/+0
| | | | | PR: ports/159921 Submitted by: gjb
* - add MASTER_SITE_LOCALdinoex2011-08-091-1/+3
|
* Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0
| | | | disappeared.
* Fix master_sitebapt2011-08-031-1/+1
|
* Fix completions for portinstall, an indexing error.adamw2011-08-022-1/+2
| | | | | PR: ports/152387 Submitted by: Martin GlaC <glaszig@gmail.com>
* - Update to 0.5.7culot2011-07-282-3/+3
| | | | | PR: ports/159235 Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer)
* The file completion bugfix for 8.X and 9.X introduced a bug undercy2011-07-051-1/+1
| | | | 7.X. This commit fixes this.
* Previous commit introduced a file completion bug under FreeBSDcy2011-07-051-4/+6
| | | | versions prior to 8.X (7.X and earlier). This commit fixes that.
* Fix patch phase error.cy2011-07-051-1/+1
|
* As with other shells, link this shell dynamically.cy2011-07-052-1/+11
|
* Fix file completion bug.cy2011-07-052-0/+41
| | | | PR: 140557
* - Kick MD5miwi2011-07-032-2/+0
|
* Fix error introduced by previous commit.cy2011-06-291-0/+1
| | | | Pointy hat to: me
* Bring back 44bsd-csh.cy2011-06-291-1/+1
|
* Bring back this port.cy2011-06-295-0/+103
|
* Bye Byemiwi2011-06-256-107/+0
| | | | | | | | | | | | | 2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available 2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released 2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available 2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now 2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
* - Update to R40miwi2011-06-252-3/+3
| | | | | PR: 157829 Submitted by: Jin-Sih Lin <linpct@gmail.com>
* - Fix build when WITH_STATIC is setsunpoet2011-06-251-1/+1
| | | | | Reported by: dougb@ Submitted by: jhell <jhell@DataIX.net>
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-202-3/+3
| | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
* - Remove INSTALLROOT completelysunpoet2011-06-192-33/+31
| | | | | | | - Add OPTIONS: STATIC - Change manipulation on /etc/shells - Respect PORTEXAMPLES - Bump PORTREVISION for PLIST change
* -Add both versions of each configure flag (--enable-x/--disable-x) for safetyohauer2011-06-195-179/+32
| | | | | | | | | | | | | | | | | | | | | | -Update to May 26, 2011 snapshot: Add support for OpenSSH's sftp-server umask option. Remove inline references to satisify certain compilers Remove the now unnecessary sftp-logging compatibility mode. When getopt_long is not available, like on AIX, use bundled NetBSD getopt_long. Update the SECURITY document to include a reference to /etc/popt and \ ~/.popt as they relate to rsync. Fix for rsync-3.0 which now uses a short -e option, with an optional argument as a server side option indicating protocol compatibility. Fix scponly crash on Solaris Fix detection and inclusion of getopt on certain platforms Document risks associated with popt reading /etc/popt and ~/.popt Document getopt requirement (when certain configure options are enabled) - cleanup redundant BUILD_DEPENDS+= [1] PR: ports/157804 Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer [1] Approved by: maintainer
* - Update to 0.91sunpoet2011-06-133-29/+15
| | | | | | - Respect PORTEXAMPLES Changes: http://search.cpan.org/dist/Term-ShellUI/Changes
* - update to 4.3.12bapt2011-06-016-54/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 4.3.11 -------------------- The zsh/parameter module has a new readonly associative array $usergroups whose keys are the names of system groups of which the current user is a member and whose values are the corresponding group identifiers. The region_highlight array, which controls highlighting of the command line from zle widgets, is now updated dynamically as the command line is edited. In POSIX emulation ("emulate sh") the shell is more accurate about when it should or should not exit on errors. The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which counts back from the end of the string. The (g:opts:) flag in parameter expansion processes escape sequences like the echo and print builtins. opts can be any combination of o, e and c. With e, acts like print rather than echo except for octal escapes which are controlled separately by the o option. With c, interpret control sequences like "^X" as bindkey does. Regardless of the opts, \c is not interpreted.
* Add support for xz archives to the configuration file.knu2011-05-162-5/+18
|
* - Update to 2.14sylvio2011-05-142-4/+3
|
* Another bunch of expired ports removalbapt2011-05-0312-453/+0
| | | | | | | | | 2011-05-01 audio/albumart: Upstream disapear and distfile is no more available 2011-05-01 audio/aylet: Upstream disapear and distfile is no more available 2011-05-01 audio/cantus: Upstream disapear and distfile is no more available 2011-05-01 audio/xaylet: Upstream disapear and distfile is no more available 2011-05-01 science/oases: Upstream disapear and distfile is no more available 2011-05-01 shells/pash: Upstream disapear and distfile is no more available
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵bapt2011-04-111-0/+1
| | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@)
* Add option to log user history to syslog.obrien2011-04-072-1/+7
| | | | | PR: 155780 Submitted by: Alexander Kriventsov <avk@vl.ru>
* Update to Bash 4.1 patchlevel 10.obrien2011-04-062-1/+3
|
* Remove shells/bash3: Has expired: Use shells/bash or shells/bash-static instead.ehaupt2011-03-2614-789/+0
|
* - Get Rid MD5 supportmiwi2011-03-1930-123/+0
| | | | With hat: portmgr (myself)
* Deprecate unmaintained ports from shells where upstream disapear and/orbapt2011-03-132-0/+6
| | | | where no distfiles can be found and are not used by maintained ports
* - 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]
* - Reassign ports to heaptabthorpe2011-02-271-1/+1
| | | | Submitted by: alepulver
* - Move to py25 or abovemiwi2011-02-251-1/+2
| | | | - While here kick md5 support
* - Fix INSTALLROOT issue which breaks 'make package' under some circumstancessunpoet2011-02-151-1/+4
| | | | - Take maintainership
* Update to 1.3.adamw2011-02-135-29/+27
| | | | | | According to the CHANGES file, the avahi-browse error is patched in this version, though in a manner a bit different from our patch. Please test on amd64 and let me know if the problem has regressed.
* - Update to 2011-02-08sunpoet2011-02-112-15/+10
| | | | | | | | - Remove expired CONFLICTS - Use FETCH_ARGS - Fix typo PR: ports/154655
* Unfortunately, reset maintainer.linimon2011-02-111-1/+1
| | | | | | Please see http://docs.freebsd.org/cgi/mid.cgi?201102101950.p1AJoAwm027852. Hat: portmgr
* - Update to 2.13sylvio2011-02-042-4/+3
| | | | Feature safe: yes
* - Update to 0.9.14sylvio2011-02-042-5/+3
| | | | Feature safe: yes
* Remove expired ports:rene2011-01-302-18/+0
| | | | | | | | | 2011-01-24 dns/staticcharge: abandoned by author 2011-01-21 shells/bash3-static: Use shells/bash or shells/bash-static instead shells/bash3 is still used by devel/quilt Feature safe: yes
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* -Patch SECURITY doc to include note about bypassing rsync argument checking ↵wen2010-12-153-81/+56
| | | | | | | | | | | | | | | | with popt (from upstream) and tell people to read it -Drop long comment describing knobs - it just duplicates OPTIONS -For SCPONLY_DEFAULT_CHDIR, print a note about setting it. I'm not sure if post-patch is the best place for this, though? -Drop dead site and just use Sourceforge -Use the PORTDOCS variable -Install some useful docs and drop useless one (TODO) -Drop pre-everything message about defaults changing; that was 5 years ago -LOCALBASE vs. PREFIX correction -Add post-install messages to the plist so package users see them too PR: ports/153115 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* - Fix support for rsync 3.0ohauer2010-12-084-7/+123
| | | | | | | | | | | | Rsync 3 needs the "-e" option, which is blocked without this patch by scponly Patch pulled from upstream CVS, which states a full release will come soon: http://lists.ccs.neu.edu/pipermail/scponly/2010-November/002170.html Reported by: Frank Bartels <knarf _at_ knarf.de> PR: 152869 Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer)
* Sync to new bsd.autotools.mkade2010-12-042-2/+2
|
* Remove shells/bash-completion-classic, the amd64 workaround is no longerehaupt2010-11-296-95/+0
| | | | required as shells/bash-completion works with amd64.
* - Fix runtime error by disabling gcc optimizationspav2010-11-251-0/+1
| | | | | PR: ports/152499 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
* This patch hopefully fixes bash freezing on amd64 when using host-basedadamw2010-11-213-6/+22
| | | | | | | | | completions. Tons of thanks to Raphael Kubo da Costa for identifying the fix and providing us with a patch, and to ehaupt for testing! PR: ports/150322 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Reviewed by: ehaupt
* - Update to 0.3.1miwi2010-11-042-6/+5
|
* - Drop maintainershipehaupt2010-10-212-1/+9
| | | | | | - Mark the port DEPRECATED with the message to use shells/bash or shells/bash-static instead - Set an EXPIRATION_DATE of 3 months
* Update to Bash 4.1 patchlevel 9.obrien2010-10-202-2/+8
|
* Punt autoconf267->autoconf268ade2010-10-162-2/+2
|
* Update to 0.5.6.1makc2010-10-022-4/+4
| | | | | PR: ports/150956 Submitted by: Eitan Adler (maintainer)
* Change my MAINTAINER addressehaupt2010-09-301-1/+1
|
* Update to 3.00j w/ a patch.knu2010-09-283-4/+67
| | | | Declare the port MAKE_JOBS_SAFE.
* connect shells/bash-completion-classicehaupt2010-09-211-0/+1
|
* Bring back the classic version of shells/bash-completion.ehaupt2010-09-217-226/+65
| | | | | | | shells/bash-completion is developed by a new group and has some very nice new features. Unfortunately, the new version currently causes problems on amd64 systems. People with amd64 systems may use this classic version as an alternative.
* Now that shells/bash-completion-classic is in the tree, register aadamw2010-09-212-7/+4
| | | | | | | | conflict with it. Also, remove the rsync-disable hack on amd64, and replace it with a simple BROKEN message. Note that shells/bash-completion-classic is currently an unedited repocopy, but I know ehaupt is working to get it up and running.
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-4/+4
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Update to 2.12sylvio2010-09-142-4/+4
|
* Add OPTIONS processing.obrien2010-09-102-2/+12
|
* - Remove iconv dependency if WITHOUT_NLS is definedehaupt2010-09-092-13/+8
| | | | | | | | - Bump PORTREVISION PR: 149981 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (via ports) Approved by: obrien (maintainer-timeout; 14 days)
* The rsync completion plugin causes the shell to freeze on amd64.adamw2010-09-074-6/+28
| | | | | | | | Until that gets resolved, I'm disconnecting the rsync plugin from the build on amd64. PR: ports/150322 Submitted by: ehaupt
* Add pkg-plist, forgotten in bash-completion-1.2 commit.adamw2010-09-052-0/+332
|
* Replace bash-completion with a new package.adamw2010-09-0512-126/+104
| | | | | | | | | The previous bash-completion package hadn't been updated since 2006. A new group has picked up the package and continued development. The old completions should remain, so I'm not going to update UPDATING. I'm taking maintainership of this as well. Many thanks to Kirk, the previous maintainer!
* - Depend on libiconv in order to fix package installationehaupt2010-08-061-1/+2
| | | | | | | | | | - Bump PORTREVISION PR: 147747, 148329, 149218 Submitted by: Alex Goncharov <alex-goncharov@comcast.net>, Garrett Wollman <wollman@khavrinen.csail.mit.edu> yar Approved by: obrien (maintainer timeout; > 50 days)
* - Fix in @exec installs incorrect filesylvio2010-08-052-1/+2
| | | | | PR: ports/149081 Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
* Typo fix.olgeni2010-07-301-1/+1
|
* Update to 3.00i.knu2010-07-282-4/+4
|
* - Do not redefine EXAMPLESDIR to respect PREFIXmiwi2010-07-121-3/+1
| | | | | | | - Remove erroneous @dirrm from PLIST_DIRS PR: 148043 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer)
* Make notes for setting up a chroot cage a bit more precise.stefan2010-06-281-2/+4
| | | | | | | PR: 144059 Submitted by: Michael Meelis <m.meelis@easybow.com> Patch by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature safe: yes
* Update to 4.1.7ehaupt2010-06-162-2/+8
| | | | | PR: 147172 Approved by: obrien (maintainer timeout; > 14 days)
* Update to 3.00h.knu2010-06-143-19/+4
|
* Mark IGNORE on 8.0 and higher.kwm2010-06-111-1/+7
| | | | | | Doesn't handle pseudo-terminal names (/dev/pts/%d). Submitted by: Andrius Morkunas <kinokind@gmail.com>, Ed Schouten
* Apply a quick-fix against the problem introduced in 3.00g.knu2010-06-072-0/+15
|
* LICENSE GPLv2dinoex2010-06-041-1/+1
|
* LICENSE GPLv2dinoex2010-06-041-0/+2
|
* Update to 3.00g.knu2010-06-043-19/+4
|
* Bump PORTREVISION after gettext update - not sure how this one was missed.ade2010-05-311-1/+1
| | | | Submitted by: Herbert J. Skuhra <h.skuhra (at) gmail.com>
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* This is the patch.knu2010-05-301-0/+15
|
* Update to 3.00f with a quick fix applied.knu2010-05-302-4/+4
|
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-12/+11
|
* - Update to 0.9.12sylvio2010-05-292-4/+4
|
* - Update to 0.5.6sylvio2010-05-292-5/+5
| | | | | PR: ports146866 Submitted by: Eitan Adler <lists@eitanadler.com>
* - Update to 0.9.11sylvio2010-05-222-4/+4
|
* - Fix statically linked versionehaupt2010-05-112-1/+12
| | | | | | - Bump PORTREVISION Approved by: portmgr (miwi)
* Fix plistitetcu2010-05-111-0/+2
| | | | | Submitted by: QAT Approved by: portmgr (self, to get lots of gnome building)
* Update to Bash 4.1 patchlevel 5.obrien2010-05-112-110/+20
|
* - Update to 20100430miwi2010-05-092-4/+4
|
* Update to 3.2.51ehaupt2010-05-042-1/+4
|
* - Update to 0.9.10sylvio2010-04-183-6/+7
| | | | Approved by: itetcu (mentor, implicit)
* - Update to 2010-03-09sylvio2010-04-182-7/+7
| | | | | | PR: ports/145179 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) Approved by: itetcu (mentor, implicit)
* - Fix plist if seq provided by base systemamdmi32010-04-162-2/+8
| | | | | PR: 145640 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* - update to 1.4.1dinoex2010-03-282-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-272-2/+2
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 20100228miwi2010-03-212-4/+4
|
* - Mark BROKEN on HEAD: fails to build with new utmpxmiwi2010-03-201-1/+7
| | | | Reported by: pointyhat
* - Install documentation into DOCSDIRwen2010-03-172-21/+22
| | | | | PR: ports/144545 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* - Update to R39Cmiwi2010-03-092-4/+4
| | | | | PR: 144327 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Update to 2010-03-01wxs2010-03-062-7/+7
| | | | | | PR: ports/144495 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer) Feature safe: yes
* 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
* Update to 3.00e.knu2010-03-012-4/+4
| | | | Feature safe: yes
* - Update to 2.11sylvio2010-02-212-4/+4
| | | | | Approved by: itetcu (mentor) Feature safe: yes
* - Update to R39bmiwi2010-02-102-17/+19
| | | | | PR: 143689 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* - Fix a typo in comments in rc.d scriptpgollucci2010-02-101-1/+1
| | | | | | PR: ports/143555 Submitted by: M@FreeBSD.org, van Zadelhoff <mike@ironmikie.nl> Approved by: rfarmer@predatorlabs.net (maintainer)
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update to 0.9.8sylvio2010-01-283-4/+6
| | | | Approved by: miwi (mentor)
* 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.
* - remove broken/expired ports@ portspgollucci2010-01-188-303/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: portmgr (miwi) audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months devel/adabindx||2010-01-18|Has expired: has been broken for 3 months devel/agide||2010-01-18|Has expired: has been broken for 6 months devel/asis||2010-01-18|Has expired: has been broken for 3 months devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind devel/florist||2010-01-18|Has expired: has been broken for 3 months editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months graphics/gephex||2010-01-18|Has expired: has been broken for 3 months graphics/irit||2010-01-18|Has expired: has been broken for 3 months graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months japanese/expect||2010-01-18|Has expired: has been broken for 3 months lang/pnetc||2010-01-18|Has expired: has been broken for 5 months mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months print/latex-msc||2010-01-18|Has expired: has been broken for 3 months science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months shells/bush||2010-01-18|Has expired: has been broken for 3 months textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
* - patch available on original site anymore, nor it is being developed anymorepgollucci2010-01-154-44/+0
| | | | | PR: ports/142800 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer)
* - Fix rc.d script for chroot functionality (thanks to Doug Barton for help ↵pgollucci2010-01-153-6/+21
| | | | | | | | | | with this) - Switch an empty #elif to #else to please GCC 4.4 - Submitter is now MAINTAINER PR: ports/142764 Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
* - Remote NLS support (been broken a long time)wxs2010-01-142-39/+39
| | | | | | | | - Use xsel from ports, bundled version is out-dated - Make manual building optional PR: ports/142346 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* - Fix potential division by zero bugamdmi32010-01-142-0/+15
| | | | | PR: 142785 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* - Update to 20091218miwi2009-12-262-4/+4
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-214-12/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* * 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)
* - Update to 20091127miwi2009-12-122-5/+30
| | | | | PR: 141396 Submitted by: Sahil Tandon <sahil@tandon.net>
* This port has been broken for 3+ months, thuspav2009-12-081-0/+2
| | | | | | - Mark DEPRECATED and schedule for expiration in one month With hat: portmgr
* - Add two missing dependencieswen2009-12-071-1/+4
| | | | | | PR: ports/141229 Submitted by: Rick Elrod <codeblock@eighthbit.net> Approved by: maintainer
* - Update my mail address to FreeBSDsylvio2009-11-281-2/+2
| | | | Approved by: miwi (mentor)
* - Update to 0.9.7sylvio2009-11-283-7/+5
| | | | | | - Update my mail address to FreeBSD Approved by: miwi (mentor)
* DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small asamdmi32009-11-214-0/+36
| | | | | | | | | | possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. WWW: http://gondor.apana.org.au/~herbert/dash/ PR: 140381 Submitted by: Eitan Adler <EitanAdlerList@gmail.com>
* Update to patchlevel 35ehaupt2009-11-142-2/+8
| | | | | PR: 140179 Approved by: maintainer timeout (14 days)
* - Update to 0.1.2miwi2009-11-122-6/+6
| | | | | | PR: 140389 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: maintainer
* Pass the -y flag to bison to fix $() parsing.naddy2009-11-031-2/+2
| | | | | | | | | Plain "bison -d parse.y" outputs parse.tab.c instead of y.tab.c, so y.tab.c is never regenerated, and the parser fix from patch 001 is effectively not applied. PR: 139720 Approved by: maintainer timeout (4+2 weeks)
* Also update distinfo, which was forgotten in the last commit.ehaupt2009-11-021-0/+6
| | | | Notified by: QAT via itetcu
* Register CONFLICTSehaupt2009-11-021-4/+3
|
* - Update to patch level 50ehaupt2009-11-021-8/+8
| | | | - Take maintainership
* Add shells/bash3-static, a meta port to build a static version of shells/bash3ehaupt2009-11-022-0/+13
|
* - Fix pkg-plist issue.araujo2009-10-261-0/+1
| | | | Reported by: itetcu
* - Update to 2.10.araujo2009-10-262-4/+4
| | | | | PR: ports/139849 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
* - Update to 0.9.6miwi2009-10-044-29/+12
| | | | | PR: 139249 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintianer)
* - Update to 1.23.1miwi2009-09-214-55/+211
| | | | | | | | | - Pass maintainership to submitter PR: 138958 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer Feature safe: yes
* - Update to 4.0.33miwi2009-09-202-1/+28
| | | | | | | PR: 137294 Submitted by: bf <bf1783@gmail.com> Approved by: obrien (maintainer timeout) Feature safe: yes
* Jailkit is a set of utilities to limit user accounts to specificaraujo2009-09-046-0/+111
| | | | | | | | | | | | files using chroot() and or specific commands. Setting up a chroot shell, a shell limited to some specific command, or a daemon inside a chroot jail is a lot easier and can be automated using these utilities. WWW: http://olivier.sessink.nl/jailkit/ PR: ports/138047 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-225-8/+6
| | | | starting with P,R,S
* Mark BROKEN: does not builderwin2009-08-211-0/+2
|
* - Add lshell in /etc/shells.araujo2009-08-102-10/+29
| | | | | | | | | - Fix the PORTDOCS issue. - Bump PORTREVISION. PR: ports/137551 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Reported by: erwin, pav (pointyhat)
* - Update to R39miwi2009-08-072-4/+4
| | | | | PR: 137492 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
* lshell lets you restrict a user's shell environment to limited sets of commands,araujo2009-08-055-0/+63
| | | | | | | | | | | choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.) log user's commands, implement timing restrictions, and more. WWW: http://lshell.ghantoos.org PR: ports/137369 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Reviewed by: myself
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-312-2/+2
| | | | | | bumped or updated Requested by: edwin
* - Update to 0.0018pgollucci2009-07-242-4/+4
| | | | | | PR: ports/136559 Approved by: maintainer timeout (smatsui@karashi.org; 14 days) Submitted by: myself (pgollucci@)
* Remove references to my mirror, which will be decommissioned shortly;shaun2009-07-201-2/+1
| | | | fall back to FreeBSD mirrors in case the port has no others.
* - Update to r38cmiwi2009-07-012-4/+4
|
* 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
* - Update to 1.0305miwi2009-05-292-4/+4
|
* - Update to 20090527miwi2009-05-292-4/+4
|
* - Update to R38miwi2009-05-292-4/+4
|
* Update to Bash 4.0 patchlevel 24.obrien2009-05-192-1/+22
|
* Add an option to enable GDBM support.ume2009-05-172-2/+13
| | | | | | PR: ports/134585 Submitted by: ume Approved by: des (maintainer)
* - Fix plist with new doxygenpav2009-05-142-1/+2
| | | | Reported by: pointyhat
* - Update to 2009-05-05garga2009-05-102-7/+7
| | | | | PR: ports/134375 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
* Update to patchlevel 17.obrien2009-05-062-2/+23
|
* Set MAKE_JOBS_UNSAFE.obrien2009-05-061-0/+1
| | | | | | Philip reports he sees a race condition as it fails 3 of 8 tries. Submitted by: pgollucci
* - Update to 1.0304miwi2009-05-032-5/+4
|
* - Update to r37.cmiwi2009-04-272-4/+4
|
* Fix mtree issues caught by QATskreuzer2009-04-233-37/+21
| | | | Approved by: wxs (mentor)
* Fix plist with -DNOPORTDOCSitetcu2009-04-211-2/+0
| | | | Prompted by: QAT QA run
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1
|
* Change MAINTAINER on my ports to my FreeBSD email addressskreuzer2009-03-281-1/+1
| | | | Approved by: wxs (mentor)
* We probably need to bump PORTREVISION in order to the the LATEST_LINKobrien2009-03-241-1/+1
| | | | added on ftp.freebsd.org.
* Set LATEST_LINK.obrien2009-03-241-1/+2
| | | | | PR: 132631 Submitted by: ehaupt
* - Update to R36bmiwi2009-03-212-4/+4
|
* Free most of my ports, since they aren't being maintained to ashaun2009-03-141-1/+1
| | | | reasonable standard.
* Use Bison in the build instead of byacc.obrien2009-03-131-2/+6
| | | | | | | This fixes the issue of '$()' (for ``) not being parsed correctly. PR: 101230 Submitted by: bf2006a@yahoo.com
* Fix pkg-plist.osa2009-03-122-4/+30
| | | | | | Bump PORTREVISION. Approved by: pav@ (portmgr)
* Now that the build break is quickly dealt with, update the descriptionobrien2009-03-122-6/+6
| | | | and conflicts.
* Blah^2. Now DISTNAME is wrong. But yay! patches are here. So now allobrien2009-03-122-6/+35
| | | | the patch logic won't get in the way.
* Fix nit in version number.obrien2009-03-121-1/+2
|
* Update to 4.0 PL0.obrien2009-03-124-206/+46
|
* Resurrect the 'bash3' port as a holder of the legacy BASH version 3.x.obrien2009-03-111-0/+1
|
* Fix typo I missed on the resurrection.obrien2009-03-111-1/+1
|
* Resurrect the 'bash3' port as a holder of the legacy BASH version 3.x.obrien2009-03-1113-0/+828
|
* - Pet portlintwxs2009-03-031-2/+2
| | | | | | | - While here pass maintainership to submitter PR: ports/132169 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* - Update to 1.6.2miwi2009-02-213-14/+15
| | | | | PR: 131825 Submitted by: Ports Fury
* Add ports conflicts between bash{,-static}.obrien2009-01-261-0/+2
| | | | Submitted by: ehaupt
* - Add additional dependanciestabthorpe2009-01-251-1/+4
| | | | | | | | | - Bump PORTREVISION - Fix comment while I am here PR: ports/130692 Submitted by: Lapo Luchini <lapo lapo.it> Approved by: maintainer implicit
* Enable the bash-static port.obrien2009-01-231-0/+1
|
* Provide a meta port of bash-static for shells/bash in order to have packagesobrien2009-01-231-0/+12
| | | | | | | created by the build cluster. PR: 130888 Submitted by: ehaupt
* 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.
* - add LICENSE:dinoex2009-01-171-0/+2
|
* - Fix plist with perl 5.8.9pav2009-01-151-2/+56
|
* - Update wwwmiwi2009-01-101-1/+1
|
* - Remove USE_RC_SUR (typo), USE_RC_SUBR is conditionally defined laterpav2009-01-091-3/+1
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-075-118/+2
|
* - Website gone; find another place to download frompav2009-01-062-5/+1
| | | | | PR: ports/130220 Reported by: Eitan Adler <EitanAdlerList@gmail.com>
* Update 3.2 to patchlevel 48.obrien2009-01-022-1/+28
|
* - Fix files left behindbeech2008-12-303-6/+23
|
* - Respect NOPORTDOCSbeech2008-12-303-9/+21
| | | | | | - Tweak plist PR: ports/130040
* - Unbreakbeech2008-12-302-27/+31
| | | | | | | | - Fix pkg-plist - Bump portrevision PR: ports/130040 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* - Update to 20081213miwi2008-12-122-4/+4
|
* 2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltkmiwi2008-12-085-122/+0
| | | | | | | | | | | 2008-09-19 x11-wm/kahakai: "Development ceased" 2008-08-24 palm/synce-gnomevfs: No longer supported by developers 2008-08-24 palm/synce-kde: No longer supported by developers 2008-08-24 palm/synce-multisync: No longer supported by developers 2008-12-06 shells/ksh93-devel: This port is Outdated. Please use shells/ksh93 2008-09-19 sysutils/dtc-toaster: Has been broken for more than 6 months 2008-09-19 sysutils/dusage: Has been broken for more than 6 months 2008-09-19 games/linux-alienarena: Has been broken for more than 6 months
* Precompile functions and completion definitions at installation time.des2008-12-052-1/+31
| | | | Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
* Update to 3.00d.knu2008-12-022-5/+4
|
* - Mark BROKEN: does not package (missing etc/zoidrc)pav2008-12-011-0/+2
| | | | Reported by: pointyhat
* - Update to 20081122miwi2008-11-222-5/+5
|
* 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
|
* With the update to shells/ksh93 this port is now outdated. Thewxs2008-11-061-0/+3
| | | | | maintainer has stated he does not intend to keep it updated. Schedule for removal in a month.
* - Update to 2008-11-04wxs2008-11-062-8/+7
| | | | | | | - This version fixes the breakage on -current after the TTY changes. PR: ports/128586 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
* Add CONFLICTS for new port: shells/ksh93-devel.wxs2008-11-051-0/+2
|
* Welcome ksh93-devel to the tree.wxs2008-11-055-0/+119
| | | | | PR: ports/128466 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
* - Update to 20081026miwi2008-11-022-5/+6
|
* Various command completion improvements for mount(8).des2008-10-293-6/+113
| | | | | PR: ports/128450 Submitted by: scf@
* - Update to R36miwi2008-10-262-4/+4
|
* Tweaking compiler options should be considered a configure task ratherknu2008-10-081-1/+1
| | | | than a patch task.