Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 01:10:05 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26270: New port: sysutils/cpuburn: CPU/memory stress testing utilities
Message-ID:  <200104011540.f31Fe4828826@aeris.kyne.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         26270
>Category:       ports
>Synopsis:       New port: sysutils/cpuburn: CPU/memory stress testing utilities
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 01 08:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
none
>Environment:

>Description:

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cpuburn
#	cpuburn/Makefile
#	cpuburn/pkg-descr
#	cpuburn/distinfo
#	cpuburn/pkg-plist
#	cpuburn/pkg-comment
#
echo c - cpuburn
mkdir -p cpuburn > /dev/null 2>&1
echo x - cpuburn/Makefile
sed 's/^X//' >cpuburn/Makefile << 'END-of-cpuburn/Makefile'
X# New ports collection makefile for:	cpuburn
X# Date created:			Apr 1, 2001
X# Whom:				Mark Pulford <mark@kyne.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cpuburn
XPORTVERSION=	1.3
XCATEGORIES=	sysutils
XMASTER_SITES=	http://users.ev1.net/~redelm/
XDISTNAME=	cpuburn_1_3
XEXTRACT_SUFX=	_tar.gz
X
XMAINTAINER=	mark@kyne.com.au
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
Xdo-build:
X	@(cd ${BUILD_WRKSRC}; \
X	for CPU in BX K6 MMX P5 P6; do \
X		${ECHO} Building burn$$CPU..; \
X		${CC} -s -nostdlib -o burn$$CPU burn$$CPU.s; \
X	done)
X
Xdo-install:
X	@(for CPU in BX K6 MMX P5 P6; do \
X		${ECHO} Installing burn$$CPU..; \
X		${INSTALL_PROGRAM} ${WRKSRC}/burn$$CPU ${PREFIX}/bin; \
X	done)
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
X	${INSTALL_DATA} ${WRKSRC}/Design ${PREFIX}/share/doc/${PORTNAME}
X.endif
X
X.include <bsd.port.mk>
END-of-cpuburn/Makefile
echo x - cpuburn/pkg-descr
sed 's/^X//' >cpuburn/pkg-descr << 'END-of-cpuburn/pkg-descr'
XCPUburn contains several utilities for stress testing various x86
XCPUs. To get the most of out of these utilities read the documentation
Xunder share/doc/cpuburn.
X
XWWW: http://users.ev1.net/~redelm/
X
X- Mark Pulford
Xmark@kyne.com.au
END-of-cpuburn/pkg-descr
echo x - cpuburn/distinfo
sed 's/^X//' >cpuburn/distinfo << 'END-of-cpuburn/distinfo'
XMD5 (cpuburn_1_3_tar.gz) = 88a64e9526dfb93b37a9d2c27eaf0d50
END-of-cpuburn/distinfo
echo x - cpuburn/pkg-plist
sed 's/^X//' >cpuburn/pkg-plist << 'END-of-cpuburn/pkg-plist'
Xbin/burnBX
Xbin/burnK6
Xbin/burnMMX
Xbin/burnP5
Xbin/burnP6
X%%PORTDOCS%%share/doc/cpuburn/README
X%%PORTDOCS%%share/doc/cpuburn/Design
X%%PORTDOCS%%@dirrm share/doc/cpuburn
END-of-cpuburn/pkg-plist
echo x - cpuburn/pkg-comment
sed 's/^X//' >cpuburn/pkg-comment << 'END-of-cpuburn/pkg-comment'
XCPU/memory stress testing utilities
END-of-cpuburn/pkg-comment
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104011540.f31Fe4828826>