diff options
author | krion <krion@FreeBSD.org> | 2003-11-18 18:51:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-18 18:51:56 +0800 |
commit | 68aa667b0a9ad0dadf44e5951b694cf422b8727a (patch) | |
tree | e35eaba59edd03415c5e542583b2a54b1d72100e /net/scand | |
parent | 0fa5551872bfd783d8a80030a703c76662e3a411 (diff) | |
download | freebsd-ports-gnome-68aa667b0a9ad0dadf44e5951b694cf422b8727a.tar.gz freebsd-ports-gnome-68aa667b0a9ad0dadf44e5951b694cf422b8727a.tar.zst freebsd-ports-gnome-68aa667b0a9ad0dadf44e5951b694cf422b8727a.zip |
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>
Diffstat (limited to 'net/scand')
-rw-r--r-- | net/scand/Makefile | 35 | ||||
-rw-r--r-- | net/scand/distinfo | 1 | ||||
-rw-r--r-- | net/scand/pkg-descr | 4 | ||||
-rw-r--r-- | net/scand/pkg-plist | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/net/scand/Makefile b/net/scand/Makefile new file mode 100644 index 000000000000..c29dadae9f20 --- /dev/null +++ b/net/scand/Makefile @@ -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> diff --git a/net/scand/distinfo b/net/scand/distinfo new file mode 100644 index 000000000000..8b04525dd7ac --- /dev/null +++ b/net/scand/distinfo @@ -0,0 +1 @@ +MD5 (scand-0.11.tar.gz) = 0df9728e8180788cb7df05500a53bfad diff --git a/net/scand/pkg-descr b/net/scand/pkg-descr new file mode 100644 index 000000000000..9dd9282bc51a --- /dev/null +++ b/net/scand/pkg-descr @@ -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/ diff --git a/net/scand/pkg-plist b/net/scand/pkg-plist new file mode 100644 index 000000000000..e29c13dbb93a --- /dev/null +++ b/net/scand/pkg-plist @@ -0,0 +1,5 @@ +bin/scand +bin/scandctl +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.ru +%%PORTDOCS%%@dirrm %%DOCSDIR%% |