Maintenance update to version 1.2.6. The most notable change is that they
switched to a BSD license, see http://www.opensource.org/licenses/bsd-license.php, since I last updated this port.
This commit is contained in:
parent
9f91add9b7
commit
d9d3e5ba1a
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2006/10/20 10:14:12 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/10/28 13:54:47 mbalmer Exp $
|
||||
|
||||
COMMENT= "framework to benchmark PHP scripts or function calls"
|
||||
|
||||
DISTNAME= Benchmark-1.2.3
|
||||
PKGNAME= pear-${DISTNAME}p0
|
||||
DISTNAME= Benchmark-1.2.6
|
||||
CATEGORIES= benchmarks pear
|
||||
|
||||
MASTER_SITES= http://pear.php.net/get/
|
||||
@ -12,7 +11,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||
MODULES= www/php5/pear
|
||||
|
||||
# PHP License
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (Benchmark-1.2.3.tgz) = 95c65f49a130fad310c0c4dd411f782d
|
||||
RMD160 (Benchmark-1.2.3.tgz) = 32812d12bd4d51955cf4d4cb5235b151c9a78533
|
||||
SHA1 (Benchmark-1.2.3.tgz) = c91f963990610c281b21276b48544c6004e35033
|
||||
SIZE (Benchmark-1.2.3.tgz) = 6679
|
||||
MD5 (Benchmark-1.2.6.tgz) = b130c602f82ee07af4021a59b6359003
|
||||
RMD160 (Benchmark-1.2.6.tgz) = 0e5eaeca92387f44c958859f75c4585d67aaa60f
|
||||
SHA1 (Benchmark-1.2.6.tgz) = aa0575f61529a50d5dc71cedae2a65c2f83c4e20
|
||||
SIZE (Benchmark-1.2.6.tgz) = 7915
|
||||
|
@ -1,7 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2006/10/19 11:50:14 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2006/10/28 13:54:47 mbalmer Exp $
|
||||
lib/
|
||||
lib/php/
|
||||
pear/doc/Benchmark/
|
||||
pear/doc/Benchmark/LICENSE
|
||||
pear/doc/Benchmark/doc/
|
||||
pear/doc/Benchmark/doc/timer_example.php
|
||||
@comment pear/lib/.channels/.alias/pear.txt
|
||||
@ -11,7 +12,7 @@ pear/doc/Benchmark/doc/timer_example.php
|
||||
@comment pear/lib/.channels/pecl.php.net.reg
|
||||
@comment pear/lib/.depdb
|
||||
@comment pear/lib/.depdblock
|
||||
@comment pear/lib/.registry/benchmark.reg
|
||||
pear/lib/.registry/benchmark.reg
|
||||
pear/lib/Benchmark/
|
||||
pear/lib/Benchmark/Iterate.php
|
||||
pear/lib/Benchmark/Profiler.php
|
||||
|
Loading…
Reference in New Issue
Block a user