summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 01:15:39 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-08-02 01:15:39 +0000
commit304fd19d71c0a18f94bce42192e528d4632d7b8d (patch)
treefbdb3d05c23bbbddb806fbdc32eb214486908467 /security
parentAdd missing @dirrm. (diff)
New port: Fuzz, a tool for testing software by bombarding
the program being evaluated with random data.
Notes
Notes: svn path=/head/; revision=31232
Diffstat (limited to 'security')
-rw-r--r--security/fuzz/Makefile20
-rw-r--r--security/fuzz/distinfo1
-rw-r--r--security/fuzz/pkg-comment1
-rw-r--r--security/fuzz/pkg-descr4
-rw-r--r--security/fuzz/pkg-plist1
5 files changed, 27 insertions, 0 deletions
diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile
new file mode 100644
index 000000000000..a1f221391de0
--- /dev/null
+++ b/security/fuzz/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: fuzz
+# Date created: 25 July 2000
+# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fuzz
+PORTVERSION= 0.5.1
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= fuzz
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= fuzz.1
+
+.include <bsd.port.mk>
diff --git a/security/fuzz/distinfo b/security/fuzz/distinfo
new file mode 100644
index 000000000000..62446924a495
--- /dev/null
+++ b/security/fuzz/distinfo
@@ -0,0 +1 @@
+MD5 (fuzz-0.5.1.tar.gz) = e62b883a6de87efd11950e357a2aa0c6
diff --git a/security/fuzz/pkg-comment b/security/fuzz/pkg-comment
new file mode 100644
index 000000000000..e539b318a0c4
--- /dev/null
+++ b/security/fuzz/pkg-comment
@@ -0,0 +1 @@
+Tool for testing software by bombarding the program with random data
diff --git a/security/fuzz/pkg-descr b/security/fuzz/pkg-descr
new file mode 100644
index 000000000000..6bd9e3f4541e
--- /dev/null
+++ b/security/fuzz/pkg-descr
@@ -0,0 +1,4 @@
+Fuzz is a tool for testing other software. It does this by bombarding
+the program being evaluated with random data.
+
+WWW: http://fuzz.sourceforge.net/
diff --git a/security/fuzz/pkg-plist b/security/fuzz/pkg-plist
new file mode 100644
index 000000000000..54f0daf1808d
--- /dev/null
+++ b/security/fuzz/pkg-plist
@@ -0,0 +1 @@
+bin/fuzz