1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

This program provides automatic TCP SYN and UDP scan detection

and blocking facility for use with divert(4) sockets under
FreeBSD.

PR:		59412
Submitted by:	Andrew V Stikheev <sand@links.ru>
This commit is contained in:
Kirill Ponomarev 2003-11-18 10:51:56 +00:00
parent b443542d01
commit 9182547038
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94245
5 changed files with 46 additions and 0 deletions

View File

@ -618,6 +618,7 @@
SUBDIR += sambasentinel
SUBDIR += samplicator
SUBDIR += satellite
SUBDIR += scand
SUBDIR += scdp
SUBDIR += scli
SUBDIR += scotty3

35
net/scand/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: scand
# Date created: 13 May 2003
# Whom: sand
#
# $FreeBSD$
#
PORTNAME= scand
PORTVERSION= 0.11
CATEGORIES= net
MASTER_SITES= http://free.babolo.ru/src/
MAINTAINER= sand@links.ru
COMMENT= Scan detection and blocking daemon
MAN8= scand.8 scandctl.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/scandctl ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/scand.8.gz ${MANPREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/scandctl.8.gz ${MANPREFIX}/man/man8
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README README.ru
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>

1
net/scand/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (scand-0.11.tar.gz) = 0df9728e8180788cb7df05500a53bfad

4
net/scand/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
This program provides a TCP SYN and UDP port scanning detection and blocking
facility for use with divert(4) sockets under FreeBSD.
WWW: http://www.duty.ru/~sand/scand/

5
net/scand/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/scand
bin/scandctl
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/README.ru
%%PORTDOCS%%@dirrm %%DOCSDIR%%