notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-carbon Backend storage application for graphite
1.1.10_3 databases on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.10_3Version of this port present on the latest quarterly branch.
Broken BROKEN: Python-3.9 is not supported
Ignore IGNORE: is marked as broken: Python-3.9 is not supported
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-02-22 03:40:55
Last Update: 2023-11-27 05:38:03
Commit Hash: 9f1e799
People watching this port, also watch:: memcached, nagios, zfs-stats, smartmontools, xen-tools
Also Listed In: python
License: APACHE20
WWW:
https://github.com/graphite-project/carbon
Description:
Carbon is a backend data caching and persistence daemon for Graphite
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}carbon>0:databases/py-carbon@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-carbon/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Broken
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install databases/py-carbon
  • pkg install py39-carbon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-carbon listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-carbon
Package flavors (<flavor>: <package>)
  • py39: py39-carbon
distinfo:
TIMESTAMP = 1654145258 SHA256 (graphite-project-carbon-1.1.10_GH0.tar.gz) = 1916df4d51f4260baee0d0665aae8c75e3350f0fcb826e26514c0abfe2d74f15 SIZE (graphite-project-carbon-1.1.10_GH0.tar.gz) = 99444

Packages (timestamps in pop-ups are UTC):
py37-carbon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.1.7_1---1.1.7_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-cachetools>=1.1.0 : devel/py-cachetools@py39
  2. py39-service-identity>=0 : security/py-service-identity@py39
  3. py39-twisted>=13.2.0 : devel/py-twisted@py39
  4. py39-txamqp>=0.3 : net/py-txamqp@py39
  5. py39-urllib3>=0 : net/py-urllib3@py39
  6. py39-whisper>=0.9.10 : databases/py-whisper@py39
  7. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  8. python3.9 : lang/python39
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/py-graphite-web*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
databases_py-carbon
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/graphite-project/carbon/tar.gz/1.1.10?dummy=/
Collapse this list.

Number of commits found: 53

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.10_3
27 Nov 2023 05:38:03
commit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fbcommit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fbcommit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fbcommit hash: 9f1e799a0b1209bbfe98e1da627ff4039ebe70fb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Change {RUN,TEST}_DEPENDS from security/py-service_identity to
security/py-service-identity

- Bump PORTREVISION for dependency change (except security/py-trustme)

PR:		275167
Reported by:	Joakim Bergman <jocke@gipset.se>
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.1.10_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.10_2
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.10_2
04 Jul 2022 15:50:20
commit hash: 43a71c753dd4a0f286d775c1322c55b258d05963commit hash: 43a71c753dd4a0f286d775c1322c55b258d05963commit hash: 43a71c753dd4a0f286d775c1322c55b258d05963commit hash: 43a71c753dd4a0f286d775c1322c55b258d05963 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/py-carbon: Fix start up ordering

PR:		264462
Reported by:	brd
1.1.10_1
30 Jun 2022 22:24:28
commit hash: b12f3681eb55edaf7ae876e889b80f9febf31392commit hash: b12f3681eb55edaf7ae876e889b80f9febf31392commit hash: b12f3681eb55edaf7ae876e889b80f9febf31392commit hash: b12f3681eb55edaf7ae876e889b80f9febf31392 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/py-carbon: Fix BUILD

Fixes: 06ae815 Mark BROKEN for python39
1.1.10
25 Jun 2022 21:17:52
commit hash: 06ae81597b621cb16e2529fa6cc189ed97350bf5commit hash: 06ae81597b621cb16e2529fa6cc189ed97350bf5commit hash: 06ae81597b621cb16e2529fa6cc189ed97350bf5commit hash: 06ae81597b621cb16e2529fa6cc189ed97350bf5 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/py-carbon: Mark BROKEN for python39

- Remove version-spec

PR:		261703
Reported by:	exp-run
1.1.10
02 Jun 2022 05:30:30
commit hash: ca57a02ed27c602063c202077208621a4cf437e0commit hash: ca57a02ed27c602063c202077208621a4cf437e0commit hash: ca57a02ed27c602063c202077208621a4cf437e0commit hash: ca57a02ed27c602063c202077208621a4cf437e0 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/py-carbon: Update version 1.1.8=>1.1.10

- Take MAINTAINERSHIP
- Pet portclippy

