aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmpreaper
Commit message (Collapse)AuthorAgeFilesLines
* Set ignore to 1 in order to make this work.Emanuel Haupt2019-11-151-1/+1
| | | | Notes: svn path=/head/; revision=517634
* Tell portscout to ignore version checking. It picks up debian specific versions.Emanuel Haupt2019-10-211-0/+2
| | | | Notes: svn path=/head/; revision=515088
* Self host distfile since debian keeps releasing new tarballs containing debianEmanuel Haupt2019-10-141-4/+1
| | | | | | | | specific meta data changes. Thus drop PORTSCOUT variable containing debian skip versions. Notes: svn path=/head/; revision=514467
* Define PORTSCOUTEmanuel Haupt2019-09-251-0/+3
| | | | Notes: svn path=/head/; revision=512807
* - Update to 1.16.4Emanuel Haupt2019-01-193-6/+12
| | | | | | | | | - Pacify portlint - Specify LICENSE_FILE - Add WWW Notes: svn path=/head/; revision=490731
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376408
* Quiesce mkdirEmanuel Haupt2014-03-181-1/+1
| | | | Notes: svn path=/head/; revision=348550
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forEmanuel Haupt2014-02-131-2/+0
| | | | | | | | | afterwards. Encouraged by: mat Notes: svn path=/head/; revision=344080
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-2/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=344002
* Support staging.Emanuel Haupt2013-10-231-5/+3
| | | | Notes: svn path=/head/; revision=331353
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-081-1/+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
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-6/+6
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* 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-3/+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 MASTER_SITES and remove WWW, site is unavailableEmanuel Haupt2010-10-173-7/+4
| | | | Notes: svn path=/head/; revision=263152
* Update to 1.6.13Emanuel Haupt2009-09-252-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=242067
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Update to 1.6.11Emanuel Haupt2008-10-292-4/+4
| | | | Notes: svn path=/head/; revision=222197
* Update to 1.6.10Emanuel Haupt2008-06-242-4/+5
| | | | Notes: svn path=/head/; revision=215672
* Update to 1.6.9Emanuel Haupt2007-08-232-4/+4
| | | | Notes: svn path=/head/; revision=198213
* Update to 1.6.8Emanuel Haupt2007-08-222-4/+4
| | | | Notes: svn path=/head/; revision=198104
* Update to 1.6.7Emanuel Haupt2007-03-262-4/+4
| | | | Notes: svn path=/head/; revision=188412
* Update to 1.6.6Emanuel Haupt2006-05-282-4/+4
| | | | Notes: svn path=/head/; revision=163780
* 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
* Add tmpreaper.Jean-Yves Lefort2005-07-253-0/+44
This port provides a program that can be used to clean out temporary-file directories. It recursively searches the directory, refusing to chdir() across symlinks, and removes files that have not been accessed in a user-specified amount of time. You can specify a set of files to protect from deletion with a shell pattern. It will not remove symlinks, sockets, fifos, or special files unless given a command line option enabling it to. WWW: http://packages.debian.org/stable/admin/tmpreaper.html PR: ports/83868 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=140054