[89834] trunk/dports/devel/commoncpp2/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Feb 12 10:19:55 PST 2012


Revision: 89834
          http://trac.macports.org/changeset/89834
Author:   ryandesign at macports.org
Date:     2012-02-12 10:19:52 -0800 (Sun, 12 Feb 2012)
Log Message:
-----------
commoncpp2: add modeline, adjust whitespace and formatting

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

Modified: trunk/dports/devel/commoncpp2/Portfile
===================================================================
--- trunk/dports/devel/commoncpp2/Portfile	2012-02-12 13:54:34 UTC (rev 89833)
+++ trunk/dports/devel/commoncpp2/Portfile	2012-02-12 18:19:52 UTC (rev 89834)
@@ -1,30 +1,31 @@
+# -*- 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            commoncpp2
-version         1.8.1
-categories      devel
-maintainers     nomaintainer
-description     GNU Common C++ 2 Framework
-long_description \
-    C++ framework offering portable support for threading, sockets, file \
-    access, daemons, persistence, serial I/O, XML parsing, and system \
-    services.
+name                commoncpp2
+version             1.8.1
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
 
-platforms       darwin
+description         GNU Common C++ 2 Framework
 
-homepage        http://www.gnu.org/software/commoncpp/
-master_sites    gnu:commonc++
+long_description    C++ framework offering portable support for threading, \
+                    sockets, file access, daemons, persistence, serial I/O, \
+                    XML parsing, and system services.
 
-checksums       md5 4804b184e609154ba2bc0aa9f61dc6ef \
-                sha1 0d5cec0493944b922f0f44618facec9f236862fb \
-                rmd160 af613320ec9572d590127f854dc40a9b5240ae16
+homepage            http://www.gnu.org/software/commoncpp/
+master_sites        gnu:commonc++
 
-depends_lib     port:libxml2
+checksums           md5     4804b184e609154ba2bc0aa9f61dc6ef \
+                    sha1    0d5cec0493944b922f0f44618facec9f236862fb \
+                    rmd160  af613320ec9572d590127f854dc40a9b5240ae16
 
-patchfiles      patch-src_applog.cpp
+depends_lib         port:libxml2
 
-configure.args  --infodir=${prefix}/share/info
+patchfiles          patch-src_applog.cpp
 
+configure.args      --infodir=${prefix}/share/info
+
 livecheck.distname  ${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120212/a3dab9b9/attachment.html>


More information about the macports-changes mailing list