- Fixed distfile unavailable.

PR:		ports/112340
Submitted by:	Scott Flatman <sf@slappy.org> (maintainer)
Approved by:	itetcu (mentor)
This commit is contained in:
Marcelo Araujo 2007-05-26 15:14:19 +00:00
parent ddca038182
commit dcf622ad79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191906
3 changed files with 8 additions and 9 deletions

View file

@ -8,15 +8,15 @@ PORTNAME= stream
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.cs.virginia.edu/pub/stream/Code/
DISTFILES= stream.c README
MASTER_SITES= http://www.cs.virginia.edu/stream/FTP/Code/
DISTFILES= stream.c
DIST_SUBDIR= stream-${PORTVERSION}
MAINTAINER= sf@slappy.org
COMMENT= Synthetic benchmark program that measures sustainable memory bandwidth
PLIST_FILES= bin/stream
PORTDOCS= stream.c README
PORTDOCS= stream.c
do-extract:
@${MKDIR} ${BUILD_WRKSRC}

View file

@ -1,6 +1,3 @@
MD5 (stream-1.0/stream.c) = 883cad1b230151cfe54d9a833380fd1f
SHA256 (stream-1.0/stream.c) = 9a962d1f660ec58ff507cc377db3f33fe80fb5489da4e3275088877ca1186434
SIZE (stream-1.0/stream.c) = 11437
MD5 (stream-1.0/README) = 6578ee6cc75e4ee08a6a1439f1436680
SHA256 (stream-1.0/README) = f5bfac599b4b09b8bec34419fb6771ccce612b4df86d39bcc66179342d35dfff
SIZE (stream-1.0/README) = 1141
MD5 (stream-1.0/stream.c) = 9708bef00865485b1823699febc4079d
SHA256 (stream-1.0/stream.c) = dee860264d969f4174af49af8270cee4c2dceafc81b643ea9f76203cfc286a16
SIZE (stream-1.0/stream.c) = 11737

View file

@ -2,6 +2,8 @@ The STREAM benchmark is a simple synthetic benchmark program that
measures sustainable memory bandwidth (in MB/s) and the corresponding
computation rate for simple vector kernels.
Documentation can be found at: http://www.cs.virginia.edu/stream/ref.html
WWW: http://www.cs.virginia.edu/stream/
- Scott Flatman <sf@slappy.org>