aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bunny
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2017-01-22 19:06:41 +0800
committerrene <rene@FreeBSD.org>2017-01-22 19:06:41 +0800
commit8d19a3bd1706cd83ef224f7f54d962c66f470c72 (patch)
treedfbd275ab7e1ead408eb1c21e2bd0d56d1393cf0 /devel/bunny
parentdf8e466b756dca16955697a8b182533c91b7c7f2 (diff)
downloadfreebsd-ports-gnome-8d19a3bd1706cd83ef224f7f54d962c66f470c72.tar.gz
freebsd-ports-gnome-8d19a3bd1706cd83ef224f7f54d962c66f470c72.tar.zst
freebsd-ports-gnome-8d19a3bd1706cd83ef224f7f54d962c66f470c72.zip
Remove expired ports:
2017-01-22 net/rwhoisd: No more public distfiles 2017-01-22 devel/bunny: Superseded by a different project 2017-01-22 www/pligg: Abandonware
Diffstat (limited to 'devel/bunny')
-rw-r--r--devel/bunny/Makefile43
-rw-r--r--devel/bunny/distinfo2
-rw-r--r--devel/bunny/files/patch-Makefile12
-rw-r--r--devel/bunny/pkg-descr13
4 files changed, 0 insertions, 70 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile
deleted file mode 100644
index b831b32b384d..000000000000
--- a/devel/bunny/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= bunny
-PORTVERSION= 0.93
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt
-PROJECTHOST= bunny-the-fuzzer
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Superseded by a different project
-EXPIRATION_DATE=2017-01-22
-
-USES= ssl tar:tgz
-LDFLAGS+= -L${OPENSSLLIB}
-CFLAGS+= -I${OPENSSLINC}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PORTDOCS= README
-PLIST_FILES= bin/bunny-trace bin/bunny-gcc bin/bunny-flow bin/bunny-exec \
- bin/bunny-main
-
-ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= Fails to compile: invokes i386 asm
-
-OPTIONS_DEFINE=DOCS
-
-do-install:
-.for f in ${PLIST_FILES}
- ${INSTALL_PROGRAM} ${WRKSRC}/${f:C/bin\///} ${STAGEDIR}${PREFIX}/bin
-.endfor
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/bunny/distinfo b/devel/bunny/distinfo
deleted file mode 100644
index 88792dd853fb..000000000000
--- a/devel/bunny/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bunny-0.93.tgz) = 30c7765b960b131246bfe8c25b79d20eae49f282dd0ac3b7e1e293233a446f99
-SIZE (bunny-0.93.tgz) = 64575
diff --git a/devel/bunny/files/patch-Makefile b/devel/bunny/files/patch-Makefile
deleted file mode 100644
index 6d9815c21b26..000000000000
--- a/devel/bunny/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2007-11-06 11:04:07 UTC
-+++ Makefile
-@@ -19,8 +19,7 @@
- #
-
- PROGNAME = bunny-gcc bunny-trace bunny-exec bunny-flow bunny-main
--CFLAGS = -Wall -O3 -funroll-loops -fno-strict-aliasing -ffast-math -Wno-pointer-sign
--EX_LIBS = -lcrypto -lm
-+EX_LIBS = $(LDFLAGS) -lcrypto -lm
-
- # CFLAGS = -Wall -g -ggdb -g3 -Wno-pointer-sign
- # CFLAGS += -DDEBUG_TRACE=1
diff --git a/devel/bunny/pkg-descr b/devel/bunny/pkg-descr
deleted file mode 100644
index 849505d76a59..000000000000
--- a/devel/bunny/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-A closed loop, high-performance, general purpose protocol-blind fuzzer for C
-programs.
-
-Uses compiler-level integration to seamlessly inject precise and reliable
-instrumentation hooks into the traced program. These hooks enable the fuzzer to
-receive real-time feedback on changes to the function call path, call
-parameters, and return values in response to variations in input data.
-
-This architecture makes it possible to significantly improve the coverage of the
-testing process without a noticeable performance impact usually associated with
-other attempts to peek into run-time internals.
-
-WWW: http://code.google.com/p/bunny-the-fuzzer/