ports/58592: [New Port] net/knowlan

Omer Faruk Sen ofsen at enderunix.org
Mon Oct 27 08:40:17 UTC 2003


>Number:         58592
>Category:       ports
>Synopsis:       [New Port] net/knowlan
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 27 00:40:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Omer Faruk Sen
>Release:        FreeBSD 4.9-RC i386
>Organization:
EnderUNIX SDT @ Turkey
>Environment:
System: FreeBSD istanbul.enderunix.org 4.9-RC FreeBSD 4.9-RC #0: Mon Oct 6 12:14:06 EEST 2003 root at istanbul.enderunix.org:/usr/src/sys/compile/EnderUNIX i386


	
>Description:
	ARP based Local Area Network IP and MAC Adress Extractor
>How-To-Repeat:
	With applying patches
>Fix:

	

--- knowlan.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	knowlan
#	knowlan/Makefile
#	knowlan/distinfo
#	knowlan/pkg-descr
#	knowlan/pkg-plist
#	knowlan/files
#	knowlan/files/patch-configure
#
echo c - knowlan
mkdir -p knowlan > /dev/null 2>&1
echo x - knowlan/Makefile
sed 's/^X//' >knowlan/Makefile << 'END-of-knowlan/Makefile'
X# Ports collection makefile for:	knowlan
X# Date Created:			 Oct 27, 2003
X# Whom:				Omer Faruk Sen <ofsen at enderunix.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	knowlan
XPORTVERSION=	0.1
XCATEGORIES=	net
XMASTER_SITES=	http://www.enderunix.org/knowlan/
X
XMAINTAINER=	ofsen at enderunix.org
XCOMMENT=	ARP based Local Area Network IP and MAC Adress Extractor
X
XBUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet
X
XHAS_CONFIGURE=  yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/knowlan ${PREFIX}/sbin
X
X.include <bsd.port.mk>
END-of-knowlan/Makefile
echo x - knowlan/distinfo
sed 's/^X//' >knowlan/distinfo << 'END-of-knowlan/distinfo'
XMD5 (knowlan-0.1.tar.gz) = 8e64bf32fc721740b4b4548da8fe4f36
END-of-knowlan/distinfo
echo x - knowlan/pkg-descr
sed 's/^X//' >knowlan/pkg-descr << 'END-of-knowlan/pkg-descr'
XKnowlan is ARP protocol based Local Area Network IP and MAC Adress Extractor. 
XKnowlan uses libpcap and libnet libraries for to be simple to handle and 
Xto have a simple code for any interestor to deal with the code. 
XTo describe knowlan overally, Knowlan, sends ARP REQUEST packets to the LAN, 
Xand at the same time, It recieves ARP REPLY packets from the up machines. 
XSo, It prints out IP and MAC addresses of online machines. 
X
XWWW: http://www.enderunix.org/knowlan
END-of-knowlan/pkg-descr
echo x - knowlan/pkg-plist
sed 's/^X//' >knowlan/pkg-plist << 'END-of-knowlan/pkg-plist'
Xsbin/knowlan
END-of-knowlan/pkg-plist
echo c - knowlan/files
mkdir -p knowlan/files > /dev/null 2>&1
echo x - knowlan/files/patch-configure
sed 's/^X//' >knowlan/files/patch-configure << 'END-of-knowlan/files/patch-configure'
X--- configure.org	Mon Oct 27 09:52:30 2003
X+++ configure	Mon Oct 27 09:53:17 2003
X@@ -170,8 +170,8 @@
X         echo " " >> Makefile
X         echo "install: knowlan" >> Makefile
X         echo "	/bin/cp knowlan /usr/sbin/knowlan" >> Makefile
X-        echo "	/bin/chown root.root /usr/sbin/knowlan" >> Makefile
X-        echo "	/bin/chmod 755 /usr/sbin/knowlan" >> Makefile
X+        echo "	/usr/sbin/chown root.wheel /usr/local/sbin/knowlan" >> Makefile
X+        echo "	/bin/chmod 755 /usr/local/sbin/knowlan" >> Makefile
X fi
X 
X echo "clean:" >> Makefile
END-of-knowlan/files/patch-configure
exit
--- knowlan.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list