You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.4 KiB
Tcl
36 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
PortGroup github 1.0
|
|
PortGroup openssl 1.0
|
|
|
|
github.setup rhash RHash 1.4.6 v
|
|
github.tarball_from archive
|
|
revision 1
|
|
categories sysutils
|
|
license BSD
|
|
maintainers nomaintainer
|
|
long_description RHash (Recursive Hasher) is a console utility for \
|
|
calculation and verification of magnet links and various \
|
|
message digests, including CRC32, CRC32C, MD4, MD5, SHA1, \
|
|
SHA256, SHA512, SHA3, AICH, ED2K, DC++ TTH, BitTorrent BTIH, \
|
|
Tiger, GOST R 34.11-94, GOST R 34.11-2012, RIPEMD-160, HAS-160, \
|
|
EDON-R, and Whirlpool.
|
|
description Utility for calculation and verification of magnet links and various message digests.
|
|
|
|
checksums rmd160 20103488991d2d51229520a0b7b34ec8367a00c1 \
|
|
sha256 9f6019cfeeae8ace7067ad22da4e4f857bb2cfa6c2deaa2258f55b2227ec937a \
|
|
size 461244
|
|
|
|
compiler.c_standard 2011
|
|
compiler.cxx_standard 2014
|
|
|
|
configure.args-append --enable-openssl-runtime \
|
|
--enable-lib-static
|
|
|
|
destroot.args-append PREFIX=${prefix}
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|
|
|