aboutsummaryrefslogtreecommitdiffstats
path: root/security/hashish
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-07-28 17:01:57 +0800
committermiwi <miwi@FreeBSD.org>2009-07-28 17:01:57 +0800
commit27af926b7f853c9f70f4c806220da06a45947a8a (patch)
treeb08a1aecfff95dd67a519e1d924848587c858d2d /security/hashish
parent5491782cc4428b5959b49c84c06ec105c2e42898 (diff)
downloadfreebsd-ports-gnome-27af926b7f853c9f70f4c806220da06a45947a8a.tar.gz
freebsd-ports-gnome-27af926b7f853c9f70f4c806220da06a45947a8a.tar.zst
freebsd-ports-gnome-27af926b7f853c9f70f4c806220da06a45947a8a.zip
2009-07-28 games/amy: mastersite disappeared, does not build on recent version
2009-07-28 security/hashish: "does not compile" 2009-07-19 security/smtpmap: depends on GCC 2.95 which has not been available for 9+ months
Diffstat (limited to 'security/hashish')
-rw-r--r--security/hashish/Makefile33
-rw-r--r--security/hashish/distinfo3
-rw-r--r--security/hashish/files/patch-src::main.cpp14
-rw-r--r--security/hashish/pkg-descr8
4 files changed, 0 insertions, 58 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile
deleted file mode 100644
index fcf03518bc8a..000000000000
--- a/security/hashish/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: hashish
-# Date Created: May 7, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= hashish
-PORTVERSION= 1.1a
-PORTREVISION= 7
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= Hashish-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GUI file and string hashing utility
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp
-
-USE_WX= 2.4
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-USE_GMAKE= yes
-PLIST_FILES= bin/hashish
-
-BROKEN= does not compile
-DEPRECATED= "${BROKEN}"
-EXPIRATION_DATE= 2009-07-28
-
-.include <bsd.port.mk>
diff --git a/security/hashish/distinfo b/security/hashish/distinfo
deleted file mode 100644
index 30efcec3fde8..000000000000
--- a/security/hashish/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (Hashish-1.1a.tar.gz) = a35ca32d919127f413f4c035e88b58b3
-SHA256 (Hashish-1.1a.tar.gz) = 9771ae8eca93c15c21042212ef19191553c565abdc20c3dbe2f783e428dc6fcb
-SIZE (Hashish-1.1a.tar.gz) = 73594
diff --git a/security/hashish/files/patch-src::main.cpp b/security/hashish/files/patch-src::main.cpp
deleted file mode 100644
index 2d6e98418f03..000000000000
--- a/security/hashish/files/patch-src::main.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/main.cpp.orig Sun Dec 12 21:15:50 2004
-+++ src/main.cpp Sun Dec 12 21:16:30 2004
-@@ -398,9 +398,9 @@
- hashFilter = new HashFilter(*hash, new Base64Encoder(new StringSink(outstring), false));
-
- if ((m_rbox->GetSelection() == 0))
-- FileSource file1(m_filename->GetValue().c_str(), true, new Redirector(*hashFilter, false));
-+ FileSource file1(m_filename->GetValue().c_str(), true, new Redirector(*hashFilter));
- else
-- StringSource string1(m_string->GetValue().c_str(), true, new Redirector(*hashFilter, false));
-+ StringSource string1(m_string->GetValue().c_str(), true, new Redirector(*hashFilter));
-
- hashFilter->MessageEnd();
-
diff --git a/security/hashish/pkg-descr b/security/hashish/pkg-descr
deleted file mode 100644
index 86ae35fbddb6..000000000000
--- a/security/hashish/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Hashish is a file and string hashing utility that computes cryptograhpic
-hashes. It is cross platform and includes a gui front end. Supports drag
-and drop file hashing. Hex and Base64.
-
-Hashing algorithms: MD5, SHA-1, SHA-2 (256/384/512), RIPEMD-160,
- HAVAL (3/4/5), Tiger, CRC32, Panama.
-
-WWW: http://hashish.sourceforge.net/