2020-01-18 22:48:10 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.3 2020/01/18 21:48:18 jperkin Exp $
|
Import rhash-1.3.1 as misc/rhash.
RHash is a console utility for calculation and verification of
magnet links and a wide range of hash sums like CRC32, MD4, MD5,
SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent
BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and
Snefru.
Hash sums are used to ensure and verify integrity of large volumes
of data for a long-term storing or transferring.
2014-04-18 23:21:30 +02:00
|
|
|
|
|
|
|
BUILDLINK_TREE+= rhash
|
|
|
|
|
|
|
|
.if !defined(RHASH_BUILDLINK3_MK)
|
|
|
|
RHASH_BUILDLINK3_MK:=
|
|
|
|
|
|
|
|
BUILDLINK_API_DEPENDS.rhash+= rhash>=1.3.1
|
2020-01-18 22:48:10 +01:00
|
|
|
BUILDLINK_ABI_DEPENDS.rhash?= rhash>=1.3.9nb1
|
Import rhash-1.3.1 as misc/rhash.
RHash is a console utility for calculation and verification of
magnet links and a wide range of hash sums like CRC32, MD4, MD5,
SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent
BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and
Snefru.
Hash sums are used to ensure and verify integrity of large volumes
of data for a long-term storing or transferring.
2014-04-18 23:21:30 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.rhash?= ../../misc/rhash
|
|
|
|
|
|
|
|
BUILDLINK_DEPMETHOD.rhash?= build
|
2018-03-17 09:02:14 +01:00
|
|
|
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
Import rhash-1.3.1 as misc/rhash.
RHash is a console utility for calculation and verification of
magnet links and a wide range of hash sums like CRC32, MD4, MD5,
SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent
BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and
Snefru.
Hash sums are used to ensure and verify integrity of large volumes
of data for a long-term storing or transferring.
2014-04-18 23:21:30 +02:00
|
|
|
.endif # RHASH_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_TREE+= -rhash
|