Changeset 118287 for trunk/dports


Ignore:
Timestamp:
Mar 28, 2014, 10:04:57 PM (10 years ago)
Author:
ryandesign@…
Message:

gloox: whitespace changes; reformatting; add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/gloox/Portfile

    r104704 r118287  
     1# -*- 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
    12# $Id$
    23
    3 PortSystem 1.0
     4PortSystem          1.0
    45
    5 name                    gloox
    6 version                 1.0
    7 revision                2
    8 categories              net devel
    9 platforms               darwin
    10 license                 {GPL-2 OpenSSLException}
    11 maintainers             nomaintainer
    12 description             C++ Jabber/XMPP library taking care of the low-level protocol
    13 long_description        gloox is a C++ Jabber/XMPP library which takes care of the \
    14                                 low-level protocol stuff. Additionally, it offers high-level \
    15                                 interfaces for interaction with an XMPP server.
     6name                gloox
     7version             1.0
     8revision            2
     9categories          net devel
     10platforms           darwin
     11maintainers         nomaintainer
     12license             {GPL-2 OpenSSLException}
    1613
    17 homepage                http://camaya.net/gloox
    18 master_sites    http://camaya.net/download/
    19 checksums               md5     f8eacf1c6476e0a309b453fd04f90e31 \
    20                                 sha1    8c788738f72b05fae7c05c744a67859419ffa09c \
    21                                 rmd160  92089462ed778fb41bf97d882fc1785b8e82233f
    22 use_bzip2               yes
     14description         C++ Jabber/XMPP library taking care of the low-level protocol
    2315
    24 depends_lib             port:iksemel port:gettext port:gnutls port:libgcrypt \
    25                                 port:libgpg-error port:libiconv port:libidn \
    26                                 port:zlib
     16long_description    gloox is a C++ Jabber/XMPP library which takes care of the \
     17                    low-level protocol stuff. Additionally, it offers high-level \
     18                    interfaces for interaction with an XMPP server.
    2719
    28 configure.args  --with-gnutls=${prefix} --with-zlib=${prefix} \
    29                                 --with-libidn=${prefix}
    30 configure.cflags-append "-I${prefix}/include"
     20homepage            http://camaya.net/gloox
     21master_sites        http://camaya.net/download/
     22use_bzip2           yes
    3123
    32 livecheck.type  regex
    33 livecheck.url   ${master_sites}
    34 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
     24checksums           md5     f8eacf1c6476e0a309b453fd04f90e31 \
     25                    sha1    8c788738f72b05fae7c05c744a67859419ffa09c \
     26                    rmd160  92089462ed778fb41bf97d882fc1785b8e82233f
     27
     28depends_lib         port:gettext \
     29                    port:gnutls \
     30                    port:iksemel \
     31                    port:libgcrypt \
     32                    port:libgpg-error \
     33                    port:libiconv \
     34                    port:libidn \
     35                    port:zlib
     36
     37configure.args      --with-gnutls=${prefix} \
     38                    --with-libidn=${prefix} \
     39                    --with-zlib=${prefix}
     40
     41configure.cflags-append -I${prefix}/include
     42
     43livecheck.type      regex
     44livecheck.url       ${master_sites}
     45livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}
Note: See TracChangeset for help on using the changeset viewer.