mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Resurrect cpuburn.
Andriy Gapon has volunteered to maintain it, and I will host its distfiles. Submitted by: avg Feature safe: yes
This commit is contained in:
parent
ce4eb80cae
commit
cafeaba50b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285926
1
MOVED
1
MOVED
@ -2968,7 +2968,6 @@ russian/cyrproxy||2011-11-01|Does not fetch
|
||||
science/gerris||2011-11-01|Does not fetch
|
||||
security/opensaml||2011-11-01|Does not fetch
|
||||
sysutils/wmbattery||2011-11-01|Does not fetch
|
||||
sysutils/cpuburn||2011-11-01|No more public distfiles
|
||||
textproc/tei-guidelines-p4||2011-11-01|Does not fetch
|
||||
textproc/tei-p4||2011-11-01|Does not fetch
|
||||
textproc/py-hyperestraier||2011-11-01|Does not fetch
|
||||
|
42
sysutils/cpuburn/Makefile
Normal file
42
sysutils/cpuburn/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# New ports collection makefile for: cpuburn
|
||||
# Date created: Apr 1, 2001
|
||||
# Whom: Mark Pulford <mark@kyne.com.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cpuburn
|
||||
DISTVERSION= 1_4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= avg
|
||||
DISTNAME= cpuburn_${DISTVERSION}
|
||||
EXTRACT_SUFX= _tar.gz
|
||||
|
||||
MAINTAINER= avg@FreeBSD.org
|
||||
COMMENT= CPU/memory stress testing utilities
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
PORTDOCS= README Design
|
||||
CPUS= BX K6 K7 MMX P5 P6
|
||||
PLIST_FILES= ${CPUS:S+^+bin/burn+}
|
||||
|
||||
do-build:
|
||||
.for CPU in ${CPUS}
|
||||
${CC} -m32 -s -nostdlib -o ${WRKSRC}/burn${CPU} ${WRKSRC}/burn${CPU}.S
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
.for CPU in ${CPUS}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/burn${CPU} ${PREFIX}/bin
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Design ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/cpuburn/distinfo
Normal file
2
sysutils/cpuburn/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cpuburn_1_4_tar.gz) = 1b2a1672f455545a28d0f038737e792e8c3b97789f2029f765847fc2a807244a
|
||||
SIZE (cpuburn_1_4_tar.gz) = 7373
|
3
sysutils/cpuburn/pkg-descr
Normal file
3
sysutils/cpuburn/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
CPUburn contains several utilities for stress testing various x86
|
||||
CPUs. To get the most of out of these utilities read the documentation
|
||||
under share/doc/cpuburn.
|
Loading…
Reference in New Issue
Block a user