summaryrefslogtreecommitdiff
path: root/security/md5coll
diff options
context:
space:
mode:
Diffstat (limited to 'security/md5coll')
-rw-r--r--security/md5coll/Makefile32
-rw-r--r--security/md5coll/distinfo2
-rw-r--r--security/md5coll/pkg-descr9
3 files changed, 0 insertions, 43 deletions
diff --git a/security/md5coll/Makefile b/security/md5coll/Makefile
deleted file mode 100644
index 54f00c594d31..000000000000
--- a/security/md5coll/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= md5coll
-DISTVERSION= 0.1
-CATEGORIES= security
-MASTER_SITES= http://www.stachliu.com/ \
- http://mirror.roe.ch/dist/${PORTNAME}/${DISTVERSION}/
-DISTNAME= ${PORTNAME}.c
-EXTRACT_SUFX=
-EXTRACT_ONLY=
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fast MD5 collision generator
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-NO_WRKSUBDIR= yes
-PLIST_FILES= bin/${PORTNAME}
-
-post-extract:
- @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
-
-do-build:
- ${CC} ${CFLAGS} ${WRKSRC}/${DISTNAME} -o ${WRKSRC}/${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/security/md5coll/distinfo b/security/md5coll/distinfo
deleted file mode 100644
index 847c4cb7de19..000000000000
--- a/security/md5coll/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (md5coll.c) = ce00158446d946f0333baec9f38470f3670d46c1086d3d71b28ddee5313c5542
-SIZE (md5coll.c) = 45352
diff --git a/security/md5coll/pkg-descr b/security/md5coll/pkg-descr
deleted file mode 100644
index 6e6677d3b406..000000000000
--- a/security/md5coll/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-[ excerpt from developer's www site with modifications ]
-
-Faster implementation of techniques in How to Break MD5 and Other
-Hash Functions, by Xiaoyun Wang, et al.
-
-MD5 Collision Generator by Patrick Stach <pstach@stachliu.com>.
-Implementation of paper by Xiaoyun Wang, et all.
-
-WWW: http://www.stachliu.com/collisions.html