FreshPorts -- The Place For Ports Sat, 4 Jul 2009 7:30 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
rrdtool 1.3.7 databases on this many watch lists=43 search for ports that depend on this port
Round Robin Database Tools
Maintained by: bg1tpt@gmail.com search for ports maintained by this maintainer
Port Added: 05 Jul 2007 07:20:54
Also Listed In: graphics


It is pretty easy to gather status information from all sorts of things,
ranging from the temperature in your office to the number of octets which
have passed through the FDDI interface of your router. But it is not so
trivial to store this data in a efficient and systematic manner. This is
where RRDtool kicks in. It lets you log and analyze the data you gather from
all kinds of data-sources. The data analysis part of RRDtool is based
on the ability to quickly generate graphical representations of the data
values collected over a definable time period.

WWW: http://www.rrdtool.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, lang/perl5.8, devel/libtool15
Required To Run: lang/perl5.8
Required Libraries: print/freetype2, graphics/cairo, graphics/png, textproc/libxml2, x11-toolkits/pango

To install the port: cd /usr/ports/databases/rrdtool/ && make install clean
To add the package: pkg_add -r rrdtool


Configuration Options
===> The following configuration options are available for rrdtool-1.3.7:
     PYTHON_MODULE=off (default) "Build PYTHON bindings"
     RUBY_MODULE=off (default) "Build RUBY bindings"
     PERL_MODULE=on (default) "Build PERL module"
     DEJAVU=off (default) "Use DejaVu fonts (requires X11)"
     MMAP=on (default) "Use mmap in rrd_update"
===> Use 'make config' to modify these settings

Master Sites:
http://oss.oetiker.ch/rrdtool/pub/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-07-12
    Affects: users of databases/rrdtool
    Author: rafan@FreeBSD.org
    Reason: 
      If you use language bindings, like the Perl's RRDs, please upgrade
      this port *twice* in order to get the library dependency right.
    
    
Port Moves
  • port moved here from net/rrdtool on 2007-07-05
    REASON: Move to better category

Number of commits found: 20

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
04 May 2009 13:42:16
Original commit files touched by this commit  1.3.7
beat search for other commits by this committer
- Update to 1.3.7
- Add option for disable mmap

PR:             ports/133798
Submitted by:   Zhen REN <bg1tpt AT gmail.com> (maintainer)
Approved by:    miwi (mentor)
18 Feb 2009 00:55:42
Original commit files touched by this commit  1.3.5_1
amdmi3 search for other commits by this committer
- Fix plist for WITH_PYTHON_MODULE case (add INSTALLS_EGGINFO)

PR:             130826
Submitted by:   myself
Approved by:    maintainer timeout
19 Jan 2009 23:50:55
Original commit files touched by this commit  1.3.5
amdmi3 search for other commits by this committer
- Forgot to fix plist for 1.3.5 update

PR:             130727
Submitted by:   Zhen REN <bg1tpt at gmail dot com> (maintainer)
19 Jan 2009 23:50:04
Original commit files touched by this commit  1.3.5
amdmi3 search for other commits by this committer
- Update to 1.3.5

PR:             130727
Submitted by:   Zhen REN <bg1tpt at gmail dot com> (maintainer)
07 Jan 2009 14:49:49
Original commit files touched by this commit  1.3.3_1
wxs search for other commits by this committer
- Make dejavu font an optional dependency

PR:             ports/129716
Submitted by:   Guido Falsi <mad@madpilot.net>
Approved by:    bg1tpt@gmail.com (maintainer)
12 Dec 2008 22:07:40
Original commit files touched by this commit  1.3.3_1
stefan search for other commits by this committer
Add missing runtime dependency on x11-fonts/dejavu.

PR:             128537
Submitted by:   Daniel Roethlisberger <daniel@roe.ch>
Approved by:    maintainer timeout (>5 weeks)
23 Sep 2008 02:46:38
Original commit files touched by this commit  1.3.3
beech search for other commits by this committer
- Add plist entry

Reported by:    QAT
23 Sep 2008 01:10:24
Original commit files touched by this commit  1.3.3
beech search for other commits by this committer
- Update to 1.3.3
- Fixes a major data corruption bug present in earlier 1.3.x versions

- Fix rrdcgi is generating invalid paths

PR:             ports/127271 [1]
PR:             ports/127477 [2]
Submitted by:   kevin brintnall <kbrint@rufus.net> [1]
Submitted by:   David Wolfskill <dwolf@juniper.net> [2]
Approved by:    Razor <bg1tpt@gmail.com> (maintainer)
25 Aug 2008 11:19:00
Original commit files touched by this commit  1.3.1
rafan search for other commits by this committer
- Update to 1.3.1

PR:             ports/126661
Submitted by:   Xavier Beaudouin <kiwi at oav.net>
Approved by:    Razor <bg1tpt at gmail.com> (maintainer)
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.3.0_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
30 Jun 2008 06:52:25
Original commit files touched by this commit  1.3.0_1
rafan search for other commits by this committer
- Remove unnecessary msync() which impact performance a lot
- Bump PORTREVISION

PR:             ports/125056
Submitted by:   Marcus Reid <marcus at blazingdot.com>
Approved by:    maintainer
24 Jun 2008 13:33:24
Original commit files touched by this commit  1.3.0
rafan search for other commits by this committer
- Update to 1.3.0

PR:             ports/124749
Submitted by:   Zhen REN <bg1tpt at gmail.com> (maintainer)
14 Jun 2008 03:19:55
Original commit files touched by this commit  1.2.26_1
wxs search for other commits by this committer
Add CONFLICTS on rrdtool-1.0* - they both install identical files.

PR:             ports/124135
Submitted by:   wxs
Approved by:    maintainer timeout
23 Jan 2008 02:56:54
Original commit files touched by this commit  1.2.26
nemoliu search for other commits by this committer
- update to 1.2.26

PR:     ports/119310
Submitted by:   Beat Gaetzi <beat@chruetertee.ch>
Approved by:    Zhen REN <bg1tpt@gmail.com>,delphij(mentor,implicit)
07 Oct 2007 06:45:04
Original commit files touched by this commit  1.2.23
linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
04 Aug 2007 12:41:31
Original commit files touched by this commit  1.2.23
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
15 Jul 2007 22:49:58
Original commit files touched by this commit  1.2.23
pav search for other commits by this committer
- Make Perl dependency optional

PR:             ports/114419
Submitted by:   Markus Dolze <bsdfan@nurfuerspam.de>
Approved by:    Razor <bg1tpt@gmail.com> (maintainer)
05 Jul 2007 09:23:13
Original commit files touched by this commit  1.2.23
delphij search for other commits by this committer
Hand maintainership to a previous patch submitter
who actively uses rrdtool.
05 Jul 2007 09:16:41
Original commit files touched by this commit  1.2.23
demon search for other commits by this committer
Drop maintainership.
05 Jul 2007 07:19:49
Original commit files touched by this commit  1.2.23
edwin search for other commits by this committer
First steps in a big migration:

    Move net/rrdtool to databases/rrdtool.

    It's an itch which needs to be scratched: net/rrdtool came from
    net/mrtg, which was a good location for it. net/mrtg has later
    been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
    Tools", therefor it's better if it moves to databases/rrdtool.
    Same with net/rrdtool10.

PR:             ports/112942
Submitted by:   Edwin Groothuis <edwin@mavetju.org>

Number of commits found: 20

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20375
Broken 145
Deprecated 44
Ignore 763
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours3
new 7 days69
new fortnight96
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.215 seconds.