aboutsummaryrefslogtreecommitdiff
path: root/shells/ambit
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-01-284-62/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2018-01-27 emulators/raine: Broken for more than 6 months 2018-01-27 mail/libmapi: Broken for more than 6 months 2018-01-27 www/lessc: Broken for more than 6 months 2018-01-27 www/uglifyjs: Broken for more than 6 months 2018-01-27 www/py-octoprint: Broken for more than 6 months 2018-01-27 www/xpi-noscript: Broken for more than 6 months 2018-01-27 www/npm-less-plugin-clean-css: Broken for more than 6 months 2018-01-27 www/caudium14: Depends on expiring lang/pike78 2018-01-27 www/hinventory-client: Broken for more than 6 months 2018-01-27 security/tclgpg: Broken for more than 6 months 2018-01-27 security/pond: Broken for more than 6 months 2018-01-27 security/mdcrack: Broken for more than 6 months 2018-01-27 devel/npm-commander: Broken for more than 6 months 2018-01-27 devel/py-protocols-devel: Broken for more than 6 months 2018-01-27 devel/py-InlineEgg: Broken for more than 6 months 2018-01-27 devel/npm-amdefine: Broken for more than 6 months 2018-01-27 devel/npm-source-map: Broken for more than 6 months 2018-01-27 devel/libical-glib: Broken for more than 6 months 2018-01-27 devel/npm-graceful-readlink: Broken for more than 6 months 2018-01-27 devel/npm-clean-css: Broken for more than 6 months 2018-01-27 devel/py-ruledispatch: Depends on expiring devel/py-protocols-devel 2018-01-27 games/balazarbrothers: Broken for more than 6 months 2018-01-27 games/libretro-cores: Broken for more than 6 months 2018-01-27 games/gish-demo: Broken for more than 6 months 2018-01-27 games/cheech: Broken for more than 6 months 2018-01-27 audio/mbrolavox: Broken for more than 6 months 2018-01-27 audio/linux-mbrola: Depends on expiring audio/mbrolavox 2018-01-27 audio/gigedit: Broken for more than 6 months 2018-01-27 audio/gnomoradio: Broken for more than 6 months 2018-01-27 math/asir2000: Broken for more than 6 months 2018-01-27 multimedia/librespot: Broken for more than 6 months 2018-01-27 multimedia/bombono: Broken for more than 6 months 2018-01-27 lang/gcl: Broken for more than 6 months 2018-01-27 lang/pike78: Broken for more than 6 months 2018-01-27 shells/ambit: Broken for more than 6 months Notes: svn path=/head/; revision=460155
* Deprecate ports broken for more than 6 monthsAntoine Brodin2017-12-271-0/+2
| | | | Notes: svn path=/head/; revision=457358
* - Broken checksum mismatchMartin Wilke2017-05-131-0/+1
| | | | | | | fetch: http://m.a.tt/er/ambit.tgz: size mismatch: expected 8729, actual 9845 Notes: svn path=/head/; revision=440778
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Add NO_ARCHDmitry Marakasov2015-08-221-1/+2
| | | | | | | - Clarify LICENSE Notes: svn path=/head/; revision=395019
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | | <sklauder@trimind.de>: host mailgate.shopkeeper.de[82.119.175.20] said: 550 5.7.0 <sklauder@trimind.de>... No such user here (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=394750
* Simplify plistBaptiste Daroussin2014-09-231-4/+2
| | | | Notes: svn path=/head/; revision=369018
* Use the USES=tar:... variants.Adam Weinberger2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358479
* Use @sampleBaptiste Daroussin2014-06-111-3/+1
| | | | Notes: svn path=/head/; revision=357505
* Support stageBaptiste Daroussin2013-12-272-11/+6
| | | | Notes: svn path=/head/; revision=337645
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* Ambit, at its simplest, uses Bash Brace Expansion to expand and listEitan Adler2011-08-294-0/+71
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) Notes: svn path=/head/; revision=280731