summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2daf6ba)
raw | patch | inline | side by side (parent: 2daf6ba)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 4 May 2006 13:24:16 +0000 (13:24 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 4 May 2006 13:24:16 +0000 (13:24 +0000) |
22 files changed:
diff --git a/program/PROJECTS b/program/PROJECTS
index bccea05b088990a5161f0a433c95aabaadafc500..68a5fcfb0cf2a151df967cbad8672fd48244b4bd 100644 (file)
--- a/program/PROJECTS
+++ b/program/PROJECTS
Interested:
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
Jake Brutlag <jakeb@microsoft.com>
- updating rrd_update to use accessor fks
diff --git a/program/README b/program/README
index cdfbe0757b22f462028e0225d64af7405a825b38..1dfcace02737c0cc1d29c863bbde31aa5adf1626 100644 (file)
--- a/program/README
+++ b/program/README
Is available from http://people.ee.ethz.ch/oetiker/webtools/rrdtool/
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
diff --git a/program/acinclude.m4 b/program/acinclude.m4
index 908894411a95a4eccf00d23a434e485b8ae1c8b8..936739577c05fdafaa20a1d7928c0655bfc48733 100644 (file)
--- a/program/acinclude.m4
+++ b/program/acinclude.m4
PERLFLAGS="CCFLAGS=-DMUST_DISABLE_SIGFPE"],
AC_MSG_ERROR([
Your Compiler does not do propper IEEE math ... Please find out how to
-make IEEE math work with your compiler and let me know (oetiker@ee.ethz.ch).
+make IEEE math work with your compiler and let me know (tobi@oetiker.ch).
Check config.log to see what went wrong ...
]))])])])])])])])])])
diff --git a/program/configure.ac b/program/configure.ac
index fca2c34c6167a61e7c54ba9b3aae29d7955a8951..b64d480159542312b1cac4bdc85442f8867875cc 100644 (file)
--- a/program/configure.ac
+++ b/program/configure.ac
AM_CONDITIONAL(BUILD_RRDCGI,[test $enable_rrdcgi != no])
EX_CHECK_ALL(art_lgpl_2, art_vpath_add_point, libart_lgpl/libart.h, libart-2.0, 2.3.17, ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/, /usr/include/libart-2.0)
-EX_CHECK_ALL(z, zlibVersion, zlib.h, zlib, 1.2.2, http://www.gzip.org/zlib/, "")
-EX_CHECK_ALL(png, png_access_version_number, png.h, libpng, 1.2.8, http://prdownloads.sourceforge.net/libpng/, "")
-EX_CHECK_ALL(freetype, FT_Init_FreeType, ft2build.h, freetype2, 2.1.9, http://prdownloads.sourceforge.net/freetype/, /usr/include/freetype2)
+EX_CHECK_ALL(z, zlibVersion, zlib.h, zlib, 1.2.3, http://www.gzip.org/zlib/, "")
+EX_CHECK_ALL(png, png_access_version_number, png.h, libpng, 1.2.10, http://prdownloads.sourceforge.net/libpng/, "")
+EX_CHECK_ALL(freetype, FT_Init_FreeType, ft2build.h, freetype2, 2.1.10, http://prdownloads.sourceforge.net/freetype/, /usr/include/freetype2)
if test "$EX_CHECK_ALL_ERR" = "YES"; then
AC_MSG_ERROR([Please fix the library issues listed above and try again.])
index 245d02856b2ca56de6f2e5104d1dddc2660a917b..2974379db7d763a9f3ece516e4a17b894dd289dd 100644 (file)
--- a/program/doc/rrdbuild.pod
+++ b/program/doc/rrdbuild.pod
=item Building zlib
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.2.tar.gz
- tar zxf zlib-1.2.2.tar.gz
+ wget http://oss.oetiker.ch/rrdtool/pub/libs/zlib-1.2.3.tar.gz
+ tar zxf zlib-1.2.3.tar.gz
cd zlib-1.2.2
env CFLAGS="-O3 -fPIC" ./configure --prefix=$BUILD_DIR/lb
make
cd $BUILD_DIR
wget http://oss.oetiker.ch/rrdtool/pub/libs/libpng-1.2.8-config.tar.gz
- tar zxvf libpng-1.2.8-config.tar.gz
- cd libpng-1.2.8-config
+ tar zxvf libpng-1.2.10.tar.gz
+ cd libpng-1.2.10
env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \
./configure --disable-shared --prefix=$BUILD_DIR/lb
make
=item Building freetype
cd $BUILD_DIR
- wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.1.9.tar.gz
- tar zxvf freetype-2.1.9.tar.gz
- cd freetype-2.1.9
+ wget http://oss.oetiker.ch/rrdtool/pub/libs/freetype-2.1.10.tar.bz2
+ tar jxvf freetype-2.1.10.tar.bz2
+ cd freetype-2.1.10
env CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" \
./configure --disable-shared --prefix=$BUILD_DIR/lb
make
=head1 AUTHOR
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
diff --git a/program/doc/rrdcgi.pod b/program/doc/rrdcgi.pod
index 92d1f909015c601fb1adae13eeb9defa6f7a373a..4c81e018d41a244f2c54e26e39b32adc48e1967e 100644 (file)
--- a/program/doc/rrdcgi.pod
+++ b/program/doc/rrdcgi.pod
=head1 AUTHOR
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
index 62907c83771244ba78edaf0d0e5dac28e6ad5a98..27ef702afd5097ca94e08e13c2b49cb01c3d0559 100644 (file)
=head1 AUTHOR
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
index aa2a7e707f1f48271f39c8244fdb3ad74a6c4313..2e4cd4b2419138bab805a718c130597935a45e4c 100644 (file)
--- a/program/doc/rrddump.pod
+++ b/program/doc/rrddump.pod
=head1 AUTHOR
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
index 7ebd9d603bb84dc0705f0c2a621fb6343b03be48..3611928b9c122ce64de2a7288956cded462556e7 100644 (file)
--- a/program/doc/rrdfetch.pod
+++ b/program/doc/rrdfetch.pod
=head1 AUTHOR
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index 37acaab4e1e82850aa6b4b8891cf9d96f10155ca..f35e0cd4f6d6bd0876d2eb5161b0ae1efb4700d8 100644 (file)
=head1 AUTHOR
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
=head1 REFERENCES
index 63f5307f9d5844d11d1ebbc089520f60f42a3d5c..b7bf370608c37488ea60891d5f7e1a011744d17b 100644 (file)
--- a/program/doc/rrdgraph.pod
+++ b/program/doc/rrdgraph.pod
=head1 AUTHOR
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index 04d976174b4a679cf0eac31a2589d99f6d3e3e6e..64c559aba27f36485883ea513484487a46cdc112 100644 (file)
=head1 AUTHOR
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index e743c9f0e1408f3ded9afd84375ccc8b6b6237fd..fbe2f16edaa0f4f10145c2a0f3364bcb3e8fce86 100644 (file)
=head1 AUTHOR
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index 754e703e3a19ddd58bf6e693411e9f925c546a4a..3c54e24fabf59540eca5732feea9ae177c1a3571 100644 (file)
=head1 AUTHOR
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index 581dce9cecde4da42bdda56b771249105c9c78f2..5000d7a1738915277d065318971440624dc65d4d 100644 (file)
=head1 AUTHOR
-Program by Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
This manual page by Alex van den Bogaerdt E<lt>alex@ergens.op.het.netE<gt>
index 24676eff3674dfdacaa9ae7f7b33af3d307d2341..e83d8d6138279af4e4fbd9eb4b38b494357a3e9e 100644 (file)
--- a/program/doc/rrdinfo.pod
+++ b/program/doc/rrdinfo.pod
=head1 AUTHOR
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
index 811548da0b695cfb5b0b55e46c262d3a52377cb3..e098e0dfc1cfa6cb6275a5c72f3748fe2121ca61 100644 (file)
=head1 AUTHOR
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index 0b7add0ce09ffb8d116e997a49916cc7bb059151..0f41607aa1040127a3ae8411f0aba16991fa548c 100644 (file)
--- a/program/doc/rrdtool.pod
+++ b/program/doc/rrdtool.pod
=head1 AUTHOR
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index ab195bd93de3b258cce746668cac7e1b3f1026aa..5e9029bf12a2772a4267c249262645e59fee2e7b 100644 (file)
--- a/program/doc/rrdtune.pod
+++ b/program/doc/rrdtune.pod
=head1 AUTHOR
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index bcad01c8607202dfdf8a72afe2c64671f1fe11d8..05c1288f69f17ef9bced5fb46132f32608bb742e 100644 (file)
=head1 DESCRIPTION
-RRDtool is written by Tobias Oetiker <oetiker@ee.ethz.ch> with
+RRDtool is written by Tobias Oetiker <tobi@oetiker.ch> with
contributions from many people all around the world. This document is
written by Alex van den Bogaerdt <alex@ergens.op.het.net> to help you
understand what RRDtool is and what it can do for you.
index d362f14e93e778ec28fcb6c27c6526e8c6d226ba..cc0b452f76ce0e9faeb3d6cbd54058f5fa86f40f 100644 (file)
=head1 AUTHOR
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>
index ebfc479825dcbe79db46fe53e10588f29765fce9..62a96259f8357ca45189f575bb4a2f03981fbe8a 100644 (file)
--- a/program/doc/rrdxport.pod
+++ b/program/doc/rrdxport.pod
=head1 AUTHOR
-Tobias Oetiker E<lt>oetiker@ee.ethz.chE<gt>
+Tobias Oetiker E<lt>tobi@oetiker.chE<gt>