[135033] trunk/dports/devel/libksba/Portfile

devans at macports.org devans at macports.org
Mon Apr 13 16:30:46 PDT 2015


Revision: 135033
          https://trac.macports.org/changeset/135033
Author:   devans at macports.org
Date:     2015-04-13 16:30:46 -0700 (Mon, 13 Apr 2015)
Log Message:
-----------
libksba: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/devel/libksba/Portfile

Modified: trunk/dports/devel/libksba/Portfile
===================================================================
--- trunk/dports/devel/libksba/Portfile	2015-04-13 20:19:22 UTC (rev 135032)
+++ trunk/dports/devel/libksba/Portfile	2015-04-13 23:30:46 UTC (rev 135033)
@@ -1,40 +1,42 @@
 # -*- 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        libksba
-version     1.3.2
-categories  devel
-license     GPL-3+
-maintainers nomaintainer
-description X.509 and CMS library
-homepage    http://www.gnupg.org/related_software/libksba/index.en.html
-platforms   darwin
-use_bzip2   yes
+name                libksba
+version             1.3.2
+categories          devel
+license             GPL-3+
+maintainers         nomaintainer
+description         X.509 and CMS library
+homepage            http://www.gnupg.org/related_software/libksba/index.en.html
+platforms           darwin
+use_bzip2           yes
 
-long_description \
-    Libksba is a library to make the tasks of working with \
-    X.509 certificates, CMS data and related objects more easy. It \
-    a highlevel interface to the implemented protocols and presents \
-    the data in a consistent way. There is no more need to worry \
-    about all the nasty details of the protocols. The API gives the \
-    C programmer an easy way of interacting with the data. It copes \
-    with the version details X.509 protocols tend to have as well as \
-    with the many different versions and dialects. Applications \
-    must usually cope with all of this and it has to be coded over \
-    and over again. Libksba hides this by providing just one \
-    API which does the Right Thing.
+long_description    Libksba is a library to make the tasks of working with \
+                    X.509 certificates, CMS data and related objects more easy. It \
+                    a highlevel interface to the implemented protocols and presents \
+                    the data in a consistent way. There is no more need to worry \
+                    about all the nasty details of the protocols. The API gives the \
+                    C programmer an easy way of interacting with the data. It copes \
+                    with the version details X.509 protocols tend to have as well as \
+                    with the many different versions and dialects. Applications \
+                    must usually cope with all of this and it has to be coded over \
+                    and over again. Libksba hides this by providing just one \
+                    API which does the Right Thing.
 
-master_sites    gnupg
+master_sites        gnupg
 
 checksums           rmd160  f58993d067acda2e2dae5497c058f19cdf84a539 \
                     sha256  eb95537955dfc2845690a4cc3836074fa6d0a2c2ca2cbf1759364d3bd9868406
 
-depends_lib port:libgpg-error port:gettext port:libiconv
-test.run    yes
-test.target check
+depends_lib         port:libgpg-error \
+                    port:gettext \
+                    port:libiconv
 
-livecheck.type  regex
-livecheck.url   ftp://ftp.gnupg.org/gcrypt/${name}/
-livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
+test.run            yes
+test.target         check
+
+livecheck.type      regex
+livecheck.url       ftp://ftp.gnupg.org/gcrypt/${name}/
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150413/c0dc20e7/attachment.html>


More information about the macports-changes mailing list