1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

add arpalert-1.1.0

Arpalert uses ARP protocol monitoring to prevent unauthorized connections
on the local network. If an illegal connection is detected, a program or
script is launched, which could be used to send an alert message, for example.

WWW: http://www.arpalert.org/
This commit is contained in:
Yen-Ming Lee 2006-10-06 03:46:09 +00:00
parent cd1bd9c885
commit 3a86fd7f47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174618
6 changed files with 49 additions and 0 deletions

View File

@ -16,6 +16,7 @@
SUBDIR += apan
SUBDIR += argus
SUBDIR += argus-clients
SUBDIR += arpalert
SUBDIR += arpscan
SUBDIR += arpwatch
SUBDIR += arpwatch-devel

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: arpalert
# Date created: 11 May 2006
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= arpalert
PORTVERSION= 1.1.0
CATEGORIES= net-mgmt
MASTER_SITES= http://www.arpalert.org/src/
MAINTAINER= leeym@FreeBSD.org
COMMENT= ARP traffic monitoring
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --mandir=${PREFIX}/man
ALL_TARGET= ${PORTNAME}
USE_GETOPT_LONG=yes
MAN8= arpalert.8
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (arpalert-1.1.0.tar.gz) = 407be51e6510f75261d246628c9dbb6d
SHA256 (arpalert-1.1.0.tar.gz) = b5274eed2cea2d06ea28ccf8b1f1d99e16bf4704278661d50bfbc4315f75d901
SIZE (arpalert-1.1.0.tar.gz) = 102505

View File

@ -0,0 +1,12 @@
--- Makefile.in.orig Thu May 11 17:38:28 2006
+++ Makefile.in Thu May 11 17:38:51 2006
@@ -23,7 +23,8 @@
src_dir = .
CC = @CC@
-CFLAGS = -Wall -O2 \
+CPPFLAGS = @CPPFLAGS@
+CFLAGS = -Wall -O2 $(CPPFLAGS) \
-DCONFIG_FILE=\"$(config_dir)/arpalert.conf\" \
-DPID_FILE=\"$(lock_dir)/arpalert.pid\"
LIBS = @LIBS@

View File

@ -0,0 +1,5 @@
Arpalert uses ARP protocol monitoring to prevent unauthorized connections
on the local network. If an illegal connection is detected, a program or
script is launched, which could be used to send an alert message, for example.
WWW: http://www.arpalert.org/

View File

@ -0,0 +1,5 @@
sbin/arpalert
etc/arpalert/maclist.allow
etc/arpalert/maclist.deny
etc/arpalert/arpalert.conf
@dirrmtry etc/arpalert