diff options
author | kleink <kleink> | 2007-01-21 16:46:06 +0000 |
---|---|---|
committer | kleink <kleink> | 2007-01-21 16:46:06 +0000 |
commit | 1b475e0a6425ca1e2fd7ec0ad6e8213ea971bcc4 (patch) | |
tree | a61c6be91f8227750eed5beb463a534c71f86679 /www/drraw | |
parent | c09fa41d41c7acbff88d31ee7b56f945e9f497d7 (diff) | |
download | pkgsrc-1b475e0a6425ca1e2fd7ec0ad6e8213ea971bcc4.tar.gz |
Update drraw to 2.2a2 [2007/01/14].
Changes since 2.2a1 [2006/07/20]:
- Added a dashboard style display for templates (with multiple selections).
- New "Format" parameter can be used in graph URL to override saved setting.
- PDF and SVG formats are now properly embedded in HTML.
- Added warning and check to avoid obscure error caused by misconfiguration.
- Minor JavaScript enhancements to the graph editor.
- Added notice about CGI.pm incompatibility.
Changes since 2.1.3 [2005/06/19]:
- Various improvements for the graph editor:
+ Extensive code rewrite/cleanup.
+ Added simple HTML tooltips to provide (some) contextual help.
+ Extended JavaScript automation.
+ Clarified creation of new Data Sources.
- rrdtool 1.2.x support:
+ Three new image formats: SVG, EPS and PDF.
+ GIF is no longer supported, automatically switch to PNG.
+ Removed support for deprecated --overlay parameter.
+ Added support for --no-gridfit.
+ Added support for new VDEF, TICK and SHIFT graph commands.
+ Deprecated use of HRULE, STACK and old style GPRINT graph command.
Diffstat (limited to 'www/drraw')
-rw-r--r-- | www/drraw/Makefile | 5 | ||||
-rw-r--r-- | www/drraw/distinfo | 10 | ||||
-rw-r--r-- | www/drraw/patches/patch-aa | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/www/drraw/Makefile b/www/drraw/Makefile index f611cd37a56..42162d60240 100644 --- a/www/drraw/Makefile +++ b/www/drraw/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/05/02 09:07:20 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/01/21 16:46:06 kleink Exp $ # -DISTNAME= drraw-2.1.3 -PKGREVISION= 3 +DISTNAME= drraw-2.2a2 CATEGORIES= databases graphics www MASTER_SITES= http://web.taranis.org/drraw/dist/ EXTRACT_SUFX= .tgz diff --git a/www/drraw/distinfo b/www/drraw/distinfo index d39c31eb482..9e1eeaf4346 100644 --- a/www/drraw/distinfo +++ b/www/drraw/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/13 11:14:41 kleink Exp $ +$NetBSD: distinfo,v 1.2 2007/01/21 16:46:06 kleink Exp $ -SHA1 (drraw-2.1.3.tgz) = e106ccdc416124e4697936e4aeb54935e7a48aa9 -RMD160 (drraw-2.1.3.tgz) = 238d637c6c0ad19b4a8f611db99b0fd3d98bfeb0 -Size (drraw-2.1.3.tgz) = 45970 bytes -SHA1 (patch-aa) = c0c49f9b819a2c9580b1d37e6a2bdb4efa9a5d70 +SHA1 (drraw-2.2a2.tgz) = 0451497c7a57cd66cd2ae922e4ab28b253794d2a +RMD160 (drraw-2.2a2.tgz) = e2e573a959cd823c23334937dfa27df6a72c76ca +Size (drraw-2.2a2.tgz) = 49912 bytes +SHA1 (patch-aa) = d6d9ac805ff302ea2f3570014e1d2146ec3040d6 diff --git a/www/drraw/patches/patch-aa b/www/drraw/patches/patch-aa index 4a7f748f285..3e90731b5c2 100644 --- a/www/drraw/patches/patch-aa +++ b/www/drraw/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/10/13 11:14:41 kleink Exp $ +$NetBSD: patch-aa,v 1.2 2007/01/21 16:46:06 kleink Exp $ ---- drraw.cgi.orig 2005-06-19 20:20:50.000000000 +0200 -+++ drraw.cgi 2005-10-13 12:43:43.000000000 +0200 +--- drraw.cgi.orig 2007-01-14 11:58:33.000000000 -0800 ++++ drraw.cgi 2007-01-21 08:29:51.000000000 -0800 @@ -49,7 +49,7 @@ # The configuration file is expected to be found in the same directory @@ -9,5 +9,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/10/13 11:14:41 kleink Exp $ -my $config = (dirname($0) =~ /(.*)/)[0] . "/drraw.conf"; # Untaint +my $config = "@PKG_SYSCONFDIR@/drraw.conf"; - ############################################################################### - ## STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP STOP ## + # This needs to be manually set for stupid stupid File::Find to work + # in tainted mode. |