initial import of sentinel-0.8:
-- The Sentinel project is designed to be a portable, accurate implementation of all publicly known promiscuous detection techniques. These include: DNS Test - Etherping Test - ARP Test - ICMP Ping Latency Test
This commit is contained in:
parent
7a7bc74e6a
commit
c509fa3184
30
security/sentinel/Makefile
Normal file
30
security/sentinel/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/11 14:43:57 lebel Exp $
|
||||
|
||||
COMMENT= "remote promiscous mode detection tool"
|
||||
|
||||
DISTNAME= sentinel-0.8
|
||||
CATEGORIES= security net
|
||||
NEED_VERSION= 1.414
|
||||
|
||||
HOMEPAGE= http://www.packetfactory.net/Projects/sentinel/
|
||||
|
||||
MAINTAINER= Jason Peel <jsyn@nthought.com>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.packetfactory.net/Projects/sentinel/ \
|
||||
http://packetstorm.securify.com/UNIX/IDS/sentinel/
|
||||
|
||||
LIB_DEPENDS= net::net/libnet
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sentinel
|
||||
${INSTALL_DATA} ${WRKSRC}/Changelog ${PREFIX}/share/doc/sentinel
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sentinel
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/sentinel/files/md5
Normal file
3
security/sentinel/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (sentinel-0.8.tar.gz) = a924a702a1c2ee4378ddd8ccfa9bb211
|
||||
RMD160 (sentinel-0.8.tar.gz) = 6830c4fbc6a859c332219170217ac640f7ba79e9
|
||||
SHA1 (sentinel-0.8.tar.gz) = 501a65ad6dfb557e54e811193acb0eadfbbbff5c
|
29
security/sentinel/patches/patch-Makefile_in
Normal file
29
security/sentinel/patches/patch-Makefile_in
Normal file
@ -0,0 +1,29 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/06/11 14:43:57 lebel Exp $
|
||||
--- Makefile.in.orig Sat Apr 22 03:12:30 2000
|
||||
+++ Makefile.in Mon Jun 11 10:57:57 2001
|
||||
@@ -1,7 +1,6 @@
|
||||
# $Id: patch-Makefile_in,v 1.1.1.1 2001/06/11 14:43:57 lebel Exp $
|
||||
|
||||
srcdir= .
|
||||
-prefix= /usr/local
|
||||
|
||||
CC=@CC@
|
||||
CFLAGS=@CFLAGS@
|
||||
@@ -11,7 +10,7 @@ INCLUDE= -I/usr/local/include
|
||||
DEFINES += `libnet-config --defines` #-DDEBUG
|
||||
INSTALL=./install-sh
|
||||
|
||||
-prefix=/usr/local
|
||||
+prefix=@prefix@
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) $(INCLUDE) $(DEFINES) -c $< -o $@
|
||||
@@ -23,7 +22,7 @@ sentinel: $(OBJS)
|
||||
strip sentinel
|
||||
|
||||
install:
|
||||
- $(INSTALL) -c -m 0755 sentinel $(prefix)/sbin
|
||||
+ $(INSTALL) -c -m 0755 sentinel $(DESTDIR)$(prefix)/sbin
|
||||
|
||||
clean:
|
||||
rm -f core *.core *.o $(OBJS) sentinel
|
8
security/sentinel/pkg/DESCR
Normal file
8
security/sentinel/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
The Sentinel project is designed to be a portable, accurate
|
||||
implementation of all publicly known promiscuous detection
|
||||
techniques.
|
||||
|
||||
These include:
|
||||
DNS Test - Etherping Test - ARP Test - ICMP Ping Latency Test
|
||||
|
||||
WWW: ${HOMEPAGE}
|
5
security/sentinel/pkg/PLIST
Normal file
5
security/sentinel/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/11 14:43:57 lebel Exp $
|
||||
sbin/sentinel
|
||||
share/doc/sentinel/Changelog
|
||||
share/doc/sentinel/README
|
||||
@dirrm share/doc/sentinel
|
Loading…
Reference in New Issue
Block a user