aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Add support for xz archives to the configuration file.Akinori MUSHA2011-05-162-5/+18
| | | | Notes: svn path=/head/; revision=274181
* - Update to 2.14Sylvio Cesar Teixeira2011-05-132-4/+3
| | | | Notes: svn path=/head/; revision=274067
* Another bunch of expired ports removalBaptiste Daroussin2011-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 Notes: svn path=/head/; revision=273563
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-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@) Notes: svn path=/head/; revision=272515
* Add option to log user history to syslog.David E. O'Brien2011-04-062-1/+7
| | | | | | | | PR: 155780 Submitted by: Alexander Kriventsov <avk@vl.ru> Notes: svn path=/head/; revision=272309
* Update to Bash 4.1 patchlevel 10.David E. O'Brien2011-04-052-1/+3
| | | | Notes: svn path=/head/; revision=272256
* Remove shells/bash3: Has expired: Use shells/bash or shells/bash-static instead.Emanuel Haupt2011-03-2614-789/+0
| | | | Notes: svn path=/head/; revision=271790
* - Get Rid MD5 supportMartin Wilke2011-03-1830-123/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Deprecate unmaintained ports from shells where upstream disapear and/orBaptiste Daroussin2011-03-132-0/+6
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270787
* - Take maintainership, des@ is no longer having enough time for zsh, he has ↵Baptiste Daroussin2011-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] Notes: svn path=/head/; revision=269957
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - Move to py25 or aboveMartin Wilke2011-02-251-1/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269623
* - Fix INSTALLROOT issue which breaks 'make package' under some circumstancesSunpoet Po-Chuan Hsieh2011-02-151-1/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=269170
* Update to 1.3.Adam Weinberger2011-02-125-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. Notes: svn path=/head/; revision=269022
* - Update to 2011-02-08Sunpoet Po-Chuan Hsieh2011-02-112-15/+10
| | | | | | | | | | | - Remove expired CONFLICTS - Use FETCH_ARGS - Fix typo PR: ports/154655 Notes: svn path=/head/; revision=268937
* Unfortunately, reset maintainer.Mark Linimon2011-02-111-1/+1
| | | | | | | | | Please see http://docs.freebsd.org/cgi/mid.cgi?201102101950.p1AJoAwm027852. Hat: portmgr Notes: svn path=/head/; revision=268906
* - Update to 2.13Sylvio Cesar Teixeira2011-02-032-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268585
* - Update to 0.9.14Sylvio Cesar Teixeira2011-02-032-5/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268583
* Remove expired ports:Rene Ladan2011-01-292-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 Notes: svn path=/head/; revision=268402
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* -Patch SECURITY doc to include note about bypassing rsync argument checking ↵Wen Heping2010-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) Notes: svn path=/head/; revision=266327
* - Fix support for rsync 3.0Olli Hauer2010-12-074-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) Notes: svn path=/head/; revision=265822
* Sync to new bsd.autotools.mkAde Lovett2010-12-042-2/+2
| | | | Notes: svn path=/head/; revision=265663
* Remove shells/bash-completion-classic, the amd64 workaround is no longerEmanuel Haupt2010-11-296-95/+0
| | | | | | | required as shells/bash-completion works with amd64. Notes: svn path=/head/; revision=265379
* - Fix runtime error by disabling gcc optimizationsPav Lucistnik2010-11-241-0/+1
| | | | | | | | PR: ports/152499 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no> Notes: svn path=/head/; revision=265110
* This patch hopefully fixes bash freezing on amd64 when using host-basedAdam Weinberger2010-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 Notes: svn path=/head/; revision=264859
* - Update to 0.3.1Martin Wilke2010-11-042-6/+5
| | | | Notes: svn path=/head/; revision=264070
* - Drop maintainershipEmanuel Haupt2010-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 Notes: svn path=/head/; revision=263406
* Update to Bash 4.1 patchlevel 9.David E. O'Brien2010-10-202-2/+8
| | | | Notes: svn path=/head/; revision=263311
* Punt autoconf267->autoconf268Ade Lovett2010-10-162-2/+2
| | | | Notes: svn path=/head/; revision=263089
* Update to 0.5.6.1Max Brazhnikov2010-10-022-4/+4
| | | | | | | | PR: ports/150956 Submitted by: Eitan Adler (maintainer) Notes: svn path=/head/; revision=262316
* Change my MAINTAINER addressEmanuel Haupt2010-09-291-1/+1
| | | | Notes: svn path=/head/; revision=262108
* Update to 3.00j w/ a patch.Akinori MUSHA2010-09-283-4/+67
| | | | | | | Declare the port MAKE_JOBS_SAFE. Notes: svn path=/head/; revision=262031
* connect shells/bash-completion-classicEmanuel Haupt2010-09-211-0/+1
| | | | Notes: svn path=/head/; revision=261522
* Bring back the classic version of shells/bash-completion.Emanuel Haupt2010-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. Notes: svn path=/head/; revision=261521
* Now that shells/bash-completion-classic is in the tree, register aAdam Weinberger2010-09-202-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. Notes: svn path=/head/; revision=261508
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-152-4/+4
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Update to 2.12Sylvio Cesar Teixeira2010-09-132-4/+4
| | | | Notes: svn path=/head/; revision=261088
* Add OPTIONS processing.David E. O'Brien2010-09-102-2/+12
| | | | Notes: svn path=/head/; revision=260906
* - Remove iconv dependency if WITHOUT_NLS is definedEmanuel Haupt2010-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) Notes: svn path=/head/; revision=260845
* The rsync completion plugin causes the shell to freeze on amd64.Adam Weinberger2010-09-064-6/+28
| | | | | | | | | | | Until that gets resolved, I'm disconnecting the rsync plugin from the build on amd64. PR: ports/150322 Submitted by: ehaupt Notes: svn path=/head/; revision=260658
* Add pkg-plist, forgotten in bash-completion-1.2 commit.Adam Weinberger2010-09-042-0/+332
| | | | Notes: svn path=/head/; revision=260559
* Replace bash-completion with a new package.Adam Weinberger2010-09-0412-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! Notes: svn path=/head/; revision=260558
* - Depend on libiconv in order to fix package installationEmanuel Haupt2010-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) Notes: svn path=/head/; revision=258841
* - Fix in @exec installs incorrect fileSylvio Cesar Teixeira2010-08-052-1/+2
| | | | | | | | PR: ports/149081 Submitted by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=258807
* Typo fix.Jimmy Olgeni2010-07-301-1/+1
| | | | Notes: svn path=/head/; revision=258500
* Update to 3.00i.Akinori MUSHA2010-07-282-4/+4
| | | | Notes: svn path=/head/; revision=258363
* - Do not redefine EXAMPLESDIR to respect PREFIXMartin Wilke2010-07-121-3/+1
| | | | | | | | | | - Remove erroneous @dirrm from PLIST_DIRS PR: 148043 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer) Notes: svn path=/head/; revision=257658
* Make notes for setting up a chroot cage a bit more precise.Stefan Walter2010-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 Notes: svn path=/head/; revision=257109
* Update to 4.1.7Emanuel Haupt2010-06-162-2/+8
| | | | | | | | PR: 147172 Approved by: obrien (maintainer timeout; > 14 days) Notes: svn path=/head/; revision=256601