This commit is contained in:
parent
075e5758bf
commit
c485bcc2b1
19
net/strobe/Makefile
Normal file
19
net/strobe/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# OpenBSD makefile for: strobe
|
||||
# Version required: 1.03
|
||||
# Date created: 17 Nov 1997
|
||||
# Whom: ejovi
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1997/11/17 16:24:14 joey Exp $
|
||||
#
|
||||
|
||||
DISTNAME= strobe-1.03
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ftp://suburbia.net/pub/proff/original/strobe/
|
||||
|
||||
MAINTAINER= ejovi@OpenBSD.ORG
|
||||
|
||||
WRKSRC= ${WRKDIR}/strobe
|
||||
ALL_TARGET= strobe
|
||||
MAN1= strobe.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/strobe/files/md5
Normal file
1
net/strobe/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (strobe-1.03.tar.gz) = b5633585b27db82a50651b752e0fd203
|
33
net/strobe/patches/patch-aa
Normal file
33
net/strobe/patches/patch-aa
Normal file
@ -0,0 +1,33 @@
|
||||
--- Makefile.orig Mon Nov 27 18:39:11 1995
|
||||
+++ Makefile Tue Jan 7 20:02:22 1997
|
||||
@@ -3,9 +3,10 @@
|
||||
|
||||
# Modify the below to suit your filesystem
|
||||
|
||||
-INSTALLDIR=/usr/local/bin
|
||||
-LIBDIR=/usr/local/lib
|
||||
-MANDIR=/usr/local/man/man1
|
||||
+PREFIX?=/usr/local
|
||||
+INSTALLDIR=${PREFIX}/bin
|
||||
+LIBDIR=${PREFIX}/lib
|
||||
+MANDIR=${PREFIX}/man/man1
|
||||
|
||||
#CC=cc
|
||||
CC=gcc
|
||||
@@ -40,13 +41,13 @@
|
||||
$(MAN):
|
||||
$(INSTALLDIR)/$(BIN): $(BIN)
|
||||
-rm -f $(INSTALLDIR)/$(BIN)
|
||||
- install -m 755 -s $(BIN) $(INSTALLDIR)/$(BIN)
|
||||
+ install -c -o bin -g bin -m 755 -s $(BIN) $(INSTALLDIR)/$(BIN)
|
||||
$(LIBDIR)/$(DATA): $(DATA)
|
||||
-rm -f $(LIBDIR)/$(DATA)
|
||||
- install -m 644 $(DATA) $(LIBDIR)/$(DATA)
|
||||
+ install -c -o bin -g bin -m 644 $(DATA) $(LIBDIR)/$(DATA)
|
||||
$(MANDIR)/$(MAN): $(MAN)
|
||||
-rm -f $(MANDIR)/$(MAN)
|
||||
- install -m 644 $(MAN) $(MANDIR)/$(MAN)
|
||||
+ install -c -o bin -g bin -m 644 $(MAN) $(MANDIR)/$(MAN)
|
||||
install: $(INSTALLDIR)/$(BIN) $(LIBDIR)/$(DATA) $(MANDIR)/$(MAN)
|
||||
strobe.man : $(MAN)
|
||||
nroff -man -Tascii $(MAN) > strobe.man
|
1
net/strobe/pkg/COMMENT
Normal file
1
net/strobe/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
Fast scatter/gather TCP port scanner
|
10
net/strobe/pkg/DESCR
Normal file
10
net/strobe/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
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.
|
3
net/strobe/pkg/PLIST
Normal file
3
net/strobe/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
bin/strobe
|
||||
lib/strobe.services
|
||||
man/man1/strobe.1.gz
|
Loading…
x
Reference in New Issue
Block a user