mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
add arp-sk 0.0.15
A tool designed to manipulate ARP tables of all kinds of equipment
This commit is contained in:
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
|
@ -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
34
net/arp-sk/Makefile
Normal 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
2
net/arp-sk/distinfo
Normal 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
4
net/arp-sk/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue