Bug 66862 - New port: sysutils/stress Stress test utility
Summary: New port: sysutils/stress Stress test utility
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 08:40 UTC by Dmitri Nikulin
Modified: 2004-05-19 09:43 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Nikulin 2004-05-19 08:40:23 UTC
Stress test utility previously missing from FreeBSD Ports.

(Let's pretend that old PR never happened)

Fix: 

# This archive contains:
#
#       stress
#       stress/Makefile
#       stress/distinfo
#       stress/pkg-descr
#
echo c - stress
mkdir -p stress > /dev/null 2>&1
echo x - stress/Makefile
sed 's/^X//' >stress/Makefile << 'END-of-stress/Makefile'
X# New ports collection makefile for:           stress
X# Date created:                                18 May 2004
X# Whom:                                        Dmitri Nikulin <setagllib@optusnet.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      stress
XPORTVERSION=   0.18.1
XCATEGORIES=    sysutils
XMASTER_SITES=  http://weather.ou.edu/~apw/projects/stress/
X
XMAINTAINER=    setagllib@optusnet.com.au
XCOMMENT=       stress test
X
XGNU_CONFIGURE= YES
XCONFIGURE_TARGET=      --build ${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XMAN1=          stress.1
XPLIST_FILES=   bin/stress
X
Xdo-install:
X       ${INSTALL_PROGRAM} ${WRKSRC}/src/stress ${PREFIX}/bin
X       ${INSTALL_MAN} ${WRKSRC}/doc/stress.1 ${MANPREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-stress/Makefile
echo x - stress/distinfo
sed 's/^X//' >stress/distinfo << 'END-of-stress/distinfo'
XMD5 (stress-0.18.1.tar.gz) = 6d17ea5e752653021f3f96077541ade7
XSIZE (stress-0.18.1.tar.gz) = 142586
END-of-stress/distinfo
echo x - stress/pkg-descr
sed 's/^X//' >stress/pkg-descr << 'END-of-stress/pkg-descr'
XStress
X
XPerforms heavy stress testing. Designed for Linux 
Xbut we all know FreeBSD handles load better anyway.
X
XWWW: http://weather.ou.edu/~apw/projects/stress/
X
Xsetagllib@optusnet.com.au
END-of-stress/pkg-descr
exit
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-19 09:42:58 UTC
State Changed
From-To: open->closed

New port added, thanks! 
Please use tabs, not spaces in Makefile in the future.