diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-08 12:14:45 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-07-08 12:14:45 +0000 |
commit | 5f25098780c5c7b07b561b3602ec2033a7bcbfd1 (patch) | |
tree | f512f0804002cdcc35872b513092ad45a40b4998 /benchmarks/postmark | |
parent | 1c5396db5417d1848fa41520653924000f907232 (diff) | |
download | ports-5f25098780c5c7b07b561b3602ec2033a7bcbfd1.tar.gz ports-5f25098780c5c7b07b561b3602ec2033a7bcbfd1.zip |
Notes
Diffstat (limited to 'benchmarks/postmark')
-rw-r--r-- | benchmarks/postmark/Makefile | 17 | ||||
-rw-r--r-- | benchmarks/postmark/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/postmark/pkg-descr | 2 |
3 files changed, 8 insertions, 17 deletions
diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index aa1c1d8223d0..acc475db25b9 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -7,27 +7,20 @@ # PORTNAME= postmark -PORTVERSION= 1.5 +PORTVERSION= 1.51 CATEGORIES= benchmarks -MASTER_SITES= http://www.netapp.com/ftp/ \ - http://dl.droso.net/ports/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} -EXTRACT_SUFX= .c +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= NetApps file system benchmark -BROKEN= Checksum mismatch +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_WRKSUBDIR= yes PLIST_FILES= sbin/postmark -do-extract: - @${MKDIR} ${WRKDIR} - @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} - do-build: - (cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark ${DISTFILES}) + (cd ${WRKSRC} && ${CC} ${CFLAGS} -o postmark postmark-${PORTVERSION}.c) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postmark ${PREFIX}/sbin diff --git a/benchmarks/postmark/distinfo b/benchmarks/postmark/distinfo index 709fbf190b58..26482fce1497 100644 --- a/benchmarks/postmark/distinfo +++ b/benchmarks/postmark/distinfo @@ -1,3 +1,3 @@ -MD5 (postmark-1_5.c) = ad1208e0bd9e0b19c6b9728febccac17 -SHA256 (postmark-1_5.c) = fefb714c60cebafb49fe490020ae0630f57dc77c30ff20cbf3ceee90e69efb69 -SIZE (postmark-1_5.c) = 46666 +MD5 (postmark_1.51.orig.tar.gz) = b494167c2df1850004110ab28e5ad164 +SHA256 (postmark_1.51.orig.tar.gz) = 7cb7c31d4e7725ce8d8e11fb7df62ed700dee4dbd5ca1e31bf3a9161fc890b41 +SIZE (postmark_1.51.orig.tar.gz) = 13394 diff --git a/benchmarks/postmark/pkg-descr b/benchmarks/postmark/pkg-descr index a2b487226c4f..319c134877dc 100644 --- a/benchmarks/postmark/pkg-descr +++ b/benchmarks/postmark/pkg-descr @@ -13,6 +13,4 @@ From the paper's Abstract: PostMark is a new benchmark to measure performance for this class of application. -WWW: http://www.netapp.com/tech_library/3022.html - -- David (obrien@cs.ucdavis.edu) |