Date: Sun, 1 Oct 2000 16:32:30 +0300 (IDT) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21670: MAINTAINER: new port: net/arping Message-ID: <200010011332.e91DWU335890@alchemy.oven.org>
next in thread | raw e-mail | index | archive | help
>Number: 21670 >Category: ports >Synopsis: MAINTAINER: new port: net/arping >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 01 06:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.1-STABLE i386 >Organization: Roman Shterenzon >Environment: ports >Description: From README: Arping is a util to find out it a specific IP address on the LAN is 'taken' and what MAC address owns it. Sure, you *could* just use 'ping' to find out if it's taken and even if the computer blocks ping (and everything else) you still get an entry in your arp cache. But what if you aren't on a routable net? Then you're screwed. Or you use arping. >How-To-Repeat: >Fix: # 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: # # arping # arping/Makefile # arping/pkg # arping/pkg/DESCR # arping/pkg/COMMENT # arping/pkg/PLIST # arping/files # arping/files/md5 # echo c - arping mkdir -p arping > /dev/null 2>&1 echo x - arping/Makefile sed 's/^X//' >arping/Makefile << 'END-of-arping/Makefile' X# New ports collection makefile for: arping X# Date Created: 1 Oct 2000 X# Whom: Roman Shterenzon <roman@xpert.com> X# X# $FreeBSD$ X# X XPORTNAME= arping XPORTVERSION= 0.94 XCATEGORIES= net XMASTER_SITES= ftp://ftp.nss.nu/pub/synscan/ X XMAINTAINER= roman@xpert.com X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet X XALL_TARGET= freebsd X Xdo-install: X cd ${WRKSRC}; ${INSTALL_PROGRAM} arping ${PREFIX}/sbin X X.include <bsd.port.mk> END-of-arping/Makefile echo c - arping/pkg mkdir -p arping/pkg > /dev/null 2>&1 echo x - arping/pkg/DESCR sed 's/^X//' >arping/pkg/DESCR << 'END-of-arping/pkg/DESCR' XArping is a util to find out it a specific IP address on the LAN is 'taken' Xand what MAC address owns it. Sure, you *could* just use 'ping' to find out if Xit's taken and even if the computer blocks ping (and everything else) you still Xget an entry in your arp cache. But what if you aren't on a routable net? Then Xyou're screwed. Or you use arping. X XWWW: http://synscan.nss.nu/programs.php X XRoman Shterenzon <roman@xpert.com> END-of-arping/pkg/DESCR echo x - arping/pkg/COMMENT sed 's/^X//' >arping/pkg/COMMENT << 'END-of-arping/pkg/COMMENT' XARP level "ping" utility END-of-arping/pkg/COMMENT echo x - arping/pkg/PLIST sed 's/^X//' >arping/pkg/PLIST << 'END-of-arping/pkg/PLIST' Xsbin/arping END-of-arping/pkg/PLIST echo c - arping/files mkdir -p arping/files > /dev/null 2>&1 echo x - arping/files/md5 sed 's/^X//' >arping/files/md5 << 'END-of-arping/files/md5' XMD5 (arping-0.94.tar.gz) = 3907c8a7942eb8fa57da3e50ef9266bc END-of-arping/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010011332.e91DWU335890>