aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 02:52:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 02:52:17 +0000
commit7a90183c694ae3d104afb8a95f539dce87f3bfb4 (patch)
tree92997ca9b4b20b0c98058bf98adbc9c7ee8f4cc2 /benchmarks
parenta3591d7aef82352b5d630999d3c2911cd1a4b026 (diff)
downloadports-7a90183c694ae3d104afb8a95f539dce87f3bfb4.tar.gz
ports-7a90183c694ae3d104afb8a95f539dce87f3bfb4.zip
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/pybench/Makefile6
-rw-r--r--benchmarks/pybench/distinfo6
-rw-r--r--benchmarks/pybench/pkg-plist13
3 files changed, 18 insertions, 7 deletions
diff --git a/benchmarks/pybench/Makefile b/benchmarks/pybench/Makefile
index f3590151a9ed..706e8781a556 100644
--- a/benchmarks/pybench/Makefile
+++ b/benchmarks/pybench/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= pybench
-PORTVERSION= 1.0
+PORTVERSION= 2.0
CATEGORIES= benchmarks python
-MASTER_SITES= http://www.egenix.com/files/python/
+MASTER_SITES= http://downloads.egenix.com/python/
MAINTAINER= ports@FreeBSD.org
COMMENT= An extensible benchmark suite for Python
@@ -30,7 +30,7 @@ do-install:
> ${WRKDIR}/pybench.sh
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${INSTALL_SCRIPT} ${WRKDIR}/pybench.sh ${PREFIX}/bin/pybench
diff --git a/benchmarks/pybench/distinfo b/benchmarks/pybench/distinfo
index c41e95ab1a1d..9745effb8883 100644
--- a/benchmarks/pybench/distinfo
+++ b/benchmarks/pybench/distinfo
@@ -1,3 +1,3 @@
-MD5 (pybench-1.0.zip) = 43044464c52e21af19c475d3ff7aef1d
-SHA256 (pybench-1.0.zip) = 18efca80c7e581e80560a7fc6d6c74884f11a8e1a0765dfadc9661df7ae38e5b
-SIZE (pybench-1.0.zip) = 31157
+MD5 (pybench-2.0.zip) = 53c46c87599694f2a0e128a3e6e86044
+SHA256 (pybench-2.0.zip) = 5df81a77b65d47bde50ff73df1acfa607c754296e3a7ec65938ae30d5b880bd4
+SIZE (pybench-2.0.zip) = 43930
diff --git a/benchmarks/pybench/pkg-plist b/benchmarks/pybench/pkg-plist
index a8719e0d18c8..542f6ccb4e12 100644
--- a/benchmarks/pybench/pkg-plist
+++ b/benchmarks/pybench/pkg-plist
@@ -1,5 +1,4 @@
bin/pybench
-%%PORTDOCS%%%%DOCSDIR%%/README
%%DATADIR%%/Arithmetic.py
%%DATADIR%%/Arithmetic.pyc
%%DATADIR%%/Arithmetic.pyo
@@ -24,12 +23,16 @@ bin/pybench
%%DATADIR%%/Instances.py
%%DATADIR%%/Instances.pyc
%%DATADIR%%/Instances.pyo
+%%DATADIR%%/LICENSE
%%DATADIR%%/Lists.py
%%DATADIR%%/Lists.pyc
%%DATADIR%%/Lists.pyo
%%DATADIR%%/Lookups.py
%%DATADIR%%/Lookups.pyc
%%DATADIR%%/Lookups.pyo
+%%DATADIR%%/NewInstances.py
+%%DATADIR%%/NewInstances.pyc
+%%DATADIR%%/NewInstances.pyo
%%DATADIR%%/Numbers.py
%%DATADIR%%/Numbers.pyc
%%DATADIR%%/Numbers.pyo
@@ -45,6 +48,9 @@ bin/pybench
%%DATADIR%%/Unicode.py
%%DATADIR%%/Unicode.pyc
%%DATADIR%%/Unicode.pyo
+%%DATADIR%%/clockres.py
+%%DATADIR%%/clockres.pyc
+%%DATADIR%%/clockres.pyo
%%DATADIR%%/package/__init__.py
%%DATADIR%%/package/__init__.pyc
%%DATADIR%%/package/__init__.pyo
@@ -57,6 +63,11 @@ bin/pybench
%%DATADIR%%/pybench.py
%%DATADIR%%/pybench.pyc
%%DATADIR%%/pybench.pyo
+%%DATADIR%%/systimes.py
+%%DATADIR%%/systimes.pyc
+%%DATADIR%%/systimes.pyo
+%%PORTDOCS%%%%DOCSDIR%%/README
+@dirrmtry share/pybench
@dirrm %%DATADIR%%/package
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%