head 1.11; access; symbols pkgsrc-2013Q2:1.11.0.18 pkgsrc-2013Q2-base:1.11 pkgsrc-2012Q4:1.11.0.16 pkgsrc-2012Q4-base:1.11 pkgsrc-2011Q4:1.11.0.14 pkgsrc-2011Q4-base:1.11 pkgsrc-2011Q2:1.11.0.12 pkgsrc-2011Q2-base:1.11 pkgsrc-2009Q4:1.11.0.10 pkgsrc-2009Q4-base:1.11 pkgsrc-2008Q4:1.11.0.8 pkgsrc-2008Q4-base:1.11 pkgsrc-2008Q3:1.11.0.6 pkgsrc-2008Q3-base:1.11 cube-native-xorg:1.11.0.4 cube-native-xorg-base:1.11 pkgsrc-2008Q2:1.11.0.2 pkgsrc-2008Q2-base:1.11 pkgsrc-2008Q1:1.10.0.4 pkgsrc-2008Q1-base:1.10 pkgsrc-2007Q4:1.10.0.2 pkgsrc-2007Q4-base:1.10 pkgsrc-2007Q3:1.9.0.4 pkgsrc-2007Q3-base:1.9 pkgsrc-2007Q2:1.9.0.2 pkgsrc-2007Q2-base:1.9 pkgsrc-2007Q1:1.8.0.6 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.4 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.2 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.7.0.2 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.6.0.6 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.4 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.2 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.5.0.12 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.10 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.8 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.6 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.4 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.2 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.4 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.11 date 2008.04.14.16.05.35; author he; state dead; branches; next 1.10; 1.10 date 2007.11.13.01.58.43; author cube; state Exp; branches; next 1.9; 1.9 date 2007.05.30.07.25.40; author martti; state dead; branches; next 1.8; 1.8 date 2006.07.22.07.37.07; author adam; state Exp; branches; next 1.7; 1.7 date 2006.05.05.17.42.07; author adam; state Exp; branches; next 1.6; 1.6 date 2005.07.03.15.23.34; author wulf; state Exp; branches; next 1.5; 1.5 date 2004.02.07.17.44.10; author seb; state Exp; branches; next 1.4; 1.4 date 2003.02.16.23.08.59; author seb; state Exp; branches; next 1.3; 1.3 date 2002.07.31.17.04.08; author wiz; state Exp; branches; next 1.2; 1.2 date 2000.12.05.11.15.42; author wulf; state Exp; branches; next 1.1; 1.1 date 2000.05.07.13.36.49; author wulf; state Exp; branches; next ; desc @@ 1.11 log @Update rrdtool to version 1.2.27. Changes: * doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdtutorial.pod: fixes for better web rendering * COPYRIGHT: added ZPL 2.1 to floss exception * src/rrd_graph.c, trunk/program/src/rrd_graph.c: fixed parsing of fontnames with embeded spaces * bindings/tcl/tclrrd.c, configure.ac, src/rrd_cgi.c: * fix fadvice and madvice inclusion ... again * fix rrdcgi warning * fix warnings in tcl bindings -- Peter Breitenlohner peb mppmu.mpg.de * src/rrd_graph.c: weekday and time are too tight * configure.ac: fixing the solaris build * netware/Makefile, src/rrd_update.c, win32/Makefile: updates for netware and mingw32 ... allows for crosscompilation * src/rrd_update.c: make update compile for mingw32 3.4.5 * bindings/perl-shared/Makefile.PL, configure.ac, src/rrd_tool.h, src/rrd_update.c: * improve portability of compile environment to netbsd and solaris @ text @$NetBSD: patch-ap,v 1.10 2007/11/13 01:58:43 cube Exp $ --- bindings/perl-shared/Makefile.PL.orig 2006-07-14 14:11:26.000000000 +0200 +++ bindings/perl-shared/Makefile.PL @@@@ -30,8 +30,10 @@@@ WriteMakefile( 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", 'INC' => '-I../../src', + 'LIBS' => "-lm -lpng -lz -lfreetype", # Perl will figure out which one is valid - 'dynamic_lib' => {'OTHERLDFLAGS' => "$librrd -lm"}, + 'depend' => {'RRDs.c' => "../../src/librrd.la"}, + 'LDFROM' => "\$(OBJECT) $librrd", 'realclean' => {FILES => 't/demo?.rrd t/demo?.png' } ); @ 1.10 log @Revive patch-ap, sans -lcgi, so that RRDs.so build correctly again. Ok martti@@, PR#37374 by Petar Bogdanovic. @ text @d1 1 a1 1 $NetBSD$ @ 1.9 log @cgilib is not needed to build this (Tobi Oetiker told this in a private mail). @ text @d1 1 a1 1 $NetBSD: patch-ap,v 1.8 2006/07/22 07:37:07 adam Exp $ d9 1 a9 1 + 'LIBS' => "-lcgi -lm -lpng -lz -lfreetype", @ 1.8 log @Changes 1.2.15: The pwd command for server mode was added. Logarithmic graphs were revisited. GPRINT can now access the time component of VDEF values. DNAN and DINF are much faster through caching. Many bugs were killed. @ text @d1 1 a1 1 $NetBSD$ @ 1.7 log @Changes 1.2.13: Restoring from 1.0.x format XML dumps was enabled. The stability of rrdtool fetch results was fixed. A new rrdtool graph and rrdcgi functions were added. The pipe mode interface was improved. Many bugfixes were made. @ text @d3 1 a3 1 --- bindings/perl-shared/Makefile.PL.orig 2006-05-04 15:26:28.000000000 +0200 d5 1 a5 1 @@@@ -29,8 +29,10 @@@@ WriteMakefile( @ 1.6 log @Update of rrdtool to 1.2.9: Major Changes between 1.0.x and 1.2.x Graphing -------- * rewritten graphics generation based on libart. - anti-aliased output - alpha transparency support - truetype fonts * additional graphics formats: EPS, PDF, SVG * extended multi-part documentation * VDEF support; define and use variables. Find, and use, the maximum rate seen by rrdtool; compute and show the average * Sliding window (trend) analysis Compute a smoother average, for instance over the last 6 CDPs * percentile (95th or other) Remove peaks, 95 percent of all rates are at or below the returned value Logging ------- * a second logging interface: rrdtool updatev Verbose updating of the database; show CPDs being created * Aberrant Behavior Detection with Holt-Winters Forecasting Compare current data with expected data, detect and log when the rates are outside expected levels * COMPUTE data type for artificial data-sources calculating their input using RPN math and data from the other data-sources. @ text @d1 1 a1 1 $NetBSD: patch-ap,v 1.5 2004/02/07 17:44:10 seb Exp $ d3 3 a5 3 --- bindings/perl-shared/Makefile.PL.orig 2005-06-19 16:12:18.000000000 +0930 +++ bindings/perl-shared/Makefile.PL 2005-06-19 16:16:56.000000000 +0930 @@@@ -25,7 +25,9 @@@@ d16 1 @ 1.5 log @Now that lang/perl5/module.mk fiddles with OTHERLDFLAGS fix the way RRDs.so shared perl module is built and thus fix runtime failure described in PR pkg/24292 by Michael van Elst . Also fix sparc64 compilation warnings and runtime failure due to time_t's size assumption: sizeof(time_t) != sizeof(long) on NetBSD/sparc64. While here bl3ify, this somewhat simplify the package, and provide a buildlink3.mk file. Bump PKGREVISION. With wulf@@'s blessing. @ text @d1 1 a1 1 $NetBSD$ d3 4 a6 5 --- perl-shared/Makefile.PL.in.orig 2002-03-21 21:52:35.000000000 +0000 +++ perl-shared/Makefile.PL.in @@@@ -10,10 +10,11 @@@@ WriteMakefile( 'NAME' => 'RRDs', 'VERSION_FROM' => '@@top_srcdir@@/perl-shared/RRDs.pm', # finds $VERSION d8 2 a9 4 - 'INC' => '-I@@top_srcdir@@/src -I@@top_srcdir@@/gd1.3', + 'INC' => "-I@@top_srcdir@@/src", + 'LIBS' => "-lcgi -lm -lgd -lpng -lz -ljpeg -lttf", # where to look for the necessary libraries a10 1 - 'depend' => {'RRDs.c' => "../src/.libs/librrd_private.a"}, d12 1 a12 1 + 'depend' => {'RRDs.c' => "../src/librrd_private.la"}, d14 1 a14 1 'realclean' => {FILES => 't/demo?.rrd t/demo?.gif' } @ 1.4 log @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 updated php4 bindings to work with php 4.2.3 - 2002/10/07 Tomoyuki Murakami -z does not take an option - 2002/10/03 Gonzalo Augusto Arana Tagle fix for PREV() operator - 2002/08/01 Paul Clifford fix for segfault in print_calc function + 2002/07/31 "Nenad Antic (EAB)" rrdfetch manpage update - 2002/07/12 Gonzalo Augusto Arana Tagle PREV(xxx) match with DEF_NAM_FMT - 2002/07/12 Joerg Mertin 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 * new CDEF feature PREV(x) which allows for funky new filters to be created easily + 2002/06/14 -- "Shipway, Steve" * 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 * 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 * fix for --alt-mrtg + 2002/05/01 Wolfgang Schrimm * new subcommand xport = 1.0.37 2002/04/13 -- Tobi - 2002/04/14 -- Thierry Nkaoua * do not change LC_ALL but just LC_TIME ... = 1.0.36 2002/04/13 -- Tobi + 2002/04/13 -- Milan Obuch * 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 * rrd restore should not burn down existing files - 2002/03/23 -- Oliver Cook * kill segfault in diff code for non digit input - 2002/03/23 -- Ashok Mandala * make sure CDEFs work properly even when none of the contributing data sources start at start of the cdef. + 2002/03/20 -- David Lee * 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 * 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 * 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 * 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 * 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 ... @ text @d3 1 a3 1 --- perl-shared/Makefile.PL.in.orig Thu Mar 21 21:52:35 2002 d5 1 a5 24 @@@@ -6,14 +6,34 @@@@ use Config; # Specify the location of the archive containing PIC compiled object files. my $librrd = "-L../src/.libs/ -lrrd_private" ; +my $CGILIB_INC = $ENV{CGILIB_INC}; +my $CGILIB_LIB = $ENV{CGILIB_LIB}; +my $GD_INC = $ENV{GD_INC}; +my $GD_LIB = $ENV{GD_LIB}; +my $JPEG_INC = $ENV{JPEG_INC}; +my $JPEG_LIB = $ENV{JPEG_LIB}; +my $ZLIB_INC = $ENV{ZLIB_INC}; +my $ZLIB_LIB = $ENV{ZLIB_LIB}; +my $PNG_INC = $ENV{PNG_INC}; +my $PNG_LIB = $ENV{PNG_LIB}; +my $TTF_INC = $ENV{TTF_INC}; +my $TTF_LIB = $ENV{TTF_LIB}; + +my $_RPATH = $ENV{_RPATH}; + +my $MY_INCS = "-I".join (" -I", ($CGILIB_INC, $GD_INC, $JPEG_INC, $ZLIB_INC, $PNG_INC, $TTF_INC)); +my $MY_LIBS = join "-L".(" -L", ($CGILIB_LIB, $GD_LIB, $JPEG_LIB, $ZLIB_LIB, $PNG_LIB, $TTF_LIB)); +my $MY_DLIBS = "-Wl,$_RPATH".join (" -Wl,$_RPATH", ($CGILIB_LIB, $GD_LIB, $JPEG_LIB, $ZLIB_LIB, $PNG_LIB, $TTF_LIB)); + WriteMakefile( d10 2 a11 2 + 'INC' => "-I@@top_srcdir@@/src $MY_INCS", + 'LIBS' => "$MY_LIBS -lcgi -lm -lgd -lpng -lz -ljpeg -lttf", d17 1 a17 1 + 'dynamic_lib' => {'OTHERLDFLAGS' => "$librrd $MY_DLIBS"}, @ 1.3 log @Use LTCONFIG_OVERRIDE. @ text @d3 5 a7 8 --- configure.orig Thu Feb 22 12:02:16 2001 +++ configure @@@@ -2217,8 +2217,6 @@@@ echo "$ac_t""$rd_cv_gcc_opt" 1>&6 CFLAGS=$oCFLAGS fi fi - -CFLAGS="$CFLAGS "`grep pic_flag= libtool | sed -e 's/.*pic_flag=//' -e 's/"//g'` d9 34 a42 2 case $target_os in *hpux*) @ 1.2 log @Update to rrdtool-1.0.28 that since has seen several bugfixes @ text @d1 1 a1 1 $NetBSD: patch-ao,v 1.1 2000/05/07 13:36:49 wulf Exp $ d3 8 a10 4 --- configure.orig Thu Sep 14 15:27:47 2000 +++ configure Tue Dec 5 20:58:00 2000 @@@@ -1708,7 +1708,7 @@@@ LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" d12 2 a13 6 # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' +# LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. @ 1.1 log @Fixed build problem and updated rrdtool to version 1.0.21 @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- configure.orig Tue May 2 19:39:15 2000 +++ configure Sat May 6 00:53:18 2000 @@@@ -1696,7 +1696,7 @@@@ @