# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 # $Id: Portfile 48333 2009-03-19 17:06:08Z jeremyhu@macports.org $ PortSystem 1.0 name gnutls version 2.6.4 categories devel security maintainers sfiera openmaintainer description GNU Transport Layer Security Library homepage http://www.gnutls.org/ platforms darwin long_description \ GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and \ SSL 3.0 protocols. The library does not include any patented algorithms \ and is available under the GNU Lesser GPL license. master_sites gnu checksums md5 747111ab0d86e7b06a4bb120ba456ad8 \ sha1 11dd1e11599906a32b3ff92308f4c4dbaadbad58 \ rmd160 771fd64026df69d770a0a681141591b21f9be751 use_bzip2 yes post-patch { reinplace -E /libtasn1_config_version=/s/--version/--modversion/ \ $worksrcpath/configure } depends_build port:pkgconfig depends_lib port:libgcrypt \ port:libtasn1 \ port:opencdk \ port:lzo \ port:zlib \ port:readline configure.args --with-lzo \ --disable-guile \ ac_cv_path_LIBTASN1_CONFIG="pkg-config libtasn1" use_parallel_build yes test.run yes test.target check livecheck.check regex livecheck.url http://ftp.gnu.org/gnu/gnutls/ livecheck.regex ${name}-(\\d+\\.\[02468\]+(?:\\.\\d+)*)