aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-06-08 08:30:43 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-06-08 08:30:43 +0800
commitb9feae7c418cdbb8519bffc8196ddff2420e8aaa (patch)
treeba36fe170af967851eeb24dab49324d79b346410
parent150641fc377f31b48aa7084638c6817f3f3fce75 (diff)
downloadfreebsd-ports-gnome-b9feae7c418cdbb8519bffc8196ddff2420e8aaa.tar.gz
freebsd-ports-gnome-b9feae7c418cdbb8519bffc8196ddff2420e8aaa.tar.zst
freebsd-ports-gnome-b9feae7c418cdbb8519bffc8196ddff2420e8aaa.zip
Fix my booboo
Submitted by: billf Reviewed by: will
-rw-r--r--security/Makefile1
-rw-r--r--security/ssldump/Makefile25
-rw-r--r--security/ssldump/distinfo2
-rw-r--r--security/ssldump/pkg-comment1
-rw-r--r--security/ssldump/pkg-descr10
-rw-r--r--security/ssldump/pkg-plist1
6 files changed, 0 insertions, 40 deletions
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 <tacho@daemonz.org>
-#
-# $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 <bsd.port.mk>
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