diff options
author | seb <seb@pkgsrc.org> | 2003-02-16 23:08:55 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-02-16 23:08:55 +0000 |
commit | 830708ba674a42d28c281d60644b8ffd7dbb4097 (patch) | |
tree | c36879faeb0d7e6d4e3befe437b9b109fb23e25f /databases/rrdtool/PLIST | |
parent | 36c26909d786629a09af4f5e7346692ad220b670 (diff) | |
download | pkgsrc-830708ba674a42d28c281d60644b8ffd7dbb4097.tar.gz |
Update to version 1.0.40. See changes below.
Packages changes: use buildlink2 and perl5/module.mk, documentation
splitted in $PREFIX/share/doc/{rrdtool,html/rrdtool}/*.
Okay'ed by wulf@.
Changes since version 1.0.33:
- bugfix, + enhancement, * contrib, = RELEASE
---------------------------------------------
= 1.0.40 2002/10/11 -- Tobi
- 2002/10/11 Jeffrey Wheat <jeff@nt.cetlink.net>
updated php4 bindings to work with php 4.2.3
- 2002/10/07 Tomoyuki Murakami <tomoyuki@pobox.com>
-z does not take an option
- 2002/10/03 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
fix for PREV() operator
- 2002/08/01 Paul Clifford <paul.clifford@bbc.co.uk>
fix for segfault in print_calc function
+ 2002/07/31 "Nenad Antic (EAB)" <Nenad.Antic@era.ericsson.se>
rrdfetch manpage update
- 2002/07/12 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
PREV(xxx) match with DEF_NAM_FMT
- 2002/07/12 Joerg Mertin <mertinj@europe.psi.com>
fixed bindings for php4
- 2002/07/02 Philippe.Simonet@swisscom.com
fixed DINF for win32 compile
= 1.0.39 2002/06/20 -- Tobi
+ 2002/06/20 -- Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
* new CDEF feature PREV(x) which allows for funky new filters
to be created easily
+ 2002/06/14 -- "Shipway, Steve" <steve.shipway@eds.com>
* Improved docs for rrd_resize
- Tobi
* increassed commandline buffer in rrd_tool.c to 100 kilo Byte
* in rrd_graph replace rint by ceil ...its more portable
* remove // comments and replace with /* .... */
* due to popular demand change strftime format to %V for weeks
+ 2002/05/24 -- Joe Griffin <joe.griffin@mscsoftware.com>
* config.guess and config.sub updates for IA64
= 1.0.38 2002/05/22 -- Tobi
- 2002/05/12 -- Tobi
* fix for crash in restore when used with existing file
- 2002/04/29 -- Alex
* fix for PRINT template parser in rrd_graph ...
- 2002/04/16 -- Milan Obuch <milan.obuch@in.nextra.sk>
* fix for --alt-mrtg
+ 2002/05/01 Wolfgang Schrimm <Wolfgang.Schrimm@urz.uni-heidelberg.de>
* new subcommand xport
= 1.0.37 2002/04/13 -- Tobi
- 2002/04/14 -- Thierry Nkaoua <tnka@linux-sottises.net>
* do not change LC_ALL but just LC_TIME ...
= 1.0.36 2002/04/13 -- Tobi
+ 2002/04/13 -- Milan Obuch <milan.obuch@in.nextra.sk>
* added new options to rrdgraph. Check the manpage for
--overlay, --background, --unit, GD (graph output format)
+ 2002/04/09 -- Tobi
* added setlocale and tzset calls to rrd_graph
- 2002/04/09 -- Tobi
* removed description of --goodfor and --refresh from rrdcgi
- 2002/04/02 -- Paul Vixie <paul@vix.com>
* rrd restore should not burn down existing files
- 2002/03/23 -- Oliver Cook <ollie@uk.clara.net>
* kill segfault in diff code for non digit input
- 2002/03/23 -- Ashok Mandala <chakri063@yahoo.com>
* make sure CDEFs work properly even when none of the contributing
data sources start at start of the cdef.
+ 2002/03/20 -- David Lee <t.d.lee@durham.ac.uk>
* Allow link builds through the ../configure syntax
= 1.0.35 2002/03/20 -- Tobi
- 2002/03/20 -- Tobi
* fixed longstanding off by 1 bug in CDEF for cases where RRDs with
different step sizes were mixed in one CDEF
- 2002/03/13 -- Tobi
* Deal with cases where Config{cc} contains an absolute path to perls
C compiler.
- 2002/03/14 -- Matt Galvin <mgalvin@dandd.com>
* new OS detector config files which can deal with macos X
= 1.0.34 2002/03/12 -- Tobi
- 2002/02/12 -- Tobi
* replaced zlib 1.1.3 with 1.1.4
- 2002/02/06 -- Alexander Schwartz <alexander.schwartz@gmx.net>
* allow rrdcgi to deal with umlauts
- 2001/12/27 -- Tom.Bertelson@gecapital.com
* fix overflow error in rrd_fetch
- 2001/11/28 -- Richard A. Steenbergen <ras@e-gerbil.net>
* allow + - and ' ' in printfsring
- 2001/03/31 -- Tobi
* added 'all' dependancy to site-perl-install rule as many seem to skip
this step when instaling cricket ... probably an incomplete cricket doku.
- 2001/03/02 -- Mike Franusich <mike@franusich.com>
* filedescriptor leak fixed in rrd_open for faild open attempts.
- 2001/03/01 -- Tobi
* test if compiler perl wants to use for building its modules is available on the system
* zlib wants to be linked with -fpic on HPUX or it breaks ...
Diffstat (limited to 'databases/rrdtool/PLIST')
-rw-r--r-- | databases/rrdtool/PLIST | 53 |
1 files changed, 25 insertions, 28 deletions
diff --git a/databases/rrdtool/PLIST b/databases/rrdtool/PLIST index 79f3d668324..4a5e2c52c93 100644 --- a/databases/rrdtool/PLIST +++ b/databases/rrdtool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:12:47 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/02/16 23:08:55 seb Exp $ bin/rrdcgi bin/rrdtool bin/rrdupdate @@ -28,61 +28,65 @@ man/man1/rrdtune.1 man/man1/rrdtutorial.1 man/man1/rrdtutorial.es.1 man/man1/rrdupdate.1 -share/doc/rrdtool/RRDp.html +man/man1/rrdxport.1 +share/doc/html/rrdtool/RRDp.html +share/doc/html/rrdtool/RRDs.html +share/doc/html/rrdtool/bin_dec_hex.html +share/doc/html/rrdtool/cdeftutorial.html +share/doc/html/rrdtool/rpntutorial.html +share/doc/html/rrdtool/rrdcgi.html +share/doc/html/rrdtool/rrdcreate.html +share/doc/html/rrdtool/rrddump.html +share/doc/html/rrdtool/rrdfetch.html +share/doc/html/rrdtool/rrdgraph.html +share/doc/html/rrdtool/rrdinfo.html +share/doc/html/rrdtool/rrdlast.html +share/doc/html/rrdtool/rrdresize.html +share/doc/html/rrdtool/rrdrestore.html +share/doc/html/rrdtool/rrdtool.html +share/doc/html/rrdtool/rrdtune.html +share/doc/html/rrdtool/rrdtutorial.es.html +share/doc/html/rrdtool/rrdtutorial.html +share/doc/html/rrdtool/rrdupdate.html +share/doc/html/rrdtool/rrdxport.html share/doc/rrdtool/RRDp.txt -share/doc/rrdtool/RRDs.html share/doc/rrdtool/RRDs.txt -share/doc/rrdtool/bin_dec_hex.html share/doc/rrdtool/bin_dec_hex.pod share/doc/rrdtool/bin_dec_hex.txt -share/doc/rrdtool/cdeftutorial.html share/doc/rrdtool/cdeftutorial.pod share/doc/rrdtool/cdeftutorial.txt -share/doc/rrdtool/rpntutorial.html share/doc/rrdtool/rpntutorial.pod share/doc/rrdtool/rpntutorial.txt -share/doc/rrdtool/rrdcgi.html share/doc/rrdtool/rrdcgi.pod share/doc/rrdtool/rrdcgi.txt -share/doc/rrdtool/rrdcreate.html share/doc/rrdtool/rrdcreate.pod share/doc/rrdtool/rrdcreate.txt -share/doc/rrdtool/rrddump.html share/doc/rrdtool/rrddump.pod share/doc/rrdtool/rrddump.txt -share/doc/rrdtool/rrdfetch.html share/doc/rrdtool/rrdfetch.pod share/doc/rrdtool/rrdfetch.txt -share/doc/rrdtool/rrdgraph.html share/doc/rrdtool/rrdgraph.pod share/doc/rrdtool/rrdgraph.txt -share/doc/rrdtool/rrdinfo.html share/doc/rrdtool/rrdinfo.pod share/doc/rrdtool/rrdinfo.txt -share/doc/rrdtool/rrdlast.html share/doc/rrdtool/rrdlast.pod share/doc/rrdtool/rrdlast.txt -share/doc/rrdtool/rrdresize.html share/doc/rrdtool/rrdresize.pod share/doc/rrdtool/rrdresize.txt -share/doc/rrdtool/rrdrestore.html share/doc/rrdtool/rrdrestore.pod share/doc/rrdtool/rrdrestore.txt -share/doc/rrdtool/rrdtool.html share/doc/rrdtool/rrdtool.pod share/doc/rrdtool/rrdtool.txt -share/doc/rrdtool/rrdtune.html share/doc/rrdtool/rrdtune.pod share/doc/rrdtool/rrdtune.txt -share/doc/rrdtool/rrdtutorial.es.html share/doc/rrdtool/rrdtutorial.es.pod share/doc/rrdtool/rrdtutorial.es.txt -share/doc/rrdtool/rrdtutorial.html share/doc/rrdtool/rrdtutorial.pod share/doc/rrdtool/rrdtutorial.txt -share/doc/rrdtool/rrdupdate.html share/doc/rrdtool/rrdupdate.pod share/doc/rrdtool/rrdupdate.txt +share/doc/rrdtool/rrdxport.pod +share/doc/rrdtool/rrdxport.txt share/examples/rrdtool/bigtops.pl share/examples/rrdtool/cgi-demo.cgi share/examples/rrdtool/minmax.pl @@ -92,16 +96,9 @@ share/examples/rrdtool/stripes.pl share/rrdtool/contrib/README share/rrdtool/contrib/trytime/README share/rrdtool/contrib/trytime/trytime.c -share/rrdtool/lib/perl/RRDp.pm -share/rrdtool/lib/perl/RRDs.pm -share/rrdtool/lib/perl/auto/RRDs/RRDs.bs -share/rrdtool/lib/perl/auto/RRDs/RRDs.so -@dirrm share/rrdtool/lib/perl/auto/RRDs -@dirrm share/rrdtool/lib/perl/auto -@dirrm share/rrdtool/lib/perl -@dirrm share/rrdtool/lib @dirrm share/rrdtool/contrib/trytime @dirrm share/rrdtool/contrib @dirrm share/rrdtool @dirrm share/examples/rrdtool @dirrm share/doc/rrdtool +@dirrm share/doc/html/rrdtool |