summaryrefslogtreecommitdiff
path: root/sysutils/agedu
diff options
context:
space:
mode:
authorschmonz <schmonz>2014-01-16 18:11:36 +0000
committerschmonz <schmonz>2014-01-16 18:11:36 +0000
commit8c9743e03aff850b157ddc477ad5dcf05d3eea1d (patch)
treeaa6cf4d22e3c179dfbfe3e5478bd7849d82c1e34 /sysutils/agedu
parent25c1abf2757dc71b82182c1f25edb4ddc91d7ff4 (diff)
downloadpkgsrc-8c9743e03aff850b157ddc477ad5dcf05d3eea1d.tar.gz
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.
Diffstat (limited to 'sysutils/agedu')
-rw-r--r--sysutils/agedu/Makefile6
-rw-r--r--sysutils/agedu/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/agedu/Makefile b/sysutils/agedu/Makefile
index d4607cdc519..98658ae06ad 100644
--- a/sysutils/agedu/Makefile
+++ b/sysutils/agedu/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 19:50:50 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/16 18:11:36 schmonz Exp $
#
-DISTNAME= agedu-r8590
+DISTNAME= agedu-r9723
PKGNAME= ${DISTNAME:S/-r/-/}
CATEGORIES= sysutils
-MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/agedu/
+MASTER_SITES= ${HOMEPAGE}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/agedu/
diff --git a/sysutils/agedu/distinfo b/sysutils/agedu/distinfo
index 8907343ac61..81b1ffdcf79 100644
--- a/sysutils/agedu/distinfo
+++ b/sysutils/agedu/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/06/07 13:48:20 wiz Exp $
+$NetBSD: distinfo,v 1.2 2014/01/16 18:11:36 schmonz Exp $
-SHA1 (agedu-r8590.tar.gz) = ee27d6b2514083dace34e452070762eb33c2af55
-RMD160 (agedu-r8590.tar.gz) = b1b6d560f5cb71fca9e6be0d7c4070b4ca802377
-Size (agedu-r8590.tar.gz) = 124908 bytes
+SHA1 (agedu-r9723.tar.gz) = 2a4125e66eccfb5a2039e789aac21268929b2ba4
+RMD160 (agedu-r9723.tar.gz) = 2773db8da3a91d46e804731835ec48b2a97f4870
+Size (agedu-r9723.tar.gz) = 163320 bytes