diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2011-06-23 02:23:38 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2011-06-23 02:23:38 +0800 |
commit | 5a4d04868c8e58a56be51e012d710d0fb97ffac3 (patch) | |
tree | 241833a95e8d44cf6c5b452fcbc65906c9b3f6b3 /databases | |
parent | a9323e1c4933fadb02ff51e93b15eb9f5e773825 (diff) | |
download | freebsd-ports-gnome-5a4d04868c8e58a56be51e012d710d0fb97ffac3.tar.gz freebsd-ports-gnome-5a4d04868c8e58a56be51e012d710d0fb97ffac3.tar.zst freebsd-ports-gnome-5a4d04868c8e58a56be51e012d710d0fb97ffac3.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/py-whisper/Makefile | 22 | ||||
-rw-r--r-- | databases/py-whisper/distinfo | 2 | ||||
-rw-r--r-- | databases/py-whisper/pkg-descr | 5 | ||||
-rw-r--r-- | databases/py-whisper/pkg-plist | 10 |
5 files changed, 40 insertions, 0 deletions
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 <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> 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 |