From d4af822a1a8e3c226e856304e6b93ba53b50b746 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 28 Feb 2011 18:38:47 +0000 Subject: Initial import of super_pi-20030927. SuperPI is a quick reference benchmark test often used when overclocking or comparing different hardware configurations. --- benchmarks/super_pi/DESCR | 2 ++ benchmarks/super_pi/Makefile | 34 ++++++++++++++++++++++++++++++++++ benchmarks/super_pi/PLIST | 2 ++ benchmarks/super_pi/distinfo | 5 +++++ 4 files changed, 43 insertions(+) create mode 100644 benchmarks/super_pi/DESCR create mode 100644 benchmarks/super_pi/Makefile create mode 100644 benchmarks/super_pi/PLIST create mode 100644 benchmarks/super_pi/distinfo diff --git a/benchmarks/super_pi/DESCR b/benchmarks/super_pi/DESCR new file mode 100644 index 00000000000..c60bf080c31 --- /dev/null +++ b/benchmarks/super_pi/DESCR @@ -0,0 +1,2 @@ +SuperPI is a quick reference benchmark test often used when +overclocking or comparing different hardware configurations. diff --git a/benchmarks/super_pi/Makefile b/benchmarks/super_pi/Makefile new file mode 100644 index 00000000000..42ef471130a --- /dev/null +++ b/benchmarks/super_pi/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/28 18:38:47 wiz Exp $ +# + +DISTNAME= super_pi +PKGNAME= super_pi-20030927 +CATEGORIES= math +MASTER_SITES= ftp://pi.super-computing.org/Linux/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ftp://pi.super-computing.org/Linux/ +COMMENT= Pi calculation program, used for stability testing (binary) +LICENSE= generic-nonlicense + +RESTRICTED= ${LICENSE} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} + +PKG_DESTDIR_SUPPORT= user-destdir + +DIST_SUBDIR= ${PKGNAME_NOREV} + +INSTALLATION_DIRS= bin + +EMUL_PLATFORMS= linux-i386 +EMUL_MODULES.linux= base + +WRKSRC= ${WRKDIR} + +do-build: + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pi ${DESTDIR}${PREFIX}/bin/super_pi + +.include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/super_pi/PLIST b/benchmarks/super_pi/PLIST new file mode 100644 index 00000000000..25aa2a59fa6 --- /dev/null +++ b/benchmarks/super_pi/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/28 18:38:47 wiz Exp $ +bin/super_pi diff --git a/benchmarks/super_pi/distinfo b/benchmarks/super_pi/distinfo new file mode 100644 index 00000000000..c79ca269853 --- /dev/null +++ b/benchmarks/super_pi/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/28 18:38:47 wiz Exp $ + +SHA1 (super_pi-20030927/super_pi.tar.gz) = 868ae9034b1fabd2831bbd8560512b5f136c01e2 +RMD160 (super_pi-20030927/super_pi.tar.gz) = 90df75c3a0b9a63a427b8c3a078f449e27670182 +Size (super_pi-20030927/super_pi.tar.gz) = 81205 bytes -- cgit v1.2.3