Commit graph

20 commits

Author SHA1 Message Date
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
joerg
31094e418e user-destdir support 2009-07-07 16:49:05 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
kleink
37322a939f Update www/drraw to 2.2b2.
Changes since 2.2b1 [2008-10-06]:
- Added pnp4nagios awareness (courtesy of Jeremy Jacquier-Roux).
- Dashboards weren't always sorted.
- Updated logic to prevent Data Source Templates from skipping too many files.
- It wasn't possible to add a numeric DS (reported by Jeremy Jacquier-roux).
- Removed compatibility reporting code.
2009-03-04 13:19:36 +00:00
kleink
79d30e9823 Update drraw to 2.2b1.
Changes since 2.2a5 [2008-05-03]:
- Added trend display pages.
- Dashboard style display for templates lacked links.
- Suppressed undefined variable warnings (courtesy of Martin Schuster).
- Replace "missing" graphs with "unknown" icon (courtesy of R.P. Aditya).
- Rcs module now(?) needs more to be untainted (reported by "Matt Perry).
2008-10-06 19:21:03 +00:00
kleink
5914a62421 doc/WISHLIST is no longer. Bump to 2.2a5nb1. 2008-09-17 15:48:16 +00:00
kleink
afb0933ed6 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).
2008-09-11 12:03:20 +00:00
kleink
8dc454a7dc Update drraw to 2.2a4.
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-06-03 16:40:48 +00:00
kleink
c99ee9e95f Update drraw to 2.2a3.
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-04-14 19:32:58 +00:00
kleink
984338c502 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.
2007-01-21 16:46:06 +00:00
joerg
a48200a0b8 Pure perl script, use a normal DEPENDS instead of the recursive buildlink
to rrdtools. Bump revision, since dependency list changed.
2006-05-02 09:07:20 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
kleink
50e1399211 Initial import of drraw as version 2.1.3 into the NetBSD Packages
Collection.

drraw is a simple web based presentation front-end for RRDtool that
allows you to interactively build graphs of your own design.
2005-10-13 11:14:41 +00:00