Relnotes: https://graphite.readthedocs.io/en/latest/releases/1_1_10.html
1.1.8
19 Apr 2021 20:15:54
commit hash: 39dd54f449e100afc6b7711b0bb14b4c9c0f95a5commit hash: 39dd54f449e100afc6b7711b0bb14b4c9c0f95a5commit hash: 39dd54f449e100afc6b7711b0bb14b4c9c0f95a5commit hash: 39dd54f449e100afc6b7711b0bb14b4c9c0f95a5 files touched by this commit
Neel Chauhan (nc) search for other commits by this committer
databases/py-carbon: Update to 1.1.8
1.1.7_2
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.1.7_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.7_2
13 Mar 2021 06:37:15
Revision:568232Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon & www/py-graphite-web: drop maintainership since I no longer
use these
1.1.7_2
01 Feb 2021 19:47:09
Revision:563748Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from py-cachetools3 to py-cachetools

- Bump PORTREVISION for dependency change

py-cachetools3 was used for python 2.7 support which has been removed in
r559531.
1.1.7_1
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.1.7_1
15 Aug 2020 23:15:49
Revision:545081Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: Fix rc script for python3

PR:		248413
Submitted by:	brd
1.1.7
10 Jun 2020 18:37:18
Revision:538425Original commit files touched by this commit
kai search for other commits by this committer
databases/py-carbon: Update to 1.1.7

* Enable build for all Python versions.

* Pet portlint (sort variables, rebase patch) and make USES block separate
  from non-relevant variables while I'm here.

Changelogs since 1.1.5:

https://graphite.readthedocs.io/en/latest/releases/1_1_7.html
https://graphite.readthedocs.io/en/latest/releases/1_1_6.html

PR:		245859
Approved by:	maintainer timeout (6+ weeks)
1.1.5_1
12 Jan 2020 16:08:38
Revision:522817Original commit files touched by this commit
sunpoet search for other commits by this committer
Change RUN_DEPENDS from py-cachetools to py-cachetools3

- Bump PORTREVISION for dependency change
1.1.5
27 Dec 2018 16:58:08
Revision:488550Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: update to 1.1.5
1.1.4
22 Sep 2018 01:50:56
Revision:480339Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: update to 1.1.4
1.1.3
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
1.1.3
23 Apr 2018 17:11:13
Revision:468105Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: update to 1.1.3
1.1.2_1
22 Mar 2018 22:14:42
Revision:465316Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: Fix dependencies
1.1.2
22 Mar 2018 17:14:54
Revision:465298Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: update to 1.1.2
1.0.2
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.0.2
18 Oct 2017 14:58:13
Revision:452341Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: update to 1.0.2
0.9.15_2
25 Aug 2017 05:49:13
Revision:448709Original commit files touched by this commit
antoine search for other commits by this committer
- Add LICENSE_FILE
- Switch from deprecated USES=twisted:run to py-twisted, py-txamqp
  already depends on py-twisted
- Remove dependency on the python2 symlink

Reported by:	pkg-fallout
With hat:	portmgr
0.9.15_1
07 Jun 2017 19:11:48
Revision:442876Original commit files touched by this commit
sunpoet search for other commits by this committer
Add NO_ARCH

Approved by:	portmgr (blanket)
0.9.15_1
18 Apr 2017 15:56:03
Revision:438786Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: add support for relaying to rc script

PR:                  217679
Submitted by:        O. Hartmann <ohartmann@walstatt.org>
0.9.15
02 Dec 2016 11:58:22
Revision:427552Original commit files touched by this commit
mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
0.9.15
26 Oct 2016 12:54:59
Revision:424695Original commit files touched by this commit
demon search for other commits by this committer
Update WWW

Maintainer timeout (2.5 months)
0.9.15
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
0.9.15
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.9.15
07 Feb 2016 00:16:57
Revision:408338Original commit files touched by this commit
swills search for other commits by this committer
databases/py-carbon: update to 0.9.15

PR:		206532
Submitted by:	Michael Zhilin <mizhka@gmail.com>
0.9.12_2
16 Jan 2016 11:28:13
Revision:406209Original commit files touched by this commit
miwi search for other commits by this committer
- Switch to py-django18
0.9.12_1
26 Sep 2015 15:53:40
Revision:397989Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new @sample
0.9.12_1
18 May 2015 17:07:46
Revision:386691Original commit files touched by this commit
mat search for other commits by this committer
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
0.9.12_1
30 Mar 2015 15:55:28
Revision:382681Original commit files touched by this commit
demon search for other commits by this committer
Add an ability to start several carbon instances.
This may be useful to balance load between CPU cores or to
listen on IPv6 [::] in addition to IPv4 *.

