diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-11-10 08:55:08 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-11-10 08:55:08 +0000 |
commit | efb5bec625552f4cdb488a23d3e0288415413f4b (patch) | |
tree | a675d9fc652eb570d98771a2b5172262cefc20b0 /www/py-funkload | |
parent | bb5fdc67f41ef38bb876b4a084e6da02249ec0c7 (diff) | |
download | ports-efb5bec625552f4cdb488a23d3e0288415413f4b.tar.gz ports-efb5bec625552f4cdb488a23d3e0288415413f4b.zip |
Notes
Diffstat (limited to 'www/py-funkload')
-rw-r--r-- | www/py-funkload/Makefile | 7 | ||||
-rw-r--r-- | www/py-funkload/distinfo | 6 | ||||
-rw-r--r-- | www/py-funkload/pkg-plist | 7 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www/py-funkload/Makefile b/www/py-funkload/Makefile index 961916ad461c..0561de433d67 100644 --- a/www/py-funkload/Makefile +++ b/www/py-funkload/Makefile @@ -6,8 +6,7 @@ # PORTNAME= funkload -PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= www python MASTER_SITES= http://funkload.nuxeo.org/ \ CHEESESHOP @@ -17,8 +16,8 @@ MAINTAINER= lwhsu@FreeBSD.org COMMENT= FunkLoad is a functional and load web tester RUN_DEPENDS= ${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils \ - ${PYTHON_SITELIBDIR}/gdchart.so:${PORTSDIR}/graphics/py-gdchart \ - ${PYTHON_SITELIBDIR}/webunit/__init__.py:${PORTSDIR}/www/py-webunit \ + ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ + ${PYTHON_PKGNAMEPREFIX}webunit>=1.3.8:${PORTSDIR}/www/py-webunit \ ${PYXML} \ tcpwatch.py:${PORTSDIR}/net/tcpwatch diff --git a/www/py-funkload/distinfo b/www/py-funkload/distinfo index 738b871e9761..5091d72b88ad 100644 --- a/www/py-funkload/distinfo +++ b/www/py-funkload/distinfo @@ -1,3 +1,3 @@ -MD5 (funkload-1.6.2.tar.gz) = 5b9cefc0d7c66c9d6de049d4f4599e89 -SHA256 (funkload-1.6.2.tar.gz) = cbda65defe1b2f9694c3e974c543b26eb9aa18bf2781adebc029ee1e1f39d46d -SIZE (funkload-1.6.2.tar.gz) = 96934 +MD5 (funkload-1.9.0.tar.gz) = ff3641edd39a4b6125faf170c9c8d058 +SHA256 (funkload-1.9.0.tar.gz) = d21be085e677e81f1a0821493440bb09782d87e99227a97e68e4ed0ddb434614 +SIZE (funkload-1.9.0.tar.gz) = 106632 diff --git a/www/py-funkload/pkg-plist b/www/py-funkload/pkg-plist index f1916e775384..fb4a81f9e2ce 100644 --- a/www/py-funkload/pkg-plist +++ b/www/py-funkload/pkg-plist @@ -1,7 +1,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% bin/fl-build-report bin/fl-credential-ctl -bin/fl-import-from-tm-recorder bin/fl-install-demo bin/fl-monitor-ctl bin/fl-record @@ -16,6 +15,11 @@ bin/fl-run-test %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/cmf/groups.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/cmf/passwords.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/cmf/test_Cmf.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/seam-booking-1.1.5/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/seam-booking-1.1.5/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/seam-booking-1.1.5/SeamBooking.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/seam-booking-1.1.5/monitor.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/seam-booking-1.1.5/test_SeamBooking.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/simple/README.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/simple/Simple.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo/simple/monitor.conf @@ -32,6 +36,7 @@ bin/fl-run-test %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/zope %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/xmlrpc %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/simple +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/seam-booking-1.1.5 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo/cmf %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/demo %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |