Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | - Get Rid MD5 support | miwi | 2011-03-19 | 1 | -1/+0 |
| | |||||
* | SHA256ify | edwin | 2006-01-24 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Chase URLs per distfile survey. | linimon | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | - Update to 1.9 | garga | 2005-09-26 | 2 | -3/+3 |
| | | | | | | PR: 86592 Submitted by: Andrej Zverev <az@inec.ru> Approved by: dds (maintainer) | ||||
* | Add size data, approved by maintainers. | trevor | 2004-03-19 | 1 | -0/+1 |
| | |||||
* | Use PLIST_FILES (bento-tested, marcus-reviewed). | trevor | 2004-02-06 | 2 | -1/+1 |
| | |||||
* | Rename after repo-copy. | netchild | 2003-11-06 | 4 | -9/+9 |
| | | | | | Submitted by: dds Repo-copy by: joe | ||||
* | Prune will delete files from the specified set targeting a given | netchild | 2003-09-01 | 4 | -0/+46 |
distribution of the files within time as well as size, number, and age constraints. Its main purpose is to keep a set of daily-created backup files in manageable size, while still providing reasonable access to older versions. Specifying a size, file number, or age constraint will simply remove files starting from the oldest, until the constraint is met. The distribution specification (exponential, Gaussian (normal), or Fibonacci) provides finer control of the files to delete, allowing the retention of recent copies and the increasingly aggressive pruning of the older files. The retention schedule specifies the age intervals for which files will be retained. Submitted by: dds |