diff --git a/security/Makefile b/security/Makefile index b82fae514419..00f2a3b92026 100644 --- a/security/Makefile +++ b/security/Makefile @@ -156,7 +156,6 @@ SUBDIR += ssh SUBDIR += ssh-multiadd SUBDIR += ssh2 - SUBDIR += ssldump SUBDIR += sslproxy SUBDIR += sslwrap SUBDIR += sst diff --git a/security/ssldump/Makefile b/security/ssldump/Makefile deleted file mode 100644 index c0e536e0c6e7..000000000000 --- a/security/ssldump/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: ssldump -# Date created: 07 Jun 2001 -# Whom: Stanislav Grozev -# -# $FreeBSD$ -# - -PORTNAME= ssldump -PORTVERSION= 0.9b1.p1 -CATEGORIES= security -MASTER_SITES= http://www.rtfm.com/ssldump/ -DISTNAME= ssldump-0.9b1 -DIST_SUBDIR= ssldump - -PATCH_SITES= http://www.rtfm.com/ssldump/ -PATCHFILES= patch1 - -MAINTAINER= tacho@daemonz.org - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-openssl=/usr - -MAN1= ssldump.1 - -.include diff --git a/security/ssldump/distinfo b/security/ssldump/distinfo deleted file mode 100644 index 9f3982ee35f8..000000000000 --- a/security/ssldump/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ssldump/ssldump-0.9b1.tar.gz) = ace8f1b4f8bfa4cd494a3e546655c5e7 -MD5 (ssldump/patch1) = 799e5c2638639c5250b1937d706a7ddf diff --git a/security/ssldump/pkg-comment b/security/ssldump/pkg-comment deleted file mode 100644 index 44ccf99232e3..000000000000 --- a/security/ssldump/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An SSLv3/TLS network protocol analyzer diff --git a/security/ssldump/pkg-descr b/security/ssldump/pkg-descr deleted file mode 100644 index c834ad1cf265..000000000000 --- a/security/ssldump/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections -on the chosen network interface and attempts to interpret them as SSLv3/TLS -traffic. When it identifies SSLv3/TLS traffic, it decodes the records and -displays them in a textual form to stdout. If provided with the appropriate -keying material, it will also decrypt the connections and display the -application data traffic. - -WWW: http://www.rtfm.com/ssldump/ - --tacho@daemonz.org diff --git a/security/ssldump/pkg-plist b/security/ssldump/pkg-plist deleted file mode 100644 index dbb1bdc0d110..000000000000 --- a/security/ssldump/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ssldump