Index: head/benchmarks/pybench/Makefile =================================================================== --- head/benchmarks/pybench/Makefile (revision 48901) +++ head/benchmarks/pybench/Makefile (revision 48902) @@ -1,35 +1,34 @@ # New ports collection makefile for: pybench # Date created: 29 March 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= pybench -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= benchmarks python MASTER_SITES= http://www.lemburg.com/files/python/ MAINTAINER= sobomax@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes USE_PYTHON= yes do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: @${MKDIR} ${PREFIX}/share/pybench @(cd ${WRKSRC} && ${TAR} --exclude README -c -f - .) \ | (cd ${PREFIX}/share/pybench && ${TAR} --unlink -x -f -) @printf '#!/bin/sh\n${PYTHON_CMD} ${PREFIX}/share/pybench/pybench.py "$$@"\n' \ > ${WRKDIR}/pybench.sh @${MKDIR} ${PREFIX}/share/doc/pybench @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/pybench @${INSTALL_SCRIPT} ${WRKDIR}/pybench.sh ${PREFIX}/bin/pybench .include Property changes on: head/benchmarks/pybench/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/benchmarks/pybench/distinfo =================================================================== --- head/benchmarks/pybench/distinfo (revision 48901) +++ head/benchmarks/pybench/distinfo (revision 48902) @@ -1 +1 @@ -MD5 (pybench-0.8.zip) = ebdb17a4f56db088e24ef48666c63a3f +MD5 (pybench-0.9.zip) = 0567265bb18ff5a30f2c0a3319688fd6 Property changes on: head/benchmarks/pybench/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/benchmarks/pybench/pkg-plist =================================================================== --- head/benchmarks/pybench/pkg-plist (revision 48901) +++ head/benchmarks/pybench/pkg-plist (revision 48902) @@ -1,56 +1,59 @@ bin/pybench share/doc/pybench/README share/pybench/Arithmetic.py share/pybench/Arithmetic.pyc share/pybench/Arithmetic.pyo share/pybench/Calls.py share/pybench/Calls.pyc share/pybench/Calls.pyo share/pybench/CommandLine.py share/pybench/CommandLine.pyc share/pybench/CommandLine.pyo share/pybench/Constructs.py share/pybench/Constructs.pyc share/pybench/Constructs.pyo share/pybench/Dict.py share/pybench/Dict.pyc share/pybench/Dict.pyo share/pybench/Exceptions.py share/pybench/Exceptions.pyc share/pybench/Exceptions.pyo share/pybench/Imports.py share/pybench/Imports.pyc share/pybench/Imports.pyo share/pybench/Instances.py share/pybench/Instances.pyc share/pybench/Instances.pyo share/pybench/Lists.py share/pybench/Lists.pyc share/pybench/Lists.pyo share/pybench/Lookups.py share/pybench/Lookups.pyc share/pybench/Lookups.pyo +share/pybench/Numbers.py +share/pybench/Numbers.pyc +share/pybench/Numbers.pyo share/pybench/Setup.py share/pybench/Setup.pyc share/pybench/Setup.pyo share/pybench/Strings.py share/pybench/Strings.pyc share/pybench/Strings.pyo share/pybench/Tuples.py share/pybench/Tuples.pyc share/pybench/Tuples.pyo share/pybench/Unicode.py share/pybench/Unicode.pyc share/pybench/Unicode.pyo share/pybench/package/__init__.py share/pybench/package/__init__.pyc share/pybench/package/__init__.pyo share/pybench/package/submodule.py share/pybench/package/submodule.pyc share/pybench/package/submodule.pyo share/pybench/pybench.py share/pybench/pybench.pyc share/pybench/pybench.pyo @dirrm share/pybench/package @dirrm share/pybench @dirrm share/doc/pybench Property changes on: head/benchmarks/pybench/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property