diff options
Diffstat (limited to 'security/rid')
-rw-r--r-- | security/rid/Makefile | 38 | ||||
-rw-r--r-- | security/rid/distinfo | 3 | ||||
-rw-r--r-- | security/rid/files/patch-Makefile | 11 | ||||
-rw-r--r-- | security/rid/files/patch-parser.l | 8 | ||||
-rw-r--r-- | security/rid/pkg-descr | 12 | ||||
-rw-r--r-- | security/rid/pkg-plist | 5 |
6 files changed, 0 insertions, 77 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile deleted file mode 100644 index 3d9e90dd7607..000000000000 --- a/security/rid/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: ddos_scan -# Date created: Sun Feb 12, 2000 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -PORTNAME= rid -PORTVERSION= 1.0 -CATEGORIES= security -MASTER_SITES= http://www.phreak.org/archives/exploits/denial/ \ - ftp://ftp.ntua.gr/pub/security/technotronic/denial/ -DISTFILES= ${PORTNAME}-${PORTVERSION:S/./_/}.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Configurable remote distributed denial of service tool detector - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -ALL_TARGET= rid - -DOCS= README - -pre-configure: - @${REINPLACE_CMD} -e 's:config.txt:${PREFIX}/etc/rid.conf.sample:g' \ - ${WRKSRC}/config.h - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/rid ${PREFIX}/sbin - @${INSTALL_DATA} ${WRKSRC}/config.txt ${PREFIX}/etc/rid.conf.sample -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/security/rid/distinfo b/security/rid/distinfo deleted file mode 100644 index 71deb22318fa..000000000000 --- a/security/rid/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rid-1_0.tgz) = e954c79898465597d0da783738460554 -SHA256 (rid-1_0.tgz) = 16f99c15f1cd344690a188e10699603f0d8f2c15ca046da9943310393778589c -SIZE (rid-1_0.tgz) = 22964 diff --git a/security/rid/files/patch-Makefile b/security/rid/files/patch-Makefile deleted file mode 100644 index 3403d9a62d28..000000000000 --- a/security/rid/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Feb 8 18:23:08 2000 -+++ Makefile Sun Feb 13 18:32:40 2000 -@@ -1,6 +1,6 @@ - --CC=gcc --LIBS=-lsocket -lnsl -lpcap -ll -ly -+#CC=gcc -+LIBS=-lpcap - SRCS = sender.c main.c pinger.c y.tab.c lex.yy.c listen.c - OBJS = sender.o main.o pinger.o y.tab.o lex.yy.o listen.o - CFLAGS=-g diff --git a/security/rid/files/patch-parser.l b/security/rid/files/patch-parser.l deleted file mode 100644 index 4b89a6c774b5..000000000000 --- a/security/rid/files/patch-parser.l +++ /dev/null @@ -1,8 +0,0 @@ ---- parser.l.orig Fri Jan 28 11:37:32 2000 -+++ parser.l Sun Feb 13 18:32:00 2000 -@@ -1,4 +1,5 @@ - %{ -+#include <sys/types.h> - #include <stdio.h> - #include <stdlib.h> - #include <strings.h> diff --git a/security/rid/pkg-descr b/security/rid/pkg-descr deleted file mode 100644 index 7621341b0587..000000000000 --- a/security/rid/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -RID - Remote Intrusion Detection --------------------------------- -RID is a configurable tool which uses intrusion fingerprints to track down -compromised hosts. RID can remotely detect Stacheldraht, TFN, Trinoo and TFN2k -if the attacker did not change the default ports. - -After a compromise, this information can often be turned into a "fingerprint" -of the intrusion. RID is designed to be capable of accurately specifying this -"fingerprint" with little knowledge of network programming. - -RID is based off an extension of ngrep (network grep). It is different because -it extends ngrep into a probing tool. diff --git a/security/rid/pkg-plist b/security/rid/pkg-plist deleted file mode 100644 index 5da7a3f59df0..000000000000 --- a/security/rid/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -sbin/rid -etc/rid.conf.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |