The NetBSD Project

CVS log for pkgsrc/sysutils/agedu/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / agedu

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 4 10:06:56 2021 UTC (4 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
agedu: Update to 20200705.2a7d4a2

Unknown changes

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 26 19:33:42 2018 UTC (6 years, 7 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update to 20180522.5b12791. From the git log:

- Missing .gitignore rule for autoconf detritus.
- Give a sensible error message about misordered dumps.
- Convert to and from a new 'sortable' dump format.
- Factor out dump-file handling. (NFC)
- Remove unused variables spotted by -Wall.
- Revise parsing of /proc/net/tcp[6] for magic HTTP auth.
- Fix mmap(2) error checks
- Fix pathname-lookup failure on 'agedu -H /'.
- Add a --numeric option, modifying HTML multifile output.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 1 14:59:05 2017 UTC (7 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Follow some http -> https redirects.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 15 10:11:39 2016 UTC (8 years, 4 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -6 lines
Update to 20160920.853cea9. From the changelog:

- Revise versioning system to be date-based.
- Pedantic changes to capitalisation of byte/kilobyte/megabyte etc.
- Clarify the --cgi usage a bit, and give an example.
- Rearrange documentation of -S, -L and -D.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 14 13:48:40 2014 UTC (11 years, 2 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Distfile changed in place, but seems stable now.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 31 15:32:03 2014 UTC (11 years, 2 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update to r10126. From the svn log:

* Fix handling of IPv6 address literals.

With luck, this distfile won't change in place.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 16 18:11:36 2014 UTC (11 years, 3 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to r9723 (no changelog). Some highlights from the svn log:

* Add the --files option, to list individual files in the various
  reporting modes.
* Flexibly report sizes in Kb, Mb, Gb etc as appropriate. The
  previous fixed Mb was inconvenient at both ends. Original patch
  from James Beal, though I've polished it pretty much into
  unrecognisability.
* Make the existing -d (depth) option apply to the -H (static HTML
  report) mode, transforming its output from a single HTML file
  giving a report for one directory with no crosslinks to a collection
  of HTML files with crosslinks between them.
* Introduce a --cgi mode, to make it easy to plumb agedu's web
  reporting into an existing web server as an alternative to running
  a dedicated one of its own.
* Switch all the HTML-based reporting modes (the internal httpd, the CGI
  mode and the dump of static HTML files) to using URIs and filenames
  based on the text of the pathname being reported on, rather than
  its numeric index in the data file. The aim is that sub-URIs
  should remain valid when the data is updated - if, for instance,
  you're running the agedu CGI script permanently and changing the
  data file under it every so often.
* Suggestion from James Beal: support a '--title' option to override the
  'agedu:' prefix at the start of the title of output web pages.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 23 19:50:50 2012 UTC (12 years, 5 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 7 13:48:20 2009 UTC (15 years, 10 months ago) by wiz
Branches: TNF
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-20090607
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of agedu-8590:

Suppose you're running low on disk space. You need to free some
up, by finding something that's a waste of space and deleting it
(or moving it to an archive medium). How do you find the right
stuff to delete, that saves you the maximum space at the cost of
minimum inconvenience?

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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 7 13:48:20 2009 UTC (15 years, 10 months ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>