diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-01 10:52:17 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-01 10:52:17 +0800 |
commit | 5b86f4dc1874186ceffa3243171a87ddef8b6b0e (patch) | |
tree | 135c0099101a7967fde10e369c4a6059899e48e1 /benchmarks/pybench | |
parent | ffb13b534a1738e0006516f85a520ce59b37311c (diff) | |
download | freebsd-ports-gnome-5b86f4dc1874186ceffa3243171a87ddef8b6b0e.tar.gz freebsd-ports-gnome-5b86f4dc1874186ceffa3243171a87ddef8b6b0e.tar.zst freebsd-ports-gnome-5b86f4dc1874186ceffa3243171a87ddef8b6b0e.zip |
- update to 2.0
PR: ports/101088
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'benchmarks/pybench')
-rw-r--r-- | benchmarks/pybench/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/pybench/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/pybench/pkg-plist | 13 |
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%% |