Modified: trunk/dports/security/libgsasl/Portfile (53143 => 53144)
--- trunk/dports/security/libgsasl/Portfile 2009-06-30 09:53:15 UTC (rev 53143)
+++ trunk/dports/security/libgsasl/Portfile 2009-06-30 10:17:11 UTC (rev 53144)
@@ -1,32 +1,38 @@
# $Id$
-PortSystem 1.0
+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
+name libgsasl
+version 1.1
+maintainers nomaintainer
+categories security net
+platforms darwin
+homepage http://josefsson.org/libgsasl/
+master_sites gnu:gsasl
-depends_lib port:libiconv port:gettext
+description GNU SASL: an authentication library.
-configure.args --without-stringprep
+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.
+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
+ 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}"
+livecheck.check regex
+livecheck.url ftp://ftp.gnu.org/pub/gnu/gsasl/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"