aboutsummaryrefslogtreecommitdiff
path: root/sysutils/agedu
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20171202Sunpoet Po-Chuan Hsieh2017-12-132-7/+7
| | | | | | | | | - Reorder MASTER_SITES Changes: https://git.tartarus.org/?p=simon/agedu.git;a=shortlog Notes: svn path=/head/; revision=456235
* Update to 20170831Sunpoet Po-Chuan Hsieh2017-10-252-5/+5
| | | | | | | Changes: https://git.tartarus.org/?p=simon/agedu.git;a=shortlog Notes: svn path=/head/; revision=452872
* - Update WWWDmitry Marakasov2017-07-072-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=445224
* Update to 20160920Sunpoet Po-Chuan Hsieh2017-01-012-4/+6
| | | | | | | | | - Add LICENSE_FILE Changes: https://git.tartarus.org/?p=simon/agedu.git;a=shortlog Notes: svn path=/head/; revision=430287
* - Use DISTVERSIONPREFIX instead of DISTNAMESunpoet Po-Chuan Hsieh2015-05-151-1/+1
| | | | Notes: svn path=/head/; revision=386462
* - Update to 10126Sunpoet Po-Chuan Hsieh2014-02-042-3/+3
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=342497
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-091-3/+2
| | | | Notes: svn path=/head/; revision=329909
* 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
* - Reorder MASTER_SITES: try to avoid checksum mismatch caused by rerolled ↵Sunpoet Po-Chuan Hsieh2013-08-311-2/+4
| | | | | | | | | tarball (again and again) - Add LICENSE Notes: svn path=/head/; revision=325776
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325161
* - Update to 9723Sunpoet Po-Chuan Hsieh2012-12-122-3/+3
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=308738
* - Update to 9722Sunpoet Po-Chuan Hsieh2012-12-082-8/+4
| | | | | | | | | | - Cleanup Makefile header Changes: http://svn.tartarus.org/sgt/agedu/?view=log Feature safe: yes Notes: svn path=/head/; revision=308482
* - Update to 9671Sunpoet Po-Chuan Hsieh2012-09-282-3/+3
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=304999
* - Update to 9480Sunpoet Po-Chuan Hsieh2012-05-062-3/+3
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=296080
* - Update distinfo: tarball rerolled but the content unchangedSunpoet Po-Chuan Hsieh2012-03-081-2/+2
| | | | Notes: svn path=/head/; revision=292940
* - Update to 9424Sunpoet Po-Chuan Hsieh2012-03-062-3/+6
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=292843
* - Update distinfo: tarball rerolled but the content unchangedSunpoet Po-Chuan Hsieh2012-02-281-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=292372
* - Update to 9417Sunpoet Po-Chuan Hsieh2012-02-242-3/+3
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=292164
* - Update distinfo: tarball rerolled but the content unchangedSunpoet Po-Chuan Hsieh2012-02-041-2/+2
| | | | Notes: svn path=/head/; revision=290365
* - Update to 9394Sunpoet Po-Chuan Hsieh2012-02-022-3/+3
| | | | | | | Changes: http://svn.tartarus.org/sgt/agedu/?view=log Notes: svn path=/head/; revision=290272
* - Add agedu 9251Sunpoet Po-Chuan Hsieh2011-09-203-0/+47
Unix provides the standard du utility, which scans your disk and tells you which directories contain the largest amounts of data. That can help you narrow your search to the things most worth deleting. However, that only tells you what's big. What you really want to know is what's too big. By itself, du won't let you distinguish between data that's big because you're doing something that needs it to be big, and data that's big because you unpacked it once and forgot about it. Most Unix file systems, in their default mode, helpfully record when a file was last accessed. Not just when it was written or modified, but when it was even read. So if you generated a large amount of data years ago, forgot to clean it up, and have never used it since, then it ought in principle to be possible to use those last-access time stamps to tell the difference between that and a large amount of data you're still using regularly. agedu is a program which does this. It does basically the same sort of disk scan as du, but it also records the last-access times of everything it scans. Then it builds an index that lets it efficiently generate reports giving a summary of the results for each subdirectory, and then it produces those reports on demand. WWW: http://www.chiark.greenend.org.uk/~sgtatham/agedu/ Notes: svn path=/head/; revision=282044