1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/misc/hashdb/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

10 lines
416 B
Plaintext

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.