diff options
author | kleink <kleink> | 2008-09-11 12:03:20 +0000 |
---|---|---|
committer | kleink <kleink> | 2008-09-11 12:03:20 +0000 |
commit | 82697afeadd9b5df3567da0edd7c353c9ad2274b (patch) | |
tree | 030638d06541f73eae07636cedccfe3a5ea9fdfa /www/drraw | |
parent | 63fe060dfb73412c4fd4e01e12ee1de2db128782 (diff) | |
download | pkgsrc-82697afeadd9b5df3567da0edd7c353c9ad2274b.tar.gz |
Update drraw to 2.2a5.
Changes since 2.2a4 [2007-05-30]:
- Various dates displayed now follow the ISO 8601 format.
- Graph start date, end date and creation dates can now be added to the image.
- Data Source Templates have been enhanced:
- Dynamic elements can now be stacked on top of previous graph element not
just on top of themselves (courtesy of Francois Deppierraz),
- Number of elements can be used in dynamic element CDEFs, and Formula field,
- Builtin formulas allow calculating the AVERAGE and STDDEV,
- Old files and files without values are automatically skipped (courtesy of
R.P. Aditya).
- Orange look, still ugly though :)
- New Data Source rows are now properly disabled on load.
- Allow &DBFinder() to follow symlinks.
- Switched to /usr/bin/perl (from /usr/local/bin/perl).
Diffstat (limited to 'www/drraw')
-rw-r--r-- | www/drraw/Makefile | 5 | ||||
-rw-r--r-- | www/drraw/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/drraw/Makefile b/www/drraw/Makefile index 8c494749fcf..e07ec7c9e51 100644 --- a/www/drraw/Makefile +++ b/www/drraw/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2007/06/03 16:40:48 kleink Exp $ +# $NetBSD: Makefile,v 1.11 2008/09/11 12:03:20 kleink Exp $ # -DISTNAME= drraw-2.2a4 +DISTNAME= drraw-2.2a5 CATEGORIES= databases graphics www MASTER_SITES= http://web.taranis.org/drraw/dist/ -EXTRACT_SUFX= .tgz MAINTAINER= kleink@NetBSD.org HOMEPAGE= http://web.taranis.org/drraw/ diff --git a/www/drraw/distinfo b/www/drraw/distinfo index e9d25a976c1..27d1ff57b59 100644 --- a/www/drraw/distinfo +++ b/www/drraw/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2007/06/03 16:40:48 kleink Exp $ +$NetBSD: distinfo,v 1.5 2008/09/11 12:03:20 kleink Exp $ -SHA1 (drraw-2.2a4.tgz) = 29888b8cadf157f59cfb26e41f96cc56ba61db71 -RMD160 (drraw-2.2a4.tgz) = 1c08296a1b4fa72ec9af8f3c099155e07745d536 -Size (drraw-2.2a4.tgz) = 51737 bytes +SHA1 (drraw-2.2a5.tar.gz) = e611b069f9f1f0f3f0db844df4dd9652014c09e7 +RMD160 (drraw-2.2a5.tar.gz) = 38454b559836fad43b32a60878ae24f03072b429 +Size (drraw-2.2a5.tar.gz) = 52892 bytes SHA1 (patch-aa) = d6d9ac805ff302ea2f3570014e1d2146ec3040d6 |