summaryrefslogtreecommitdiff
path: root/databases/rrdtool (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-09-11Let the generated Makefiles install the perl modules.Bill Fenner2-4/+9
(I'm not positive why there's a do-install: target at all, but since there are less than 5 minutes til the freeze I'm not going to investigate yet!) Notes: svn path=/head/; revision=21645
1999-09-10Move rrdtool examples from ${PREFIX}/share/rrdtool/examples toBill Fenner2-9/+11
${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =) Notes: svn path=/head/; revision=21621
1999-09-08Update rrdtool to 1.0.7Bill Fenner2-8/+6
Notes: svn path=/head/; revision=21431
1999-09-07mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to putBill Fenner1-0/+1
stuff there. Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log Notes: svn path=/head/; revision=21356
1999-08-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21126
1999-08-22Round Robin Database Tool - store time-series data with averaging or otherBill Fenner5-0/+95
(lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=20879