# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:sw=4:ts=4:sts=4 # $Id: Portfile 32531 2008-01-07 05:37:48Z sfiera@macports.org $ PortSystem 1.0 name gnutls version 2.2.0 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 ftp://ftp.gnutls.org/pub/gnutls/ \ http://www.gnu.org/software/gnutls/releases/ \ ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \ http://josefsson.org/gnutls/releases/ checksums md5 bc9d44a618ad6ec7da35d1dfb56bae57 \ sha1 f0024abb61ee07e2ad00943098a439e0e7656742 \ rmd160 9871de63c89f5fed185d71000c58d72160945873 use_bzip2 yes depends_lib port:libgcrypt \ port:libtasn1 \ port:opencdk \ port:lzo \ port:zlib \ port:readline configure.cppflags "-D_asn1_find_node=asn1_find_node" configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --with-libtasn1-prefix=${prefix} \ --with-libreadline-prefix=${prefix} \ --disable-guile platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 configure.compiler gcc-4.0 } livecheck.check regex livecheck.url http://www.gnu.org/software/gnutls/releases/?C=N\;O=D livecheck.regex {${name}-(\d+\.[02468]+\.\d+)}