PR:		198734
Submitted by:	Gennady Karpov <gekar@yandex-team.ru>
Approved by:	maintainer
0.9.12_1
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.9.12_1
19 Oct 2014 08:50:18
Revision:371173Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports from databases/ and deskutils/ to new USES=python

Approved by:	portmgr (implicit)
0.9.12_1
02 Sep 2014 14:40:07
Revision:367017Original commit files touched by this commit
bapt search for other commits by this committer
Remove now useless @cwd
0.9.12_1
18 Aug 2014 16:43:25
Revision:365325Original commit files touched by this commit
bdrewery search for other commits by this committer
- Move RESETPREFIX to default PLIST_SUB

With hat:	portmgr
0.9.12_1
18 Feb 2014 15:43:57
Revision:344911Original commit files touched by this commit
swills search for other commits by this committer
- Enhance init script [1]
- Fix with newer Django [2]
- Lots of other cleanups and improvements, including moving the data to a more
  standard location
- Take maintainership, maintainer has not responded to PRs in many months

PR:		ports/181043 [1]
PR:		ports/185097 [2]
Submitted by:	brd [1]
Submitted by:	swills (myself) [2]
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 months)
0.9.12
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
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)
0.9.12
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
0.9.12
08 Dec 2013 12:04:08
Revision:335877Original commit files touched by this commit
mva search for other commits by this committer
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
0.9.12
30 Sep 2013 19:24:34
Revision:328847Original commit files touched by this commit
swills search for other commits by this committer
- Update to 0.9.12

PR:		ports/181442
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 weeks)
Security:	CVE-2013-5942 (vuxml entry on the way)
0.9.10_2
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
0.9.10_2
02 Nov 2012 14:42:25
Revision:306859Original commit files touched by this commit
rm search for other commits by this committer
- correct list of dependent py-twisted components and use USE_TWISTED_RUN
- bump PORTREVISION because of dependencies change
- trim Makefile header, while here

PR:		172657
Submitted by:	brd
Approved by:	maintainer timeout (3 weeks)
Feature safe:	yes
0.9.10_1
16 Sep 2012 14:23:25
Revision:304352Original commit files touched by this commit
rm search for other commits by this committer
- bump PORTREVISION because of changes in previous commit

PR:		170920
0.9.10
16 Sep 2012 14:22:12
Revision:304351Original commit files touched by this commit
rm search for other commits by this committer
- update dependency version on databases/py-whisper
- fix comments in carbon's rc-script
- checksum change, that was in original PR is rejected, because it fetches
  fine with old checksums and fails to fetch with new ones.

while here:
- change etc/carbon to %%ETCDIR%% in pkg-plist
- remove unneeded newlines in files/pkg_message.in
- add license (AL2)
- remove BUILD_DEPENDS (setup.py didn't cheking for it on build phase)
- limit python version to 2.x
- tab -> space in pkg-descr:WWW
- this port depends on twisted both directly and via USE_TWISTED. Since
  I wasn't able to find which twisted components it actually needed, I
  just dropped USE_TWISTED and let the port to depend on it via
  devel/py-twisted meta-port

PR:		170920
Submitted by:	Chris McCoy <bsdports at wayfair dot com> (maintainer)
0.9.10
23 Jun 2012 19:12:43
Original commit files touched by this commit
jgh search for other commits by this committer
- pet portlint on whitespace

PR: ports/169311
Submitted by: jgh@
0.9.10
23 Jun 2012 19:08:17
Original commit files touched by this commit
jgh search for other commits by this committer
- update to 0.9.10
- while here adjust BUILD_DEPENDS

PR:     ports/169311
Submitted by:   brd@
Approved by:    maintainer, bsdports@wayfair.com
0.9.9
22 Feb 2012 03:40:40
Original commit files touched by this commit
pgollucci search for other commits by this committer
Carbon is a backend data caching and persistence daemon for Graphite

WWW:    http://launchpad.net/graphite

PR:             ports/165283
Submitted by:   Evan Sarmiento <bsdports@wayfair.com>

Number of commits found: 53