summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-08-02 01:15:39 +0000
committerjedgar <jedgar@FreeBSD.org>2000-08-02 01:15:39 +0000
commitd27be36913c4bd6ee8533cfa5f14db4a20a51f6a (patch)
treeb554d9c067db372d933d66498e76e857aa2bae03 /security
parent017a03e2d5b0ccc796c487ca83abefe92e7de195 (diff)
downloadFreeBSD-ports-d27be36913c4bd6ee8533cfa5f14db4a20a51f6a.zip
FreeBSD-ports-d27be36913c4bd6ee8533cfa5f14db4a20a51f6a.tar.gz
New port: Fuzz, a tool for testing software by bombarding
the program being evaluated with random data.
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 0000000..a1f2213
--- /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 0000000..6244692
--- /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 0000000..e539b31
--- /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 0000000..6bd9e3f
--- /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 0000000..54f0daf
--- /dev/null
+++ b/security/fuzz/pkg-plist
@@ -0,0 +1 @@
+bin/fuzz
OpenPOWER on IntegriCloud