# $Id: Portfile 52123 2009-06-10 18:17:13Z jmr@macports.org $ PortSystem 1.0 name libgsasl version 1.1 categories security net maintainers nomaintainer description GNU SASL: an authentication library. long_description GNU SASL is an implementation of the Simple \ Authentication and Security Layer framework and a few common SASL \ mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request \ authentication from clients, and in clients to authenticate against servers. platforms darwin homepage http://josefsson.org/libgsasl/ master_sites gnu:gsasl checksums md5 389f2b8f8d213b6d1292e879b583cda4 \ sha1 6261807a5251eba564175169af0662e6e1583ca7 \ rmd160 a9bc146982641c9826e9d63001eb71696bec291d depends_lib port:libiconv port:gettext configure.args --without-stringprep variant idn description {Add IDN, Internationalized Domain Names, support} { depends_lib-append port:libidn configure.args-delete --without-stringprep } livecheck.check regex livecheck.url ftp://ftp.gnu.org/pub/gnu/gsasl/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"