pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/drraw Update drraw to 2.2a2 [2007/01/14].
details: https://anonhg.NetBSD.org/pkgsrc/rev/e97d9e302939
branches: trunk
changeset: 524230:e97d9e302939
user: kleink <kleink%pkgsrc.org@localhost>
date: Sun Jan 21 16:46:06 2007 +0000
description:
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:
www/drraw/Makefile | 5 ++---
www/drraw/distinfo | 10 +++++-----
www/drraw/patches/patch-aa | 10 +++++-----
3 files changed, 12 insertions(+), 13 deletions(-)
diffs (51 lines):
diff -r 018ec33982a4 -r e97d9e302939 www/drraw/Makefile
--- a/www/drraw/Makefile Sun Jan 21 16:41:27 2007 +0000
+++ b/www/drraw/Makefile Sun Jan 21 16:46:06 2007 +0000
@@ -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 -r 018ec33982a4 -r e97d9e302939 www/drraw/distinfo
--- a/www/drraw/distinfo Sun Jan 21 16:41:27 2007 +0000
+++ b/www/drraw/distinfo Sun Jan 21 16:46:06 2007 +0000
@@ -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 -r 018ec33982a4 -r e97d9e302939 www/drraw/patches/patch-aa
--- a/www/drraw/patches/patch-aa Sun Jan 21 16:41:27 2007 +0000
+++ b/www/drraw/patches/patch-aa Sun Jan 21 16:46:06 2007 +0000
@@ -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 @@
-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.
Home |
Main Index |
Thread Index |
Old Index