aboutsummaryrefslogtreecommitdiff
path: root/misc/gnu-watch
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.15Emanuel Haupt2018-06-028-85/+106
| | | | Notes: svn path=/head/; revision=471372
* Update to 3.3.12Emanuel Haupt2017-01-3010-104/+191
| | | | Notes: svn path=/head/; revision=432828
* misc/gnu-watch: document ncurses requirement (USES+=ncurses)John Marino2016-02-021-0/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407915
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-4/+4
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376401
* Support staging.Emanuel Haupt2013-10-251-5/+4
| | | | Notes: svn path=/head/; revision=331588
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
| | | | Notes: svn path=/head/; revision=323578
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-081-5/+1
| | | | | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header Notes: svn path=/head/; revision=322530
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+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. Notes: svn path=/head/; revision=284232
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* Update to 3.2.8Emanuel Haupt2009-09-092-4/+4
| | | | Notes: svn path=/head/; revision=241130
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+2
| | | | Notes: svn path=/head/; revision=231102
* Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we supportEmanuel Haupt2008-07-071-2/+0
| | | | | | | | via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the system compiler. Notes: svn path=/head/; revision=216458
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209964
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200775
* Update to 3.2.7Emanuel Haupt2006-08-184-16/+12
| | | | Notes: svn path=/head/; revision=170924
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+3
| | | | Notes: svn path=/head/; revision=164152
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* GNU watch runs command repeatedly, displaying its output (the firstPav Lucistnik2005-06-055-0/+143
screenfull). This allows you to watch the program output change over time. PR: ports/81892 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=136829