add arp-sk 0.0.15

A tool designed to manipulate ARP tables of all kinds of equipment
This commit is contained in:
Ying-Chieh Liao 2004-04-14 05:51:01 +00:00
parent 47194e8cfa
commit 0af7dd45f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106987
4 changed files with 41 additions and 0 deletions

View file

@ -22,6 +22,7 @@
SUBDIR += archie.el
SUBDIR += ari-yahoo
SUBDIR += arla
SUBDIR += arp-sk
SUBDIR += arpd
SUBDIR += arping
SUBDIR += arprelease

34
net/arp-sk/Makefile Normal file
View file

@ -0,0 +1,34 @@
# ex:ts=8
# Ports collection makefile for: arp-sk
# Date Created: Apr 14, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= arp-sk
PORTVERSION= 0.0.15
CATEGORIES= net
MASTER_SITES= http://www.arp-sk.org/files/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A tool designed to manipulate ARP tables of all kinds of equipment
BUILD_DEPENDS= ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel
USE_REINPLACE= yes
#USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
MAN1= arp-sk.1
PLIST_FILES= sbin/arp-sk
post-patch:
@${REINPLACE_CMD} -e "s, -pedantic -g,," ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/arp-sk ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/man/arp-sk.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

2
net/arp-sk/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (arp-sk-0.0.15.tgz) = fb2694c322efdddfd14307557fe469ec
SIZE (arp-sk-0.0.15.tgz) = 148454

4
net/arp-sk/pkg-descr Normal file
View file

@ -0,0 +1,4 @@
arp-sk is a tool designed to manipulate ARP tables of all kinds of equipment.
This can be easily performed through the sending of the appropriate packet(s).
WWW: http://www.arp-sk.org/