[90696] trunk/dports/devel/log4cpp/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 12 12:19:48 PDT 2012


Revision: 90696
          http://trac.macports.org/changeset/90696
Author:   ryandesign at macports.org
Date:     2012-03-12 12:19:48 -0700 (Mon, 12 Mar 2012)
Log Message:
-----------
log4cpp: whitespace changes; add modeline

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

Modified: trunk/dports/devel/log4cpp/Portfile
===================================================================
--- trunk/dports/devel/log4cpp/Portfile	2012-03-12 19:18:52 UTC (rev 90695)
+++ trunk/dports/devel/log4cpp/Portfile	2012-03-12 19:19:48 UTC (rev 90696)
@@ -1,24 +1,30 @@
+# -*- 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               log4cpp
-version            1.0
-set branch         [join [lrange [split ${version} .] 0 1] .]
-categories         devel
-platforms          darwin
-maintainers        nomaintainer
-description        configurable logging for C++
-long_description   Log4cpp is library of C++ classes for flexible logging to \
-                   files, syslog, IDSA and other destinations. It is modeled \
-                   after the Log4j Java library, staying as close to their \
-                   API as is reasonable.
-homepage           http://log4cpp.sourceforge.net/
+name                log4cpp
+version             1.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
+
+description         configurable logging for C++
+
+long_description    Log4cpp is library of C++ classes for flexible logging to \
+                    files, syslog, IDSA and other destinations. It is modeled \
+                    after the Log4j Java library, staying as close to their \
+                    API as is reasonable.
+
+homepage            http://log4cpp.sourceforge.net/
 master_sites        sourceforge:project/log4cpp/log4cpp-${branch}.x%20%28current%29/log4cpp-${version}
-configure.args     --disable-doxygen \
-                   --disable-dot \
-                   --disable-html-docs \
-                   --disable-latex-docs
-checksums          sha1 bdb2fa7a8c8af738d79156bf9f6191875cdba5cc
 
+configure.args      --disable-doxygen \
+                    --disable-dot \
+                    --disable-html-docs \
+                    --disable-latex-docs
+
+checksums           sha1    bdb2fa7a8c8af738d79156bf9f6191875cdba5cc
+
 livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120312/1ac64c86/attachment.html>


More information about the macports-changes mailing list