Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

7
sysutils/memtester/DESCR Normal file
View File

@@ -0,0 +1,7 @@
memtest is a utility for testing the memory subsystem in a computer
to determine if it is faulty. The original source was by Simon
Kirby <sim@stormix.com>. Charles Cazabon has by this time completely
rewritten the original source, and added many additional tests to
help catch borderline memory. He also rewrote the original tests
(which catch mainly memory bits which are stuck permanently high
or low) so that they run approximately an order of magnitude faster.

View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.23 2012/10/23 19:51:12 asau Exp $
#
DISTNAME= memtester-4.3.0
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}old-versions/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/memtester/
COMMENT= Utility for testing the memory subsystem for faults
LICENSE= gnu-gpl-v2
NOT_FOR_PLATFORM= Interix-*-* # no m[un]lock(2), so not useful anyway
PKG_INSTALLATION_TYPES= overwrite pkgviews
DJB_RESTRICTED= NO
DJB_MAKE_TARGETS= NO
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/memtester
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} memtester ${DESTDIR}${PREFIX}/bin; \
${INSTALL_MAN} memtester.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8; \
${INSTALL_DATA} README.tests ${DESTDIR}${PREFIX}/share/doc/memtester
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"

4
sysutils/memtester/PLIST Normal file
View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:16:10 joerg Exp $
bin/memtester
man/man8/memtester.8
share/doc/memtester/README.tests

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.15 2012/06/21 21:08:11 schmonz Exp $
SHA1 (memtester-4.3.0.tar.gz) = eff0e3020a7750bd5452b051526ad6439e92b9cd
RMD160 (memtester-4.3.0.tar.gz) = 0fd3148d76f65516601e4d656dc239a164a190a8
Size (memtester-4.3.0.tar.gz) = 22113 bytes