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

View File

@@ -0,0 +1,5 @@
Classic Unix fork() bomber. Includes CPU hanger, memory allocator,
memory toucher and zombie dance team. You can test how will your
computer behave under heavy CPU, process, memory load.
Forkbomb is also useful as realloc() benchmark.

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.7 2012/09/11 22:37:12 asau Exp $
#
DISTNAME= forkbomb-1.4
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.tiscali.cz:8080/~cz210552/forkbomb.html
COMMENT= Classic Unix fork() bomber
INSTALLATION_DIRS+= bin man/man8
do-build:
${CC} ${CFLAGS} ${CPPFLAGS} ${WRKSRC}/forkbomb.c -o \
${WRKSRC}/forkbomb
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/forkbomb ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/forkbomb.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/13 08:17:51 xtraeme Exp $
bin/forkbomb
man/man8/forkbomb.8

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/10/13 08:17:51 xtraeme Exp $
SHA1 (forkbomb-1.4.tar.gz) = 25e3d172da96e2c31d90878794ccd48c98dbfaf1
RMD160 (forkbomb-1.4.tar.gz) = 9f3a8b92c9f12f7181af49271a020cfe107faea8
Size (forkbomb-1.4.tar.gz) = 4718 bytes