aboutsummaryrefslogtreecommitdiff
path: root/net/libnet10
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /net/libnet10
parentce2feffa5c14f7f8552190efb9d77dcec41d3987 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Notes
Notes: svn path=/head/; revision=29673 svn path=/tags/RELEASE_3_5_0/; revision=29674; tag=release/3.5.0
Diffstat (limited to 'net/libnet10')
-rw-r--r--net/libnet10/Makefile39
-rw-r--r--net/libnet10/distinfo1
-rw-r--r--net/libnet10/files/patch-aa31
-rw-r--r--net/libnet10/files/patch-ab11
-rw-r--r--net/libnet10/pkg-comment1
-rw-r--r--net/libnet10/pkg-descr17
-rw-r--r--net/libnet10/pkg-plist44
7 files changed, 0 insertions, 144 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile
deleted file mode 100644
index bf5011876143..000000000000
--- a/net/libnet10/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Ports collection makefile for: libnet
-# Date created: Sun Feb 3, 1999
-# Whom: shipley@dis.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= libnet
-PORTVERSION= 1.0.1b
-CATEGORIES= net
-MASTER_SITES= http://www.packetfactory.net/libnet/dist/
-
-MAINTAINER= shipley@dis.org
-
-MAN3= libnet.3
-
-GNU_CONFIGURE= yes
-
-WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION}
-MAN3= libnet.3
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/libnet.3 ${PREFIX}/man/man3
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/libnet
- @${MKDIR} ${PREFIX}/share/doc/libnet/html
- @${MKDIR} ${PREFIX}/share/doc/libnet/html/examples
-.for i in CHANGELOG CHANGELOG-NEWFUNCTIONS COPYING README README.asn.1 README.bpf README.legacy-applications README.libnet-config README.linux README.rawsockets TODO-1.0 TODO-1.1
- ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/libnet
-.endfor
-.for i in 1.html 2.html 3.html 4.html 5.html 6.html 7.html contrib.html fig-3a.gif figure-1.gif figure-2.gif figure-3.gif figure-3a.gif lrm.html
- ${INSTALL_DATA} ${WRKSRC}/doc/html/${i} ${PREFIX}/share/doc/libnet/html
-.endfor
-.for i in libnet-example-1.c libnet-example-2.c libnet-example-3.c libnet-example-4.c
- ${INSTALL_DATA} ${WRKSRC}/doc/html/examples/${i} ${PREFIX}/share/doc/libnet/html/examples
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/libnet10/distinfo b/net/libnet10/distinfo
deleted file mode 100644
index bfc76cf8354b..000000000000
--- a/net/libnet10/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (libnet-1.0.1b.tar.gz) = 6eed9efc6c806911721b8830f18b5237
diff --git a/net/libnet10/files/patch-aa b/net/libnet10/files/patch-aa
deleted file mode 100644
index bbdf71b6d0c8..000000000000
--- a/net/libnet10/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- configure.orig Wed Oct 27 11:47:27 1999
-+++ configure Sat Apr 22 04:01:09 2000
-@@ -903,7 +903,7 @@
-
- if test $ac_cv_prog_gcc = yes; then
- CCOPTS='-O3 -funroll-loops -fomit-frame-pointer -Wall'
-- CFLAGS="$CCOPTS"
-+ CFLAGS?="$CCOPTS"
- fi
-
- # Check whether --with-pf_packet or --without-pf_packet was given.
-@@ -1497,8 +1497,8 @@
-
- LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP \
- -DHAVE_SOCKADDR_SA_LEN"
-- MAN_PREFIX="$prefix/man/man3/"
-- LIB_PREFIX="$prefix/lib/aout"
-+ MAN_PREFIX="$prefix/man/"
-+ LIB_PREFIX="$prefix/lib/"
- INC_PREFIX="$prefix/include/"
- BIN_PREFIX="$prefix/bin/"
- echo "$ac_t""Note: support/bpf-lkm/etherspoof contains the lkm source \
-@@ -1517,7 +1517,7 @@
-
- LIBNET_CONFIG_DEFINES="-DLIBNET_BSDISH_OS -DLIBNET_BSD_BYTE_SWAP"
- MAN_PREFIX="$prefix/man/man3/"
-- LIB_PREFIX="$prefix/lib/aout"
-+ LIB_PREFIX="$prefix/lib/"
- INC_PREFIX="$prefix/include/"
- BIN_PREFIX="$prefix/bin/"
- ;;
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 f0db50505d08..000000000000
--- a/net/libnet10/pkg-descr
+++ /dev/null
@@ -1,17 +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.
-
-WWW: http://www.infonexus.com/~daemon9/Projects/Libnet/
diff --git a/net/libnet10/pkg-plist b/net/libnet10/pkg-plist
deleted file mode 100644
index 91658979404f..000000000000
--- a/net/libnet10/pkg-plist
+++ /dev/null
@@ -1,44 +0,0 @@
-bin/libnet-config
-include/libnet.h
-include/libnet/libnet-asn1.h
-include/libnet/libnet-functions.h
-include/libnet/libnet-headers.h
-include/libnet/libnet-macros.h
-include/libnet/libnet-ospf.h
-include/libnet/libnet-structures.h
-lib/libnet.a
-lib/libpwrite
-share/doc/libnet/CHANGELOG
-share/doc/libnet/CHANGELOG-NEWFUNCTIONS
-share/doc/libnet/COPYING
-share/doc/libnet/README
-share/doc/libnet/README.asn.1
-share/doc/libnet/README.bpf
-share/doc/libnet/README.legacy-applications
-share/doc/libnet/README.libnet-config
-share/doc/libnet/README.linux
-share/doc/libnet/README.rawsockets
-share/doc/libnet/TODO-1.0
-share/doc/libnet/TODO-1.1
-share/doc/libnet/html/1.html
-share/doc/libnet/html/2.html
-share/doc/libnet/html/3.html
-share/doc/libnet/html/4.html
-share/doc/libnet/html/5.html
-share/doc/libnet/html/6.html
-share/doc/libnet/html/7.html
-share/doc/libnet/html/contrib.html
-share/doc/libnet/html/examples/libnet-example-1.c
-share/doc/libnet/html/examples/libnet-example-2.c
-share/doc/libnet/html/examples/libnet-example-3.c
-share/doc/libnet/html/examples/libnet-example-4.c
-share/doc/libnet/html/fig-3a.gif
-share/doc/libnet/html/figure-1.gif
-share/doc/libnet/html/figure-2.gif
-share/doc/libnet/html/figure-3.gif
-share/doc/libnet/html/figure-3a.gif
-share/doc/libnet/html/lrm.html
-@dirrm share/doc/libnet/html/examples
-@dirrm share/doc/libnet/html
-@dirrm share/doc/libnet
-@dirrm include/libnet