aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wait_on
Commit message (Collapse)AuthorAgeFilesLines
* Back to the futurBaptiste Daroussin2014-02-101-1/+1
| | | | Notes: svn path=/head/; revision=343630
* Mark as deprecated unmaintained ports for which no public distfiles areBaptiste Daroussin2014-02-101-0/+3
| | | | | | | | | available for part or all the needed distfiles. Reported by: distillator Notes: svn path=/head/; revision=343626
* Support STAGEDIR.Vanilla I. Shu2013-11-161-4/+1
| | | | Notes: svn path=/head/; revision=333997
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Update MASTER_SITESFrederic Culot2011-08-251-5/+1
| | | | | | | | | | - Undeprecate (distfile fetchable again) PR: ports/160149 Submitted by: Kato Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=280387
* Deprecate some ports where I can't find distfiles and upstreamBaptiste Daroussin2011-08-021-0/+3
| | | | Notes: svn path=/head/; revision=278804
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Reset andrew@ugh.net.au due to multiple timeouts.Mark Linimon2006-06-142-4/+1
| | | | Notes: svn path=/head/; revision=165380
* Fix MASTER_SITESIon-Mihai Tetcu2006-06-081-1/+2
| | | | | | | | | PR: ports/97797 Submitted by: miwi Approved by: maintainer-timeout, lawrance (mentor, implicit) Notes: svn path=/head/; revision=164775
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Remove dead mastersite per distfile survey.Mark Linimon2005-11-271-3/+1
| | | | Notes: svn path=/head/; revision=149652
* Add size data, approved by maintainers.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104563
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* PR: 52827Foxfair Hu2003-06-012-2/+2
| | | | | | | | [maintainer-update] Update wait_on to v1.1. This fixes a few bugs in relation to the handling of -i (which used to be -m). Notes: svn path=/head/; revision=81826
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Add wait_on-1.0Kris Kennaway2002-05-255-0/+31
The wait_on command allows shell scripts to access the facilities provided by kqueue(3). This allows scripts to detect files being added to directories, data appended to files and many other things - all without polling. Submitted by: Andrew Stevenson <andrew@ugh.net.au> PR: ports/34414 Notes: svn path=/head/; revision=59976