From 60aab665670e50cb18bba45ee25f2ed091759741 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Mon, 23 Feb 2004 04:42:13 +0000 Subject: Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus --- net/knowlan/distinfo | 1 - net/knowlan/files/patch-configure | 44 --------------------------------------- net/knowlan/pkg-descr | 8 ------- net/knowlan/pkg-plist | 2 -- 4 files changed, 55 deletions(-) delete mode 100644 net/knowlan/distinfo delete mode 100644 net/knowlan/files/patch-configure delete mode 100644 net/knowlan/pkg-descr delete mode 100644 net/knowlan/pkg-plist (limited to 'net/knowlan') diff --git a/net/knowlan/distinfo b/net/knowlan/distinfo deleted file mode 100644 index 1ecb50c24571..000000000000 --- a/net/knowlan/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (knowlan-0.1.1.tar.gz) = db39896a9389c88181630d5adab8d32f diff --git a/net/knowlan/files/patch-configure b/net/knowlan/files/patch-configure deleted file mode 100644 index 24e1c0ff9df5..000000000000 --- a/net/knowlan/files/patch-configure +++ /dev/null @@ -1,44 +0,0 @@ ---- configure.orig Tue Sep 23 15:43:13 2003 -+++ configure Tue Oct 28 16:44:31 2003 -@@ -95,8 +95,8 @@ - exit - fi - elif test "$OS" = FreeBSD || test "$OS" = OpenBSD || test "$OS" = NetBSD; then -- echo -n "testing /usr/local/include/libnet.h..." -- if(test -f /usr/local/include/libnet.h); then -+ echo -n "testing ${LOCALBASE}/include/libnet.h..." -+ if(test -f ${LOCALBASE}/include/libnet.h); then - echo "ok" - else - exit -@@ -109,8 +109,8 @@ - - - if test "$OS" = FreeBSD || test "$OS" = OpenBSD || test "$OS" = NetBSD; then -- echo -n "testing /usr/local/lib/libnet.a..." -- if(test -f /usr/local/lib/libnet.a); then -+ echo -n "testing ${LOCALBASE}/lib/libnet.a..." -+ if(test -f ${LOCALBASE}/lib/libnet.a); then - echo "ok" - else - echo "can't find required libnet.a static library" -@@ -152,7 +152,7 @@ - echo " " >> Makefile - echo " " >> Makefile - echo "all: kn_arp.c kn_main.c kn_defs.h" >> Makefile --echo " gcc -Wall -c kn_main.c" >> Makefile -+echo " gcc ${CFLAGS} -c kn_main.c" >> Makefile - - if test "$OS" = Linux; then - echo " gcc -Wall \$(LIBNETDEFS) -c kn_arp.c" >> Makefile -@@ -164,8 +164,8 @@ - echo " /bin/chown root.root /usr/sbin/knowlan" >> Makefile - echo " /bin/chmod 755 /usr/sbin/knowlan" >> Makefile - elif test "$OS" = FreeBSD || test "$OS" = OpenBSD || test "$OS" = NetBSD; then -- echo " gcc -Wall -D__BSD__=1 -D__GLIBC__=1 -I/usr/local/include/ \$(LIBNETDEFS) -c kn_arp.c" >> Makefile -- echo " gcc -o knowlan kn_main.o kn_arp.o /usr/local/lib/libnet.a -lpcap" >> Makefile -+ echo " gcc ${CFLAGS} -D__BSD__=1 -D__GLIBC__=1 -I${LOCALBASE}/include/ \$(LIBNETDEFS) -c kn_arp.c" >> Makefile -+ echo " gcc -o knowlan kn_main.o kn_arp.o ${LOCALBASE}/lib/libnet.a -lpcap" >> Makefile - echo " " >> Makefile - echo " " >> Makefile - echo "install: knowlan" >> Makefile diff --git a/net/knowlan/pkg-descr b/net/knowlan/pkg-descr deleted file mode 100644 index a262965e7447..000000000000 --- a/net/knowlan/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Knowlan is ARP-based Local Area Network IP and MAC Address Extractor. -It sends ARP REQUEST packets to the LAN and waits for ARP REPLY packets -from network nodes that are up, producing a table of currently -active IP and MAC addresses. -Knowlan uses libpcap and libnet libraries for easy source code review -and maintenance. - -WWW: http://www.enderunix.org/knowlan diff --git a/net/knowlan/pkg-plist b/net/knowlan/pkg-plist deleted file mode 100644 index a7989ab26039..000000000000 --- a/net/knowlan/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -sbin/knowlan -- cgit v1.2.3