# $Id: Portfile 31246 2007-11-19 01:50:38Z nox@macports.org $ PortSystem 1.0 name libgpg-error version 1.6 categories devel platforms darwin maintainers nomaintainer 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 depends_lib port:libiconv \ port:gettext checksums md5 f3e9870e213518b407a959f8d29cd554 \ sha1 2f387d0c34dd55eaf3b5f3c2570e9033eb540bc3 \ rmd160 5015a9e0a9c59fe5e9a45d203c324af3736c5d68 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.check regex livecheck.url http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D livecheck.regex ${name}-(\\d+\\.\\d+)