From mark@aeris.kyne.com.au  Sun Apr  1 08:37:14 2001
Return-Path: <mark@aeris.kyne.com.au>
Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83])
	by hub.freebsd.org (Postfix) with ESMTP id 4AADE37B71C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Apr 2001 08:37:12 -0700 (PDT)
	(envelope-from mark@aeris.kyne.com.au)
Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166])
	by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id BAA09768
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Apr 2001 01:07:10 +0930
Received: (from mark@localhost)
	by aeris.kyne.com.au (8.11.1/8.11.1) id f31Fe4828826;
	Mon, 2 Apr 2001 01:10:05 +0930 (CST)
	(envelope-from mark)
Message-Id: <200104011540.f31Fe4828826@aeris.kyne.com.au>
Date: Mon, 2 Apr 2001 01:10:05 +0930 (CST)
From: mark@kyne.com.au
Reply-To: mark@kyne.com.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: sysutils/cpuburn: CPU/memory stress testing utilities
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 01 08:40:01 PDT 2001
>Closed-Date:    Fri Apr 6 23:05:44 PDT 2001
>Last-Modified:  Fri Apr 06 23:05:54 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Fri Apr 6 23:05:44 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26270 
>Unformatted:
