aboutsummaryrefslogtreecommitdiff
path: root/security/sha2wordlist
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-07-22 09:16:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-07-22 09:16:23 +0000
commit91863ea2fa9cf0521a02e0fc62ef80f18f7cbbee (patch)
tree0e3bce82648b7efc24b8226a3ed3fe3944a3cb99 /security/sha2wordlist
parenta25f00c15d6d78fa3c413a73dd54307f5836eb39 (diff)
downloadports-91863ea2fa9cf0521a02e0fc62ef80f18f7cbbee.tar.gz
ports-91863ea2fa9cf0521a02e0fc62ef80f18f7cbbee.zip
Remove 4 ports that are probably useless (not properly hooked to the build)
With hat: portmgr
Notes
Notes: svn path=/head/; revision=446377
Diffstat (limited to 'security/sha2wordlist')
-rw-r--r--security/sha2wordlist/Makefile26
-rw-r--r--security/sha2wordlist/distinfo3
-rw-r--r--security/sha2wordlist/pkg-descr5
3 files changed, 0 insertions, 34 deletions
diff --git a/security/sha2wordlist/Makefile b/security/sha2wordlist/Makefile
deleted file mode 100644
index b200a754574a..000000000000
--- a/security/sha2wordlist/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Peter Ankerstal <peter@pean.org>
-# $FreeBSD$
-
-PORTNAME= sha2wordlist
-PORTVERSION= 1.0.20140124
-CATEGORIES= security
-
-MAINTAINER= peter@pean.org
-COMMENT= create SHA256 digests as PGP words
-
-LICENSE= BSD2CLAUSE BSD3CLAUSE
-LICENSE_COMB= multi
-
-USE_GITHUB= yes
-GH_ACCOUNT= kirei
-GH_TAGNAME= 3615281
-
-PLIST_FILES= sbin/sha2wordlist
-
-post-patch:
- @${REINPLACE_CMD} -e 's|gcc|cc|g' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/sbin/
-
-.include <bsd.port.mk>
diff --git a/security/sha2wordlist/distinfo b/security/sha2wordlist/distinfo
deleted file mode 100644
index b8a8401b9ee4..000000000000
--- a/security/sha2wordlist/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1500115682
-SHA256 (kirei-sha2wordlist-1.0.20140124-3615281_GH0.tar.gz) = 9fc3227ada752823250d2892961b7fed34f2d8a736c47421cf8dd6e4b1d26cee
-SIZE (kirei-sha2wordlist-1.0.20140124-3615281_GH0.tar.gz) = 14272
diff --git a/security/sha2wordlist/pkg-descr b/security/sha2wordlist/pkg-descr
deleted file mode 100644
index 156c2e1641a8..000000000000
--- a/security/sha2wordlist/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This program takes data on stdin and outputs the SHA256 checksum of that
-data together with the PGP Wordlist representation of the checksum.
-This could be very useful when verifying checksums verbally.
-
-WWW: https://github.com/kirei/sha2wordlist