Port details |
- py-rrdtool_lgpl Python interface to RRDTool, the graphing and logging utility
- 1.0b1_7 databases
=0 1.0b1_7Version of this port present on the latest quarterly branch. DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2007-08-11 12:17:16
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- Also Listed In: python
- License: LGPL21+
- WWW:
- https://sourceforge.net/projects/py-rrdtool/
- Description:
- The python-rrdtool provides a interface to rrdtool, the
wonderful graphing and logging utility. This wrapper
implementation has worked from the scratch (without SWIG),
and it's under LGPL.
WWW: https://sourceforge.net/projects/py-rrdtool/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}rrdtool_lgpl>0:databases/py-rrdtool_lgpl@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-rrdtool_lgpl
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (py-rrdtool-1.0b1.tar.gz) = f778b51511cdd765ace26b6f934c0d237b1610cda2a8dad07025413a8ce20c8e
SIZE (py-rrdtool-1.0b1.tar.gz) = 22814
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- librrd.so : databases/rrdtool
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0b1_7 27 Jan 2020 15:34:18
  |
rene  |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.0b1_7 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
1.0b1_7 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.0b1_6 20 Jan 2017 20:33:31
  |
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
1.0b1_6 02 May 2016 16:08:56
  |
zeising  |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168 |
1.0b1_5 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0b1_5 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.0b1_5 18 Mar 2015 14:16:02
  |
amdmi3  |
- Add LICENSE
- Strip library |
1.0b1_4 19 Oct 2014 08:50:18
  |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
1.0b1_4 23 Jul 2014 20:11:10
  |
zeising  |
Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies. [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.
PR: 192024 [1] (based on)
Submitted by: asomers
Approved by: portmgr (blanket, portrevision bumps) |
1.0b1_3 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.0b1_3 28 Sep 2013 11:13:16
  |
mva  |
- Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
- Limit to the supported python versions
- Change to new LIB_DEPENDS where necessary
- Switch to new OPTIONS framework where necessary |
1.0b1_3 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.0b1_3 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.0b1_2 07 May 2012 18:52:09
 |
sylvio  |
- Chase rrdtool shlib version bump. |
1.0b1_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.0b1_1 23 May 2010 21:16:16
 |
linimon  |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
1.0b1_1 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0b1 31 Oct 2009 05:16:29
 |
wen  |
- Remove the unneeded patch.
Approved by: miwi,jadawin(mentors,implicit) |
1.0b1 31 Oct 2009 05:04:15
 |
wen  |
- Update to 1.0b1
PR: ports/126534
Submitted by: Wen Heping <myself>
Approved by: maintainer timeout(>14 months)
miwi,jadawin(mentors,implicit) |
0.2.1_2 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.2.1_2 24 Jun 2008 12:34:56
 |
rafan  |
- Chase rrdtool 1.3.0 update, bump PORTREVISION
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) |
0.2.1_1 11 Aug 2007 11:34:29
 |
edwin  |
[repocopy] net/py-rrdtool_lgpl -> databases/py-rrdtool_lgpl
Follow the migration of net/rrdtool to databases/rrdtool
PR: ports/114320
Submitted by: Edwin Groothuis <edwin@freebsd.org>
Approved by: maintainer timeout |
0.2.1_1 11 Aug 2007 11:31:44
 |
edwin  |
Forced commit to indicate repocopy |