Mon Feb 28 18:38:48 2011 UTC ()
Initial import of super_pi-20030927.

SuperPI is a quick reference benchmark test often used when
overclocking or comparing different hardware configurations.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-20110228


(wiz)
diff -r0 -r1.1.1.1 pkgsrc/benchmarks/super_pi/Makefile
diff -r0 -r1.1.1.1 pkgsrc/benchmarks/super_pi/DESCR
diff -r0 -r1.1.1.1 pkgsrc/benchmarks/super_pi/distinfo
diff -r0 -r1.1.1.1 pkgsrc/benchmarks/super_pi/PLIST

File Added: pkgsrc/benchmarks/super_pi/Makefile
# $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"

File Added: pkgsrc/benchmarks/super_pi/DESCR
SuperPI is a quick reference benchmark test often used when
overclocking or comparing different hardware configurations.

File Added: pkgsrc/benchmarks/super_pi/distinfo
$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

File Added: pkgsrc/benchmarks/super_pi/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/28 18:38:47 wiz Exp $
bin/super_pi