diff options
Diffstat (limited to 'net/libnet10')
-rw-r--r-- | net/libnet10/Makefile | 44 | ||||
-rw-r--r-- | net/libnet10/distinfo | 1 | ||||
-rw-r--r-- | net/libnet10/files/patch-aa | 11 | ||||
-rw-r--r-- | net/libnet10/pkg-comment | 1 | ||||
-rw-r--r-- | net/libnet10/pkg-descr | 18 | ||||
-rw-r--r-- | net/libnet10/pkg-plist | 17 |
6 files changed, 0 insertions, 92 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile deleted file mode 100644 index ece5815d24eb..000000000000 --- a/net/libnet10/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Ports collection makefile for: libnet -# Version required: 0.9 -# Date created: Sun Feb 3, 1999 -# Whom: shipley@dis.org -# -# $Id: Makefile,v 1.1.1.1 1999/05/09 01:16:34 steve Exp $ -# - -DISTNAME= libnet-0.99b -PKGNAME= libnet-0.9.3 -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.99b - -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.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 edb5d58cca7c..000000000000 --- a/net/libnet10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libnet-0.99b.tgz) = 078dc5638c72e39cbc629b19e0e708d3 diff --git a/net/libnet10/files/patch-aa b/net/libnet10/files/patch-aa deleted file mode 100644 index ad573458f774..000000000000 --- a/net/libnet10/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu May 6 18:23:51 1999 -+++ configure Wed May 12 00:25:30 1999 -@@ -1519,7 +1519,7 @@ - EOF - - MAN_PREFIX="$prefix/man/man3/" -- LIB_PREFIX="$prefix/lib/aout" -+ LIB_PREFIX="$prefix/lib/" - INC_PREFIX="$prefix/include/" - BIN_PREFIX="$prefix/bin/" - ln -sf FreeBSD support/bpf-lkm/etherspoof 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 db9342920fa3..000000000000 --- a/net/libnet10/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -include/libnet.h -include/libnet/libnet-headers.h -include/libnet/libnet-functions.h -include/libnet/libnet-structures.h -include/libnet/libnet-macros.h -include/libnet/libnet-asn1.h -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 |