mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
39591c1e02
strobe is a network/security tool that locates and describes all listening tcp ports on a (remote) host or on many hosts in a bandwidth utilisation maximising, and pro- cess resource minimizing manner. strobe approximates a parallel finite state machine inter- nally. In non-linear multi-host mode it attempts to appor- tion bandwidth and sockets amoung the hosts very effi- ciently. This can reap appreciable gains in speed for multiple distinct hosts/routes. Submitted by: proff@suburbia.net (Julian Assange) Reviewed & Modified by: max (Closing PR #1663.)
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# New ports collection makefile for: strobe
|
|
# Version required: 1.03
|
|
# Date created: 23 Sep 1996
|
|
# Whom: proff
|
|
#
|
|
# $Id: Makefile,v 1.14 1996/08/16 18:30:56 peter Exp $
|
|
#
|
|
|
|
DISTNAME= strobe-1.03
|
|
CATEGORIES= net security
|
|
MASTER_SITES= ftp://suburbia.net/pub/proff/original/strobe/
|
|
|
|
MAINTAINER= proff@suburbia.net
|
|
|
|
WRKSRC= ${WRKDIR}/strobe
|
|
ALL_TARGET= strobe
|
|
MAN1= strobe.1
|
|
|
|
.include <bsd.port.mk>
|