Whisper is a fixed-size database, similar in design to RRD

(round-robin-database). It provides fast, reliable storage of
numeric data over time.

WWW:    http://graphite.wikidot.com/whisper
This commit is contained in:
Steven Kreuzer 2011-06-22 18:23:38 +00:00
parent 05e3aa0553
commit c88d74b4ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276077
5 changed files with 40 additions and 0 deletions

View file

@ -686,6 +686,7 @@
SUBDIR += py-sqlrelay
SUBDIR += py-swift
SUBDIR += py-sybase
SUBDIR += py-whisper
SUBDIR += py25-bsddb
SUBDIR += pydbdesigner
SUBDIR += pydbx

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: py-whisper
# Date created: 2011-06-20
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= whisper
PORTVERSION= 0.9.8
CATEGORIES= databases python
MASTER_SITES= http://launchpad.net/graphite/1.0/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Fixed-size database, similar in design to RRD
FETCH_ARGS= "-pRr"
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (whisper-0.9.8.tar.gz) = b915836a69e924ccbd6d9be8f8791c4cab93cea106de6825bb60edb3cb42957e
SIZE (whisper-0.9.8.tar.gz) = 12326

View file

@ -0,0 +1,5 @@
Whisper is a fixed-size database, similar in design to RRD
(round-robin-database). It provides fast, reliable storage of
numeric data over time.
WWW: http://graphite.wikidot.com/whisper

View file

@ -0,0 +1,10 @@
@comment $FreeBSD$
%%PYTHON_SITELIBDIR%%/whisper.py
%%PYTHON_SITELIBDIR%%/whisper.pyc
%%PYTHON_SITELIBDIR%%/whisper.pyo
bin/rrd2whisper.py
bin/whisper-info.py
bin/whisper-fetch.py
bin/whisper-update.py
bin/whisper-resize.py
bin/whisper-create.py