summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-082-8/+3
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Remove useless echo message: the use of PREFIX is global to all ports.Eitan Adler2013-03-021-10/+1
| | | | | | | Trim header while here Notes: svn path=/head/; revision=313282
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* _ Udpate to R43Martin Wilke2013-02-262-3/+3
| | | | Notes: svn path=/head/; revision=312996
* Take maintainershipGlen Barber2013-02-261-1/+1
| | | | Notes: svn path=/head/; revision=312953
* - Update to r42Martin Wilke2013-02-132-3/+3
| | | | Notes: svn path=/head/; revision=312138
* - Update to 20120604Martin Wilke2013-02-032-8/+4
| | | | | | | - Convert Header Notes: svn path=/head/; revision=311469
* - Update to R41Martin Wilke2013-02-012-14/+5
| | | | | | | | | | - Convert header PR: 174664 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=311350
* Update to Bash 4.2 patchlevel 42.David E. O'Brien2013-01-222-1/+11
| | | | | | | | | | | | | | | | | | | | * If a backslash-newline (which is removed) with no other input is given as input to `read', the shell tries to dereference a null pointer and seg faults. * Under certain circumstances, bash attempts to expand variables in arithmetic expressions even when evaluation is being suppressed. * Output redirection applied to builtin commands missed I/O errors if they happened when the file descriptor was closed, rather than on write (e.g., like with an out-of-space error on a remote NFS file system). * Process substitution incorrectly inherited a flag that inhibited using the (local) temporary environment for variable lookups if it was providing the filename to a redirection. The intent the flag is to enforce the POSIX command expansion ordering rules. Notes: svn path=/head/; revision=310831
* Add support for WITH_BASH_DEVEL=yes to depend on shells/bash-devel.Adam Weinberger2013-01-171-1/+7
| | | | | | | Also, use MDOCS. Notes: svn path=/head/; revision=310540
* Add LICENSEEmanuel Haupt2013-01-151-0/+2
| | | | Notes: svn path=/head/; revision=310461
* Remove two unused comments (forgotten in previous commit).Emanuel Haupt2013-01-151-2/+0
| | | | Notes: svn path=/head/; revision=310434
* - Always use bundled FAQ file, it's the same as the one externally fetchedEmanuel Haupt2013-01-152-106/+10
| | | | | | | | | | | | | | | | - therefore get rid of discouraged IGNOREFILES - Use default SYSLOG definition - Remove unused WITHOUT_NLS variable assignment - Indentation - Adjust options description - Do not install help files, those are meant for translation. Change HELP option to either einable or disable builtin help where default is enabled [1] - Bump PORTREVISION Reviewed by: ak [1] Notes: svn path=/head/; revision=310433
* Use pre-defined knob for the static build option (STATIC_BASH -> STATIC).Emanuel Haupt2013-01-142-4/+3
| | | | Notes: svn path=/head/; revision=310391
* Register CONFLICTSEmanuel Haupt2013-01-141-2/+2
| | | | Notes: svn path=/head/; revision=310372
* Add shells/bash-static-devel. The goal of this port is to have a more up to dateEmanuel Haupt2013-01-142-0/+9
| | | | | | | | | version of shells/bash-static. This port has also been converted to use OPTIONSng. Notes: svn path=/head/; revision=310371
* Add shells/bash-devel. The goal of this port is to have a more up to dateEmanuel Haupt2013-01-1414-0/+801
| | | | | | | | | version of shells/bash. This port has also been converted to use OPTIONSng. Notes: svn path=/head/; revision=310370
* - Update to 2.15Sylvio Cesar Teixeira2013-01-072-9/+8
| | | | Notes: svn path=/head/; revision=310054
* - update to 5.0.2Baptiste Daroussin2012-12-222-5/+5
| | | | Notes: svn path=/head/; revision=309379
* - update to 5.0.1Baptiste Daroussin2012-12-203-17/+19
| | | | Notes: svn path=/head/; revision=309333
* - Convert to optionsNGRene Ladan2012-12-181-15/+11
| | | | | | | - Strip Makefile header Notes: svn path=/head/; revision=309158
* - Update MASTER_SITES.Marcelo Araujo2012-12-171-10/+16
| | | | | | | | | | | | | - Add LICENSE. - Add MAKE_JOBS_SAFE. - Support USE_READLINE. - Support INFO_PATH. PR: ports/172066 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=309060
* Convert to new option frameworkBaptiste Daroussin2012-12-161-9/+6
| | | | Notes: svn path=/head/; revision=309037
* Convert to new option frameworkBaptiste Daroussin2012-12-161-31/+30
| | | | | | | | Bump port revision as the options name has change a lot Add CHDIR and DOCS to options Notes: svn path=/head/; revision=309036
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.Ryan Steinmetz2012-12-062-2/+2
| | | | | | | | Reported by: portscout Feature safe: yes Notes: svn path=/head/; revision=308390
* - Fix typo in OPTIONS codePav Lucistnik2012-12-041-1/+1
| | | | | | | | Spotted by: rm Feature safe: yes Notes: svn path=/head/; revision=308270
* - Update to 2.3.4Pav Lucistnik2012-12-043-11/+10
| | | | | | | | | PR: ports/173980 Submitted by: nemysis <nemysis@gmx.ch> Feature safe: yes Notes: svn path=/head/; revision=308265
* - Fix build with clangPietro Cerutti2012-12-033-6/+13
| | | | | | | | | | - Trim Makefile header - Update WWW in pkg-descr Feature safe: yes Notes: svn path=/head/; revision=308146
* 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtkBaptiste Daroussin2012-11-285-46/+0
| | | | | | | | | | | | | 2012-11-26 palm/txt2pdbdoc: No more public distfiles 2012-11-26 sysutils/xloadface: No more public distfiles 2012-11-26 shells/gscommander: Abandonware 2012-11-26 security/saferpay: No more public distfiles 2012-11-26 x11-wm/qvwm: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=307888
* Update to 2.0.Adam Weinberger2012-11-025-218/+561
| | | | | | | | | | | Please note that the mechanism for activating the completions library has changed. You must source ${PREFIX}/share/bash-completion/bash_completion.sh from your .bashrc. Feature safe: yes Notes: svn path=/head/; revision=306891
* Deprecate a bunch of ports that are either abandonware and/or for which no moreBaptiste Daroussin2012-10-261-0/+3
| | | | | | | | | public distfiles are available Feature safe: yes Notes: svn path=/head/; revision=306432
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - Update to 2012-08-01Sunpoet Po-Chuan Hsieh2012-10-072-8/+8
| | | | | | | | | | - Convert to new options framework Changes: http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes Notes: svn path=/head/; revision=305480
* Trim the headers in the ports I maintain.Eitan Adler2012-10-061-5/+0
| | | | Notes: svn path=/head/; revision=305369
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Remove pointless header lines from ports I created once upon a time.Christian Weisgerber2012-09-151-4/+0
| | | | Notes: svn path=/head/; revision=304323
* - Update to 0.0022Steve Wills2012-09-012-4/+3
| | | | | | | | PR: ports/171084 Approved by: Matsui Shinsuke <smatsui@karashi.org> (maintainer) Notes: svn path=/head/; revision=303518
* shells/rssh: mark FORBIDDEN due to being vulnerableEygene Ryabinkin2012-08-241-0/+2
| | | | | | | | | | | http://www.vuxml.org/freebsd/65b25acc-e63b-11e1-b81c-001b77d09812.html documents rather serious vulnerability that allows people to curcumvent protections put by rssh, thus making it a kind of non-usable tool. Security: 65b25acc-e63b-11e1-b81c-001b77d09812 Notes: svn path=/head/; revision=303054
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Update to Bash 4.2 patchlevel 37.David E. O'Brien2012-08-033-13/+37
| | | | | | | | PR: 170283 Submitted by: Bryan Drewery <bryan@shatow.net> Notes: svn path=/head/; revision=301968
* Update to 3.01.Akinori MUSHA2012-08-032-3/+3
| | | | Notes: svn path=/head/; revision=301949
* Update to 3.00m.Akinori MUSHA2012-07-296-67/+3
| | | | Notes: svn path=/head/; revision=301674
* - Add the documentation to distinfo [1]Baptiste Daroussin2012-07-242-1/+2
| | | | | | | | | - Fix plist Reported by: zi [1] Notes: svn path=/head/; revision=301480
* - update to 5.0.0Baptiste Daroussin2012-07-244-35/+23
| | | | | | | | | | | no much changes for us (we where following the 4.3.x dev branch for a while) except we are back on an official stable branch Note that this version offers completion for dtrace, beadm (not tested with FreeBSD versions) and improved completion for zfs. Notes: svn path=/head/; revision=301463
* Convert to new options frameworkBaptiste Daroussin2012-07-201-8/+10
| | | | Notes: svn path=/head/; revision=301258
* Update to 3.00l + patches.Akinori MUSHA2012-07-167-18/+67
| | | | Notes: svn path=/head/; revision=300936
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-10/+10
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300277
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-281-6/+6
| | | | Notes: svn path=/head/; revision=300177
* - reset MAINTAINERDirk Meyer2012-06-261-1/+1
| | | | Notes: svn path=/head/; revision=299982