aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/tmpreaper
Commit message (Collapse)AuthorAgeFilesLines
* - Use DOC instead of NOPORTDOCSehaupt2013-01-151-6/+6
| | | | | - Pacify portlint - Convert header
* Pacify portlintehaupt2011-12-271-2/+2
| | | | Feature safe: yes
* Remove more tags from pkg-descr files fo the form:dougb2011-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.
* Add LICENSE and remove MD5 sums.ehaupt2011-01-262-1/+2
| | | | Feature safe: yes
* Update MASTER_SITES and remove WWW, site is unavailableehaupt2010-10-173-7/+4
|
* Update to 1.6.13ehaupt2009-09-252-4/+4
| | | | Feature safe: yes
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+1
|
* Update to 1.6.11ehaupt2008-10-292-4/+4
|
* Update to 1.6.10ehaupt2008-06-242-4/+5
|
* Update to 1.6.9ehaupt2007-08-242-4/+4
|
* Update to 1.6.8ehaupt2007-08-222-4/+4
|
* Update to 1.6.7ehaupt2007-03-272-4/+4
|
* Update to 1.6.6ehaupt2006-05-292-4/+4
|
* Add SHA256 hashes to my portsehaupt2005-11-301-0/+1
|
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* Add tmpreaper.jylefort2005-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>