summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-07 06:03:49 +0000
committerwill <will@FreeBSD.org>2001-04-07 06:03:49 +0000
commit2b91147c57a46aae64dc1de8e856a6d1a1294160 (patch)
tree4d7dba07fda8dc8a3e67d95d2ba5776e9a09ca27 /sysutils
parent82ebfc121bf7f347694f95772accffb0e8044e81 (diff)
downloadFreeBSD-ports-2b91147c57a46aae64dc1de8e856a6d1a1294160.zip
FreeBSD-ports-2b91147c57a46aae64dc1de8e856a6d1a1294160.tar.gz
Add crashme 2.4, a tool to test an operating system's robustness.
PR: 26268 Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/crashme/Makefile27
-rw-r--r--sysutils/crashme/distinfo1
-rw-r--r--sysutils/crashme/pkg-comment1
-rw-r--r--sysutils/crashme/pkg-descr10
-rw-r--r--sysutils/crashme/pkg-plist2
6 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index cb61394..96d4834 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -24,6 +24,7 @@
SUBDIR += copytape
SUBDIR += cpbk
SUBDIR += cpdup
+ SUBDIR += crashme
SUBDIR += cronolog
SUBDIR += cvsweb-converters
SUBDIR += daemontools
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile
new file mode 100644
index 0000000..3bc31c7
--- /dev/null
+++ b/sysutils/crashme/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: crashme
+# Date created: Apr 1, 2001
+# Whom: Mark Pulford <mark@kyne.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= crashme
+PORTVERSION= 2.4
+CATEGORIES= sysutils
+MASTER_SITES= http://people.delphi.com/gjc/
+DISTNAME= crashme
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= mark@kyne.com.au
+
+USE_GMAKE= yes
+NO_WRKSUBDIR= yes
+MAKEFILE= makefile
+MAN1= crashme.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/crashme ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/pddet ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/crashme.man ${PREFIX}/man/man1/crashme.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/crashme/distinfo b/sysutils/crashme/distinfo
new file mode 100644
index 0000000..11280a6
--- /dev/null
+++ b/sysutils/crashme/distinfo
@@ -0,0 +1 @@
+MD5 (crashme.tgz) = 8a1e115adbfd1fd175bd0c49f87f3589
diff --git a/sysutils/crashme/pkg-comment b/sysutils/crashme/pkg-comment
new file mode 100644
index 0000000..1322772
--- /dev/null
+++ b/sysutils/crashme/pkg-comment
@@ -0,0 +1 @@
+A tool to test an operating system's robustness
diff --git a/sysutils/crashme/pkg-descr b/sysutils/crashme/pkg-descr
new file mode 100644
index 0000000..59028b3
--- /dev/null
+++ b/sysutils/crashme/pkg-descr
@@ -0,0 +1,10 @@
+Crashme is a very simple program that tests the operating
+environment's robustness by invoking random data as if it were a
+procedure. The standard signals are caught and handled with a setjmp
+back to a loop which will try again to produce a fault by executing
+random data. Some people call this stress testing.
+
+WWW: http://people.delphi.com/gjc/crashme.html
+
+- Mark Pulford
+mark@kyne.com.au
diff --git a/sysutils/crashme/pkg-plist b/sysutils/crashme/pkg-plist
new file mode 100644
index 0000000..ad1aa76
--- /dev/null
+++ b/sysutils/crashme/pkg-plist
@@ -0,0 +1,2 @@
+bin/crashme
+bin/pddet
OpenPOWER on IntegriCloud