1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Postmark was removed from NetApps's site: unbreak by getting a newer

file from the Debian's mirrors.
This commit is contained in:
Thierry Thomas 2007-07-08 12:14:45 +00:00
parent 1c5396db54
commit 5f25098780
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195219
3 changed files with 8 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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)