mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* new version 1.1.0 from upstream * no patch file needed anymore * reset revision to zero
33 lines
1.2 KiB
Tcl
33 lines
1.2 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
|
|
|
|
name libmd
|
|
epoch 1
|
|
version 1.1.0
|
|
revision 0
|
|
categories devel
|
|
license BSD ISC Permissive
|
|
platforms darwin
|
|
maintainers {raimue @raimue} \
|
|
openmaintainer
|
|
|
|
description message digest library
|
|
long_description \
|
|
libmd provides message digest functions commonly found on BSD systems. \
|
|
Currently supported algorithms include MD2, MD4, MD5, RIPEMD160, SHA1, \
|
|
SHA256, SHA384, SHA512.
|
|
|
|
homepage https://www.hadrons.org/software/libmd/
|
|
master_sites https://archive.hadrons.org/software/libmd/ \
|
|
https://libbsd.freedesktop.org/releases/
|
|
use_xz yes
|
|
|
|
checksums rmd160 1d8cfb5504ac71a50dc4c9372dee56fa721f5ac4 \
|
|
sha256 1bd6aa42275313af3141c7cf2e5b964e8b1fd488025caf2f971f43b00776b332 \
|
|
size 271228
|
|
|
|
# hide away a bunch of generically-named header files
|
|
# see https://trac.macports.org/ticket/66832
|
|
configure.args --includedir=${prefix}/include/libmd
|