summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2013-10-11 10:12:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2013-10-11 10:12:53 +0000
commita621d50459632b569ea5b9487a58132e7572e679 (patch)
treedc37cdeae36258b01edd2d774ebc41eb39e21372 /net
parentFix build on 10.x (diff)
Remove net/ngrep-lib: Obsoleted and doesn't work on 10.0
Notes
Notes: svn path=/head/; revision=330064
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ngrep-lib/Makefile26
-rw-r--r--net/ngrep-lib/distinfo2
-rw-r--r--net/ngrep-lib/files/patch-ngrep-lib.c10
-rw-r--r--net/ngrep-lib/pkg-descr11
-rw-r--r--net/ngrep-lib/pkg-plist3
6 files changed, 0 insertions, 53 deletions
diff --git a/net/Makefile b/net/Makefile
index d4fdd3b091e9..f0bf9ae5787e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -429,7 +429,6 @@
SUBDIR += ng_daphne
SUBDIR += ng_mikrotik_eoip
SUBDIR += ngrep
- SUBDIR += ngrep-lib
SUBDIR += nifmon
SUBDIR += nload
SUBDIR += nocatsplash
diff --git a/net/ngrep-lib/Makefile b/net/ngrep-lib/Makefile
deleted file mode 100644
index d3e41124b4df..000000000000
--- a/net/ngrep-lib/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Edwin Groothuis (edwin@mavetju.org)
-# $FreeBSD$
-
-PORTNAME= ngrep-lib
-PORTVERSION= 1.3
-CATEGORIES= net
-MASTER_SITES= http://www.mavetju.org/download/
-
-MAINTAINER= edwin@mavetju.org
-COMMENT= Easy packet filtering library based on ngrep
-
-MAN3= ngrep-lib.3
-HAS_CONFIGURE= yes
-
-CONFIGURE_ARGS+=--prefix=${PREFIX} -without-restart
-
-USE_LDCONFIG= yes
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
-BROKEN= Does not compile on ia64 or amd64 (needs -fPIC)
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/ngrep-lib/distinfo b/net/ngrep-lib/distinfo
deleted file mode 100644
index 43b8ef25b890..000000000000
--- a/net/ngrep-lib/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ngrep-lib-1.3.tar.gz) = dd21ffc63ca2f524d3c392da02f228d3ec1ee1edf400472364ff32e2bda092a3
-SIZE (ngrep-lib-1.3.tar.gz) = 664559
diff --git a/net/ngrep-lib/files/patch-ngrep-lib.c b/net/ngrep-lib/files/patch-ngrep-lib.c
deleted file mode 100644
index 475ff54a8e39..000000000000
--- a/net/ngrep-lib/files/patch-ngrep-lib.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- ngrep-lib.c.orig Sat Feb 28 22:23:31 2004
-+++ ngrep-lib.c Sat Feb 28 22:23:46 2004
-@@ -51,6 +51,7 @@
- #include <netinet/udp.h>
- #include <netinet/ip_icmp.h>
-
-+#define PCAP_DONT_INCLUDE_PCAP_BPF_H
- #include <pcap.h>
- #include <net/bpf.h>
-
diff --git a/net/ngrep-lib/pkg-descr b/net/ngrep-lib/pkg-descr
deleted file mode 100644
index 3c0e502b3c7b..000000000000
--- a/net/ngrep-lib/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Easy packet filtering in your programs.
-
-This library is based on ngrep. Instead of having
-to worry about the pcap, the options, the syntax, the processing
-of the IP packets et al, you now have an easy interface:
-Initialize and run. Let the callback functions handle the rest.
-
-Edwin Groothuis
-edwin@mavetju.org
-
-WWW: http://www.mavetju.org/networking/programming.php
diff --git a/net/ngrep-lib/pkg-plist b/net/ngrep-lib/pkg-plist
deleted file mode 100644
index 18608f83b664..000000000000
--- a/net/ngrep-lib/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-include/ngrep-lib.h
-lib/libngrep.so
-lib/libngrep.so.1