Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use DOC instead of NOPORTDOCS | ehaupt | 2013-01-15 | 1 | -6/+6 |
| | | | | | - Pacify portlint - Convert header | ||||
* | Pacify portlint | ehaupt | 2011-12-27 | 1 | -2/+2 |
| | | | | Feature safe: yes | ||||
* | Remove more tags from pkg-descr files fo the form: | dougb | 2011-10-24 | 1 | -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. | ehaupt | 2011-01-26 | 2 | -1/+2 |
| | | | | Feature safe: yes | ||||
* | Update MASTER_SITES and remove WWW, site is unavailable | ehaupt | 2010-10-17 | 3 | -7/+4 |
| | |||||
* | Update to 1.6.13 | ehaupt | 2009-09-25 | 2 | -4/+4 |
| | | | | Feature safe: yes | ||||
* | Mark MAKE_JOBS_SAFE | ehaupt | 2009-03-27 | 1 | -0/+1 |
| | |||||
* | Update to 1.6.11 | ehaupt | 2008-10-29 | 2 | -4/+4 |
| | |||||
* | Update to 1.6.10 | ehaupt | 2008-06-24 | 2 | -4/+5 |
| | |||||
* | Update to 1.6.9 | ehaupt | 2007-08-24 | 2 | -4/+4 |
| | |||||
* | Update to 1.6.8 | ehaupt | 2007-08-22 | 2 | -4/+4 |
| | |||||
* | Update to 1.6.7 | ehaupt | 2007-03-27 | 2 | -4/+4 |
| | |||||
* | Update to 1.6.6 | ehaupt | 2006-05-29 | 2 | -4/+4 |
| | |||||
* | Add SHA256 hashes to my ports | ehaupt | 2005-11-30 | 1 | -0/+1 |
| | |||||
* | Change MAINTAINER address for my ports. | ehaupt | 2005-10-06 | 1 | -1/+1 |
| | | | | Approved by: novel (mentor) | ||||
* | Add tmpreaper. | jylefort | 2005-07-25 | 3 | -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> |