summaryrefslogtreecommitdiff
path: root/net/libnet10
diff options
context:
space:
mode:
Diffstat (limited to 'net/libnet10')
-rw-r--r--net/libnet10/Makefile43
-rw-r--r--net/libnet10/distinfo1
-rw-r--r--net/libnet10/files/patch-aa20
-rw-r--r--net/libnet10/files/patch-ab11
-rw-r--r--net/libnet10/pkg-comment1
-rw-r--r--net/libnet10/pkg-descr18
-rw-r--r--net/libnet10/pkg-plist20
7 files changed, 0 insertions, 114 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile
deleted file mode 100644
index 6fdeef13f47b..000000000000
--- a/net/libnet10/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Ports collection makefile for: libnet
-# Version required: 0.99g
-# Date created: Sun Feb 3, 1999
-# Whom: shipley@dis.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= libnet-0.99g
-CATEGORIES= net
-MASTER_SITES= http://www.packetfactory.net/libnet/dist/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= shipley@dis.org
-
-MAN3= libnet.3
-
-GNU_CONFIGURE= yes
-
-#NOPROFILE= true
-
-.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 300000
-BROKEN= does not build
-.endif
-
-WRKSRC= ${WRKDIR}/Libnet-0.99g
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/PORTS ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README.asn.1 ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README.examples ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README.linux ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README.rawsockets ${PREFIX}/share/doc/libnet
- ${INSTALL_MAN} ${WRKSRC}/doc/README.stubs ${PREFIX}/share/doc/libnet
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net/libnet10/distinfo b/net/libnet10/distinfo
deleted file mode 100644
index 449784947c45..000000000000
--- a/net/libnet10/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (libnet-0.99g.tgz) = 81ef8df7abf319276db41cbe16cb277c
diff --git a/net/libnet10/files/patch-aa b/net/libnet10/files/patch-aa
deleted file mode 100644
index 8dcc13cfaa46..000000000000
--- a/net/libnet10/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Sat Jan 30 13:25:07 1999
-+++ configure Thu Oct 7 19:31:17 1999
-@@ -1216,7 +1216,7 @@
- EOF
-
- MAN_PREFIX="$prefix/man/man3/"
-- LIB_PREFIX="$prefix/lib/aout"
-+ LIB_PREFIX="$prefix/lib/"
- INC_PREFIX="$prefix/include/"
- ln -sf FreeBSD support/bpf-lkm/etherspoof
- ;;
-@@ -1231,7 +1231,7 @@
- EOF
-
- MAN_PREFIX="$prefix/man/man3/"
-- LIB_PREFIX="$prefix/lib/aout"
-+ LIB_PREFIX="$prefix/lib/"
- INC_PREFIX="$prefix/include/"
- ;;
-
diff --git a/net/libnet10/files/patch-ab b/net/libnet10/files/patch-ab
deleted file mode 100644
index 6c877fe42693..000000000000
--- a/net/libnet10/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Thu Oct 7 20:17:43 1999
-+++ Makefile.in Thu Oct 7 20:17:56 1999
-@@ -104,7 +104,7 @@
- $(INSTALL) -c -m 0644 $(INCLUDE-M) $(DESTDIR)$(INC_PREFIX)$(LIBNET)
- $(INSTALL) -c -m 0644 $(INCLUDE-A) $(DESTDIR)$(INC_PREFIX)$(LIBNET)
- $(INSTALL) -c -m 0644 $(INCLUDE-O) $(DESTDIR)$(INC_PREFIX)$(LIBNET)
-- $(INSTALL) -c -m 0644 $(MAN) $(DESTDIR)$(MAN_PREFIX)
-+ $(INSTALL) -c -m 0644 $(MAN) $(DESTDIR)$(MAN_PREFIX)/man3
- $(INSTALL) -c -m 0755 $(CONFIG) $(DESTDIR)$(BIN_PREFIX)
-
- clean:
diff --git a/net/libnet10/pkg-comment b/net/libnet10/pkg-comment
deleted file mode 100644
index 92b86b073725..000000000000
--- a/net/libnet10/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A C library for creating IP packets
diff --git a/net/libnet10/pkg-descr b/net/libnet10/pkg-descr
deleted file mode 100644
index 5346df1360c8..000000000000
--- a/net/libnet10/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Libnet A C library for portable packet creation
-
-domains of sockets and protocols.
-
-A C library for portable packet creation
-
-Included are also simple example test programs
-
-
-Libnet is a collection of routines to help with the construction
-and handling of network packets. It provides a portable framework
-for low-level network packet writing and handling.
-
-Libnet features portable packet creation interfaces at the IP layer
-and link layer, as well as a host of supplementary and complementary
-functionality.
-
-See http://www.infonexus.com/~daemon9/Projects/Libnet/ for more info
diff --git a/net/libnet10/pkg-plist b/net/libnet10/pkg-plist
deleted file mode 100644
index 0fa983ea78e1..000000000000
--- a/net/libnet10/pkg-plist
+++ /dev/null
@@ -1,20 +0,0 @@
-bin/libnet-config
-include/libnet.h
-include/libnet/libnet-headers.h
-include/libnet/libnet-functions.h
-include/libnet/libnet-ospf.h
-include/libnet/libnet-structures.h
-include/libnet/libnet-macros.h
-include/libnet/libnet-asn1.h
-lib/libpwrite
-lib/libnet.a
-share/doc/libnet/PORTS
-share/doc/libnet/README
-share/doc/libnet/README.asn.1
-share/doc/libnet/README.bpf
-share/doc/libnet/README.examples
-share/doc/libnet/README.linux
-share/doc/libnet/README.rawsockets
-share/doc/libnet/README.stubs
-@dirrm share/doc/libnet
-@dirrm include/libnet