Modified: trunk/dports/net/gloox/Portfile (118286 => 118287)
--- trunk/dports/net/gloox/Portfile 2014-03-28 21:49:07 UTC (rev 118286)
+++ trunk/dports/net/gloox/Portfile 2014-03-28 22:04:57 UTC (rev 118287)
@@ -1,34 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name gloox
-version 1.0
-revision 2
-categories net devel
-platforms darwin
-license {GPL-2 OpenSSLException}
-maintainers nomaintainer
-description C++ Jabber/XMPP library taking care of the low-level protocol
-long_description gloox is a C++ Jabber/XMPP library which takes care of the \
- low-level protocol stuff. Additionally, it offers high-level \
- interfaces for interaction with an XMPP server.
+name gloox
+version 1.0
+revision 2
+categories net devel
+platforms darwin
+maintainers nomaintainer
+license {GPL-2 OpenSSLException}
-homepage http://camaya.net/gloox
-master_sites http://camaya.net/download/
-checksums md5 f8eacf1c6476e0a309b453fd04f90e31 \
- sha1 8c788738f72b05fae7c05c744a67859419ffa09c \
- rmd160 92089462ed778fb41bf97d882fc1785b8e82233f
-use_bzip2 yes
+description C++ Jabber/XMPP library taking care of the low-level protocol
-depends_lib port:iksemel port:gettext port:gnutls port:libgcrypt \
- port:libgpg-error port:libiconv port:libidn \
- port:zlib
+long_description gloox is a C++ Jabber/XMPP library which takes care of the \
+ low-level protocol stuff. Additionally, it offers high-level \
+ interfaces for interaction with an XMPP server.
-configure.args --with-gnutls=${prefix} --with-zlib=${prefix} \
- --with-libidn=${prefix}
-configure.cflags-append "-I${prefix}/include"
+homepage http://camaya.net/gloox
+master_sites http://camaya.net/download/
+use_bzip2 yes
-livecheck.type regex
-livecheck.url ${master_sites}
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+checksums md5 f8eacf1c6476e0a309b453fd04f90e31 \
+ sha1 8c788738f72b05fae7c05c744a67859419ffa09c \
+ rmd160 92089462ed778fb41bf97d882fc1785b8e82233f
+
+depends_lib port:gettext \
+ port:gnutls \
+ port:iksemel \
+ port:libgcrypt \
+ port:libgpg-error \
+ port:libiconv \
+ port:libidn \
+ port:zlib
+
+configure.args --with-gnutls=${prefix} \
+ --with-libidn=${prefix} \
+ --with-zlib=${prefix}
+
+configure.cflags-append -I${prefix}/include
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}