pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Importing stress-ng-0.05.18 to wip.



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc_git%i3enedek.neomailbox.net@localhost>
Pushed By:	i3enedek
Date:		Thu Feb 25 13:48:35 2016 +0000
Changeset:	f50b29f5c10d65db0b642fcc8198ca1ead03d2a9

Added Files:
	stress-ng/DESCR
	stress-ng/Makefile
	stress-ng/PLIST
	stress-ng/distinfo

Log Message:
Importing stress-ng-0.05.18 to wip.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f50b29f5c10d65db0b642fcc8198ca1ead03d2a9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 stress-ng/DESCR    |  9 +++++++++
 stress-ng/Makefile | 21 +++++++++++++++++++++
 stress-ng/PLIST    |  3 +++
 stress-ng/distinfo |  6 ++++++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/stress-ng/DESCR b/stress-ng/DESCR
new file mode 100644
index 0000000..41468f8
--- /dev/null
+++ b/stress-ng/DESCR
@@ -0,0 +1,9 @@
+stress-ng will stress test a computer system in various selectable ways.
+It was designed to exercise various physical subsystems of a computer as
+well as the various operating system kernel interfaces.
+Stress-ng features:
+
+	Over 130 stress tests.
+	Nearly 70 CPU specific stress tests that exercise floating point,
+	integer, bit manipulation and control flow.
+	Over 20 virtual memory stress tests.
diff --git a/stress-ng/Makefile b/stress-ng/Makefile
new file mode 100644
index 0000000..d3eecb4
--- /dev/null
+++ b/stress-ng/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	stress-ng-0.05.18
+CATEGORIES=	wip
+MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://kernel.ubuntu.com/~cking/stress-ng/
+COMMENT=	Stress test benchmarks
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS+=	gmake
+BUILD_TARGET=	install
+
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1
+
+do-install:
+		${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${DESTDIR}${PREFIX}/bin
+		${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/stress-ng/PLIST b/stress-ng/PLIST
new file mode 100644
index 0000000..4bee40b
--- /dev/null
+++ b/stress-ng/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/stress-ng
+man/man1/stress-ng.1
diff --git a/stress-ng/distinfo b/stress-ng/distinfo
new file mode 100644
index 0000000..205c209
--- /dev/null
+++ b/stress-ng/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (stress-ng-0.05.18.tar.gz) = 8a9908cd060894f183b19c4596b9e63be992364c
+RMD160 (stress-ng-0.05.18.tar.gz) = 00c09aedd03c7d5d4f9899976fcd7f0c718b5f37
+SHA512 (stress-ng-0.05.18.tar.gz) = edbbc08b34ea5b5c0319635eedf1b65df4a1413b43e1e6e63401380249f44b0caea6a81a449703ddda75f0b7100b8a34250c62afbdb43ffe007093959828e37e
+Size (stress-ng-0.05.18.tar.gz) = 292138 bytes


Home | Main Index | Thread Index | Old Index