# -*- 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 # $Id$ PortSystem 1.0 PortGroup archcheck 1.0 name libgpg-error version 1.12 categories devel platforms darwin license LGPL-2.1+ maintainers nomaintainer homepage http://www.gnupg.org/ description Common error values for all GnuPG components long_description \ libgpg-error is a library that defines common error values for all GnuPG components. \ Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon \ and possibly more in the future. master_sites gnupg use_bzip2 yes checksums rmd160 e3e036249de3747a5a59108b13f22447b77429e7 \ sha256 cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f depends_lib port:libiconv \ port:gettext archcheck.files lib/libiconv.dylib \ lib/libintl.dylib patchfiles patch-configure.diff test.run yes test.target check post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING COPYING.LIB NEWS README \ THANKS VERSION ${destroot}${docdir} } livecheck.type regex livecheck.url ftp://ftp.gnupg.org/gcrypt/${name}/ livecheck.regex ${name}-(\\d+\\.\\d+)