# $Id: Portfile 43830 2008-12-15 20:52:07Z devans@macports.org $ PortSystem 1.0 name libgsasl version 0.2.29 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 ftp://alpha.gnu.org/pub/gnu/gsasl/ checksums md5 c38f4bc5ab488a215a09f2d915942482 \ sha1 188c9a18db481f968cadb7c77a5a24f4cbf3d03d \ rmd160 5fdaf373c5b93f86b9e936bd45ebe0c1fc1b5765 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 ${master_sites} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"