1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update MASTER_SITES and WWW

Sort PLIST

PR:		ports/169655
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
This commit is contained in:
Steven Kreuzer 2012-07-05 21:54:58 +00:00
parent c7071ab685
commit e44029f7e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300536
3 changed files with 15 additions and 15 deletions

View File

@ -8,13 +8,14 @@
PORTNAME= whisper
PORTVERSION= 0.9.10
CATEGORIES= databases python
MASTER_SITES= http://launchpad.net/graphite/0.9/${PORTVERSION}/+download/
MASTER_SITES= CHEESESHOP \
https://github.com/downloads/graphite-project/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Fixed-size database, similar in design to RRD
FETCH_ARGS= "-pRr"
FETCH_ARGS= -pRr
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes

View File

@ -1,5 +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.
(round-robin-database). It provides fast, reliable storage of numeric
data over time.
WWW: http://graphite.wikidot.com/whisper
WWW: https://github.com/graphite-project/whisper

View File

@ -1,13 +1,12 @@
@comment $FreeBSD$
bin/rrd2whisper.py
bin/whisper-create.py
bin/whisper-dump.py
bin/whisper-fetch.py
bin/whisper-info.py
bin/whisper-merge.py
bin/whisper-resize.py
bin/whisper-set-aggregation-method.py
bin/whisper-update.py
%%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
bin/whisper-set-aggregation-method.py
bin/whisper-dump.py
bin/whisper-merge.py