Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2006 13:40:55 +0400 (MSD)
From:      Dmitry Morozovsky <marck@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96851: new port: net/arpdig
Message-ID:  <200605060940.k469etug050908@woozle.rinet.ru>
Resent-Message-ID: <200605060950.k469oJIP057091@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96851
>Category:       ports
>Synopsis:       new port: net/arpdig
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 06 09:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Morozovsky
>Release:        FreeBSD 6-STABLE i386
>Organization:
Cronyx Plus LLC (RiNet ISP)
>Environment:
System: FreeBSD 6-STABLE 

>Description:

This is new port request, for net/arpdig software, which is written by me,
extensively used by our monitoring software set, and requested to be
published by our colleagues.

>How-To-Repeat:

>Fix:

combined shar+patch follows:

# 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:
#
#	arpdig
#	arpdig/Makefile
#	arpdig/pkg-descr
#	arpdig/distinfo
#
echo c - arpdig
mkdir -p arpdig > /dev/null 2>&1
echo x - arpdig/Makefile
sed 's/^X//' >arpdig/Makefile << 'END-of-arpdig/Makefile'
X# New ports collection makefile for:	arpdig
X# Date created:			23 April 2006
X# Whom:				marck@FreeBSD.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	arpdig
XPORTVERSION=	0.5
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	marck@FreeBSD.org
XCOMMENT=	ARP Digger utility
X
XPLIST_FILES=	bin/arpdig
X
XMAN1=		arpdig.1
X
X#do-install:
X#	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X#.if !defined(NO_INSTALL_MANPAGES)
X#	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
X#.endif
X
X.include <bsd.port.mk>
END-of-arpdig/Makefile
echo x - arpdig/pkg-descr
sed 's/^X//' >arpdig/pkg-descr << 'END-of-arpdig/pkg-descr'
XArpdig is a tool to probe a whole IP address segment or a list of
XIP addresses on the LAN via ARP whohas requests, collecting ARP is-at
Xresponses and showing the results.
X
XDmitry Morozovsky <marck@FreeBSD.org>
END-of-arpdig/pkg-descr
echo x - arpdig/distinfo
sed 's/^X//' >arpdig/distinfo << 'END-of-arpdig/distinfo'
XMD5 (arpdig-0.5.tar.gz) = b4acbc9dae54786fdbd2d47f834fd5c7
XSHA256 (arpdig-0.5.tar.gz) = d0d9a40cba168ff870e7a4e5a171523505a67d44e83b54a8f90aeb5c0a73c403
XSIZE (arpdig-0.5.tar.gz) = 7758
END-of-arpdig/distinfo

patch << 'END-of-Makefile.patch'
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/Makefile,v
retrieving revision 1.1654
diff -u -r1.1654 Makefile
--- Makefile	29 Apr 2006 23:03:01 -0000	1.1654
+++ Makefile	6 May 2006 09:35:42 -0000
@@ -22,6 +22,7 @@
     SUBDIR += arla
     SUBDIR += arp-sk
     SUBDIR += arpd
+    SUBDIR += arpdig
     SUBDIR += arping
     SUBDIR += arprelease
 #XXX move to net-mgmt
END-of-Makefile.patch
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605060940.k469etug050908>