summaryrefslogtreecommitdiff
path: root/security/md4coll
diff options
context:
space:
mode:
Diffstat (limited to 'security/md4coll')
-rw-r--r--security/md4coll/Makefile32
-rw-r--r--security/md4coll/distinfo2
-rw-r--r--security/md4coll/pkg-descr9
-rw-r--r--security/md4coll/pkg-message8
4 files changed, 0 insertions, 51 deletions
diff --git a/security/md4coll/Makefile b/security/md4coll/Makefile
deleted file mode 100644
index 01c5838b20b4..000000000000
--- a/security/md4coll/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= md4coll
-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 MD4 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/md4coll/distinfo b/security/md4coll/distinfo
deleted file mode 100644
index 8d510723aa60..000000000000
--- a/security/md4coll/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (md4coll.c) = 2bebad65909745571594f17a961b74232c8dfde3ae0949d01246d67c9c0e48a3
-SIZE (md4coll.c) = 16814
diff --git a/security/md4coll/pkg-descr b/security/md4coll/pkg-descr
deleted file mode 100644
index b66e5d8953f9..000000000000
--- a/security/md4coll/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-[ excerpt from developer's www site with modifications ]
-
-Faster implementation of techniques described in Cryptanalysis for
-Hash Functions MD4 and RIPEMD, by Xiaoyun Wang, et al.
-
-MD4 Collision Generator by Patrick Stach <pstach@stachliu.com>
-Implementation of paper by Xiaoyun Wang, et. al.
-
-WWW: http://www.stachliu.com/collisions.html
diff --git a/security/md4coll/pkg-message b/security/md4coll/pkg-message
deleted file mode 100644
index 91cefce11f21..000000000000
--- a/security/md4coll/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Please check http://www.stachliu.com/collisions.html for instructions
-on how to use this application.
-EOM
-}
-]