aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-11-08 18:03:37 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-11-08 18:03:37 +0000
commit8f1055cf079fb8356d89276fd98aa95fb538b0c3 (patch)
tree94a0b1d14b13720031c5e71589246f2d6fdc3ecb
parentf20800e639ac534c2f7e5e7fe864b0b9b55e5218 (diff)
downloadports-8f1055cf079fb8356d89276fd98aa95fb538b0c3.tar.gz
ports-8f1055cf079fb8356d89276fd98aa95fb538b0c3.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/md5crk/Makefile34
-rw-r--r--security/md5crk/distinfo2
-rw-r--r--security/md5crk/pkg-descr8
5 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index 0d94d5c825d6..47d0200b7272 100644
--- a/MOVED
+++ b/MOVED
@@ -1302,3 +1302,4 @@ net/dcgui|net/valknut|2004-10-31|renamed
japanese/lookup-mule||2004-11-05|no longer supported
emulators/linux-mupen64|emulators/mupen64|2004-11-08|replaced with native port
math/fftpack|math/bihar|2004-11-08|more suitable name
+security/md5crk||2004-11-08|project shut down
diff --git a/security/Makefile b/security/Makefile
index ab284cbc347b..4561b59cfb81 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -186,7 +186,6 @@
SUBDIR += makepasswd
SUBDIR += manipulate_data
SUBDIR += mcrypt
- SUBDIR += md5crk
SUBDIR += md5deep
SUBDIR += mdcrack
SUBDIR += mhash
diff --git a/security/md5crk/Makefile b/security/md5crk/Makefile
deleted file mode 100644
index dc36081bc3d0..000000000000
--- a/security/md5crk/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: md5crk
-# Date created: 2004-03-26
-# Whom: trevor
-#
-# $FreeBSD$
-#
-
-PORTNAME= md5crk
-PORTVERSION= 1.0.4
-CATEGORIES= security parallel
-MASTER_SITES= http://www.md5crk.com/dl/
-DISTNAME= md5crk_${PORTVERSION}_freebsdX86
-
-MAINTAINER= trevor@FreeBSD.org
-COMMENT= Distributed project to generate MD5 collisions (i386 binary)
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
-.endif
-
-BROKEN= "Unfetchable"
-
-NO_BUILD= yes
-ONLY_FOR_ARCHS= i386
-PLIST_FILES= bin/md5crk
-RESTRICTED= "no commercial use"
-WRKSRC= ${WRKDIR}/md5crk_1.0.3_freebsdX86
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/md5crk ${PREFIX}/bin
-
-.include <bsd.port.post.mk>
diff --git a/security/md5crk/distinfo b/security/md5crk/distinfo
deleted file mode 100644
index 0ef674b042ad..000000000000
--- a/security/md5crk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (md5crk_1.0.4_freebsdX86.tar.gz) = b0cbd95c56a979791c195c6672d19b6f
-SIZE (md5crk_1.0.4_freebsdX86.tar.gz) = 34127
diff --git a/security/md5crk/pkg-descr b/security/md5crk/pkg-descr
deleted file mode 100644
index d3c4d34eb271..000000000000
--- a/security/md5crk/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is the i386 binary for the md5crk client. The md5crk project aims to find
-pairs of different, printable, textual strings with identical MD5 hashes,
-thereby demonstrating that stronger hashing algorithms should be used when
-checking for maliciously altered data.
-
-A version for the Pentium 4 is available, but is not installed by this port.
-
-WWW: http://www.md5crk.com