mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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:
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
|
@ -686,6 +686,7 @@
|
||||||
SUBDIR += py-sqlrelay
|
SUBDIR += py-sqlrelay
|
||||||
SUBDIR += py-swift
|
SUBDIR += py-swift
|
||||||
SUBDIR += py-sybase
|
SUBDIR += py-sybase
|
||||||
|
SUBDIR += py-whisper
|
||||||
SUBDIR += py25-bsddb
|
SUBDIR += py25-bsddb
|
||||||
SUBDIR += pydbdesigner
|
SUBDIR += pydbdesigner
|
||||||
SUBDIR += pydbx
|
SUBDIR += pydbx
|
||||||
|
|
22
databases/py-whisper/Makefile
Normal file
22
databases/py-whisper/Makefile
Normal 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>
|
2
databases/py-whisper/distinfo
Normal file
2
databases/py-whisper/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (whisper-0.9.8.tar.gz) = b915836a69e924ccbd6d9be8f8791c4cab93cea106de6825bb60edb3cb42957e
|
||||||
|
SIZE (whisper-0.9.8.tar.gz) = 12326
|
5
databases/py-whisper/pkg-descr
Normal file
5
databases/py-whisper/pkg-descr
Normal 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
|
10
databases/py-whisper/pkg-plist
Normal file
10
databases/py-whisper/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue