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:
parent
cd1bd9c885
commit
3a86fd7f47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174618
@ -16,6 +16,7 @@
|
||||
SUBDIR += apan
|
||||
SUBDIR += argus
|
||||
SUBDIR += argus-clients
|
||||
SUBDIR += arpalert
|
||||
SUBDIR += arpscan
|
||||
SUBDIR += arpwatch
|
||||
SUBDIR += arpwatch-devel
|
||||
|
23
net-mgmt/arpalert/Makefile
Normal file
23
net-mgmt/arpalert/Makefile
Normal 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>
|
3
net-mgmt/arpalert/distinfo
Normal file
3
net-mgmt/arpalert/distinfo
Normal 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
|
12
net-mgmt/arpalert/files/patch-Makefile.in
Normal file
12
net-mgmt/arpalert/files/patch-Makefile.in
Normal 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@
|
5
net-mgmt/arpalert/pkg-descr
Normal file
5
net-mgmt/arpalert/pkg-descr
Normal 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/
|
5
net-mgmt/arpalert/pkg-plist
Normal file
5
net-mgmt/arpalert/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
sbin/arpalert
|
||||
etc/arpalert/maclist.allow
|
||||
etc/arpalert/maclist.deny
|
||||
etc/arpalert/arpalert.conf
|
||||
@dirrmtry etc/arpalert
|
Loading…
Reference in New Issue
Block a user