aboutsummaryrefslogtreecommitdiff
path: root/misc/hashdb
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-05-18 21:47:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-05-18 21:47:30 +0000
commitc72954fb16e27a92da4602697d2505e9b8440c1d (patch)
tree460a072830aa9e49b5084a38b34bb5aaa46e9eb6 /misc/hashdb
parentfa2c5004b811021f11265fb2e74f9c42c6726564 (diff)
downloadports-c72954fb16e27a92da4602697d2505e9b8440c1d.tar.gz
ports-c72954fb16e27a92da4602697d2505e9b8440c1d.zip
Remove hashdb, depending directly on the openssl port is forbidden
With hat: portmgr
Notes
Notes: svn path=/head/; revision=501984
Diffstat (limited to 'misc/hashdb')
-rw-r--r--misc/hashdb/Makefile40
-rw-r--r--misc/hashdb/distinfo3
-rw-r--r--misc/hashdb/pkg-descr11
-rw-r--r--misc/hashdb/pkg-plist10
4 files changed, 0 insertions, 64 deletions
diff --git a/misc/hashdb/Makefile b/misc/hashdb/Makefile
deleted file mode 100644
index 5a3c9cdf48ba..000000000000
--- a/misc/hashdb/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= hashdb
-DISTVERSIONPREFIX= v
-DISTVERSION= 3.1.0-8
-DISTVERSIONSUFFIX= -g1da1b9f
-CATEGORIES= misc
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Block hash database tool and API
-
-LICENSE= PD
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BUILD_DEPENDS= swig3.0:devel/swig30 \
- openssl>0:security/openssl
-LIB_DEPENDS= libewf.so:devel/libewf
-RUN_DEPENDS= openssl>0:security/openssl
-
-USES= autoreconf gmake libtool localbase:ldflags python ssl # USES=ssl fails without openssl added to BUILD_DEPENDS/RUN_DEPENDS/LDFLAGS: see bug#237974
-GNU_CONFIGURE= yes
-USE_GITHUB= yes
-GH_ACCOUNT= NPS-DEEP
-CONFIGURE_ARGS= --disable-static --enable-shared # this fails: https://github.com/NPS-DEEP/hashdb/issues/9
-
-INSTALL_TARGET= install-strip
-
-CONFIGURE_ENV= PYTHON=${PYTHON_CMD}
-BINARY_ALIAS= swig=${LOCALBASE}/bin/swig3.0
-
-CFLAGS+= -fPIC
-CXXFLAGS+= -fPIC
-LDFLAGS+= ${LOCALBASE}/lib/libssl.so ${LOCALBASE}/lib/libcrypto.so
-
-PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
-
-post-configure:
- @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} 's| -lstdc++ | |'
-
-.include <bsd.port.mk>
diff --git a/misc/hashdb/distinfo b/misc/hashdb/distinfo
deleted file mode 100644
index 2f50e7859ab2..000000000000
--- a/misc/hashdb/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1558192369
-SHA256 (NPS-DEEP-hashdb-v3.1.0-8-g1da1b9f_GH0.tar.gz) = 14e1043c62269e577b1b417a9913b7f8abfb76aad0b7c5977b938449912eecec
-SIZE (NPS-DEEP-hashdb-v3.1.0-8-g1da1b9f_GH0.tar.gz) = 747811
diff --git a/misc/hashdb/pkg-descr b/misc/hashdb/pkg-descr
deleted file mode 100644
index 8b8c4cab8d06..000000000000
--- a/misc/hashdb/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-hashdb is used for finding blacklist data in raw media by using cryptographic
-hashes calculated from hash blocks.
-
-The hashdb tool provides commands for creating hash databases of MD5 hashes on
-files aligned along hash block boundaries as well as querying hash databases,
-merging hash databases, and performing hash lookups.
-
-hashdb provides C++ and Python interfaces for working with and scanning hashdb
-databases.
-
-WWW: https://github.com/NPS-DEEP/hashdb
diff --git a/misc/hashdb/pkg-plist b/misc/hashdb/pkg-plist
deleted file mode 100644
index 007c24104672..000000000000
--- a/misc/hashdb/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/hashdb
-include/hashdb.hpp
-lib/libhashdb.a
-%%PYTHON_SITELIBDIR%%/__pycache__/hashdb.cpython-36.opt-1.pyc
-%%PYTHON_SITELIBDIR%%/__pycache__/hashdb.cpython-36.pyc
-%%PYTHON_SITELIBDIR%%/_hashdb.so
-%%PYTHON_SITELIBDIR%%/_hashdb.so.0
-%%PYTHON_SITELIBDIR%%/_hashdb.so.0.0.0
-%%PYTHON_SITELIBDIR%%/hashdb.py
-man/man1/hashdb.1.gz