aboutsummaryrefslogtreecommitdiffstats
path: root/net/rrdtool10
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant USE_GMAKE.demon2003-12-221-1/+0
| | | | | PR: 58993 Submitted by: Helge Oldach <1464424446@oldach.net>
* Correct pkg-plist.demon2003-10-301-1/+1
|
* Update to version 1.0.45.demon2003-10-294-22/+33
| | | | | PR: 58297 Submitted by: Toni Viemero <toni.viemero@iki.fi>
* utilize SITE_PERLijliao2003-10-241-9/+9
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.demon2003-02-222-1/+1
|
* Update to 1.0.41;demon2003-02-203-6/+3
| | | | Slightly adjust pkg-descr.
* Fixes for 64-bit platforms.demon2003-02-111-0/+20
| | | | Submitted by: Corey Smith <csmith@bonddesk.com>
* Update to 1.0.40.demon2002-10-182-5/+2
|
* Upgrade to 1.0.39.demon2002-08-312-2/+5
| | | | Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp> (with modifications).
* Upgrade to version 1.0.38.demon2002-05-253-3/+6
|
* Upgrade to 1.0.37demon2002-05-059-38/+43
| | | | Submitted by: Mark Rowlands <mark.rowlands@minmail.net> (partially).
* Update to 1.0.33.demon2001-07-063-11/+3
| | | | | | Fix MASTER_SITES. Spotted by: Forrest Aldrich <forrie@forrie.com>
* Eliminate -ffast-math slightly better way.demon2001-03-281-1/+1
| | | | Submitted by: knu
* Remove -ffast-math from $CFLAGS.kuriyama2001-03-261-0/+1
| | | | | | PR: ports/25750 (problem report) Submitted by: kuriyama Approved by: dima (maintainer)
* Update to 1.0.32.demon2001-02-2212-108/+21
|
* Change MAINTAINER field.demon2000-11-131-1/+1
| | | | | | I am now at FreeBSD dot org Approved by: sobomax
* Update to version 1.0.28kevlo2000-10-043-8/+8
| | | | | PR: 21744 Submitted by: MAINTAINER
* Update to 1.0.25.sobomax2000-08-012-2/+2
| | | | | PR: 20316 Submitted by: Domas Mituzas <midom@dammit.lt>
* Update to 1.0.24alex2000-06-287-33/+39
| | | | | PR: 19250 Submitted by: maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2
|
* Update port to 1.0.13jedgar2000-02-157-3/+60
| | | | | PR: 16714 Submitted by: Maintainer
* Actually add the new patch files.ade2000-01-118-0/+101
| | | | PR: 15999
* Update to 1.0.10ade2000-01-113-46/+82
| | | | | PR: 15999 Submitted by: maintainer
* Update to version 1.0.8.steve1999-12-244-8/+10
| | | | | PR: 15295 Submitted by: jack@germanium.xtalwind.net
* Formatting fix for ``rrdtool fetch'' output. The submitter has sent thissheldonh1999-11-181-0/+18
| | | | | | patch to the author, who I am told approves. Submitted by: Ian Freislich <iang@uunet.co.za>
* Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can importfenner1999-09-301-0/+12
| | | | MUST_DISABLE_FPMASK.
* Let the generated Makefiles install the perl modules.fenner1999-09-112-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!)
* Move rrdtool examples from ${PREFIX}/share/rrdtool/examples tofenner1999-09-112-9/+11
| | | | | | ${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =)
* Update rrdtool to 1.0.7fenner1999-09-092-8/+6
|
* mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to putfenner1999-09-071-0/+1
| | | | | | stuff there. Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* Round Robin Database Tool - store time-series data with averaging or otherfenner1999-08-225-0/+95
(lossy) historical compression, and create graphs. PR: ports/12717 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>