From c88d74b4add960533cd69a1fe3cd237373d2b47e Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Wed, 22 Jun 2011 18:23:38 +0000 Subject: [PATCH] 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 --- databases/Makefile | 1 + databases/py-whisper/Makefile | 22 ++++++++++++++++++++++ databases/py-whisper/distinfo | 2 ++ databases/py-whisper/pkg-descr | 5 +++++ databases/py-whisper/pkg-plist | 10 ++++++++++ 5 files changed, 40 insertions(+) create mode 100644 databases/py-whisper/Makefile create mode 100644 databases/py-whisper/distinfo create mode 100644 databases/py-whisper/pkg-descr create mode 100644 databases/py-whisper/pkg-plist diff --git a/databases/Makefile b/databases/Makefile index e132d2ba2e01..b21aea9377d5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -686,6 +686,7 @@ SUBDIR += py-sqlrelay SUBDIR += py-swift SUBDIR += py-sybase + SUBDIR += py-whisper SUBDIR += py25-bsddb SUBDIR += pydbdesigner SUBDIR += pydbx diff --git a/databases/py-whisper/Makefile b/databases/py-whisper/Makefile new file mode 100644 index 000000000000..7d631bb5dfaa --- /dev/null +++ b/databases/py-whisper/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: py-whisper +# Date created: 2011-06-20 +# Whom: Steven Kreuzer +# +# $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 diff --git a/databases/py-whisper/distinfo b/databases/py-whisper/distinfo new file mode 100644 index 000000000000..afbc2995b4a0 --- /dev/null +++ b/databases/py-whisper/distinfo @@ -0,0 +1,2 @@ +SHA256 (whisper-0.9.8.tar.gz) = b915836a69e924ccbd6d9be8f8791c4cab93cea106de6825bb60edb3cb42957e +SIZE (whisper-0.9.8.tar.gz) = 12326 diff --git a/databases/py-whisper/pkg-descr b/databases/py-whisper/pkg-descr new file mode 100644 index 000000000000..55c5b8c96bcb --- /dev/null +++ b/databases/py-whisper/pkg-descr @@ -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 diff --git a/databases/py-whisper/pkg-plist b/databases/py-whisper/pkg-plist new file mode 100644 index 000000000000..cd214e0e76e4 --- /dev/null +++ b/databases/py-whisper/pkg-plist @@ -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