summaryrefslogtreecommitdiff
path: root/www/drraw
AgeCommit message (Collapse)AuthorFilesLines
2007-06-03Update drraw to 2.2a4.kleink2-6/+6
Changes since 2.2a3 [2007/03/17]: - Fixed support for SHIFT graph command. - Updated RRDs::fetch usage again (courtesy of Andy Mayhew). - Saving dashboards could generate bad index entries (reported by Fabien Wernli). - Added "Invisible" color (suggested by John Rouillard). - Dashboard style display for templates broke custom time display of templates (reported by Mark Noworolski). - Two typos caused forms to use POST instead of GET (courtesy of Fabien Wernli). - The graph editor no longer allowed stacking CDEFs or VDEFs (reported by John Rouillard).
2007-04-14Update drraw to 2.2a3.kleink2-6/+6
Changes since 2.2a2 [2007/01/14]: - Improved default color assignment (courtesy of David Nolan). - Allow configuring a custom set of colors (courtesy of David Nolan). - Updated RRDs::fetch usage for newer RRDtool versions (courtesy of John Milton)
2007-01-21Update drraw to 2.2a2 [2007/01/14].kleink3-13/+12
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.
2006-05-02Pure perl script, use a normal DEPENDS instead of the recursive buildlinkjoerg1-3/+4
to rrdtools. Bump revision, since dependency list changed.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-13Initial import of drraw as version 2.1.3 into the NetBSD Packageskleink5-0/+98
Collection. drraw is a simple web based presentation front-end for RRDtool that allows you to interactively build graphs of your own design.