From 289b89545d4f3ebcbe21ef82b0db30512e946575 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Aug 2014 15:51:22 +0000 Subject: Import systester-1.5.1 as sysutils/systester. System Stability Tester tries to test the system's stability by calculating up to 128 millions of Pi digits. It supports multiple calculation algorithms. For the moment only two have been implemented. The Quadratic Convergence of Borwein and Gauss-Legendre, the algorithm SuperPi uses. The testing process includes the creation of two or more threads. After each step of the calculation, the results of all the threads are compared. Any differences between them are reported. There is also the option for single threaded calculation, but in this case there is no stability check. This is useful for benchmarking purposes only. The calculation of Pi itself is multi threaded since version 0.7.2, for the Borwein algorithm only. --- sysutils/systester/DESCR | 12 ++++++++++++ sysutils/systester/Makefile | 21 +++++++++++++++++++++ sysutils/systester/PLIST | 2 ++ sysutils/systester/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 sysutils/systester/DESCR create mode 100644 sysutils/systester/Makefile create mode 100644 sysutils/systester/PLIST create mode 100644 sysutils/systester/distinfo (limited to 'sysutils') diff --git a/sysutils/systester/DESCR b/sysutils/systester/DESCR new file mode 100644 index 00000000000..68402070d76 --- /dev/null +++ b/sysutils/systester/DESCR @@ -0,0 +1,12 @@ +System Stability Tester tries to test the system's stability by +calculating up to 128 millions of Pi digits. It supports multiple +calculation algorithms. For the moment only two have been implemented. +The Quadratic Convergence of Borwein and Gauss-Legendre, the +algorithm SuperPi uses. The testing process includes the creation +of two or more threads. After each step of the calculation, the +results of all the threads are compared. Any differences between +them are reported. There is also the option for single threaded +calculation, but in this case there is no stability check. This is +useful for benchmarking purposes only. The calculation of Pi itself +is multi threaded since version 0.7.2, for the Borwein algorithm +only. diff --git a/sysutils/systester/Makefile b/sysutils/systester/Makefile new file mode 100644 index 00000000000..40f2c77e629 --- /dev/null +++ b/sysutils/systester/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/08/09 15:51:22 wiz Exp $ + +DISTNAME= systester-1.5.1 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=systester/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://systester.sourceforge.net/ +COMMENT= TODO: Short description of the package +LICENSE= gnu-gpl-v2 + +HAS_CONFIGURE= yes +USE_LANGUAGES= c c++ +# ftime() +MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR:Q} +LDFLAGS+= -lcompat + +.include "../../devel/gmp/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/systester/PLIST b/sysutils/systester/PLIST new file mode 100644 index 00000000000..99a5f10587c --- /dev/null +++ b/sysutils/systester/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2014/08/09 15:51:22 wiz Exp $ +bin/systester diff --git a/sysutils/systester/distinfo b/sysutils/systester/distinfo new file mode 100644 index 00000000000..4d700350fe6 --- /dev/null +++ b/sysutils/systester/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/08/09 15:51:22 wiz Exp $ + +SHA1 (systester-1.5.1.tar.gz) = c55fa2d4aa86dd5a5570105f566c602478bf2917 +RMD160 (systester-1.5.1.tar.gz) = 081ae0e2b4978e28816403617d947ee739382edc +Size (systester-1.5.1.tar.gz) = 119384 bytes -- cgit v1.2.3