summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-ap
diff options
context:
space:
mode:
authorwulf <wulf>2005-07-03 15:23:33 +0000
committerwulf <wulf>2005-07-03 15:23:33 +0000
commit3187783b60d8262b3fdadaabb52a7e267162d90a (patch)
tree0b93909607da6e1144ce6c0eb2b081fc17d53b12 /databases/rrdtool/patches/patch-ap
parent98564089ee9d2a6a2518050cf84d4d49f34532d5 (diff)
downloadpkgsrc-3187783b60d8262b3fdadaabb52a7e267162d90a.tar.gz
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.
Diffstat (limited to 'databases/rrdtool/patches/patch-ap')
-rw-r--r--databases/rrdtool/patches/patch-ap22
1 files changed, 9 insertions, 13 deletions
diff --git a/databases/rrdtool/patches/patch-ap b/databases/rrdtool/patches/patch-ap
index 6c300f202f1..fe5ae496cad 100644
--- a/databases/rrdtool/patches/patch-ap
+++ b/databases/rrdtool/patches/patch-ap
@@ -1,19 +1,15 @@
-$NetBSD: patch-ap,v 1.5 2004/02/07 17:44:10 seb Exp $
+$NetBSD: patch-ap,v 1.6 2005/07/03 15:23:34 wulf Exp $
---- 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
+--- 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 @@
+ 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION
'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}",
-- '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
+ 'INC' => '-I../../src',
++ 'LIBS' => "-lcgi -lm -lpng -lz -lfreetype",
# Perl will figure out which one is valid
-- 'depend' => {'RRDs.c' => "../src/.libs/librrd_private.a"},
- 'dynamic_lib' => {'OTHERLDFLAGS' => "$librrd -lm"},
-+ 'depend' => {'RRDs.c' => "../src/librrd_private.la"},
++ 'depend' => {'RRDs.c' => "../../src/librrd.la"},
+ 'LDFROM' => "\$(OBJECT) $librrd",
- 'realclean' => {FILES => 't/demo?.rrd t/demo?.gif' }
+ 'realclean' => {FILES => 't/demo?.rrd t/demo?.png' }
);