[136544] trunk/dports/devel/google-perftools/Portfile

larryv at macports.org larryv at macports.org
Thu May 21 09:43:09 PDT 2015


Revision: 136544
          https://trac.macports.org/changeset/136544
Author:   larryv at macports.org
Date:     2015-05-21 09:43:09 -0700 (Thu, 21 May 2015)
Log Message:
-----------
google-perftools: Rearrange and reformat (NFC)

Modified Paths:
--------------
    trunk/dports/devel/google-perftools/Portfile

Modified: trunk/dports/devel/google-perftools/Portfile
===================================================================
--- trunk/dports/devel/google-perftools/Portfile	2015-05-21 13:57:51 UTC (rev 136543)
+++ trunk/dports/devel/google-perftools/Portfile	2015-05-21 16:43:09 UTC (rev 136544)
@@ -1,26 +1,29 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            google-perftools
-version         2.0
-description     Fast, multi-threaded malloc() and nifty performance analysis tools
-long_description    These tools are for use by developers so that they can create \
-    more robust applications. Especially of use to those developing multi-threaded \
-    applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler \
-    and cpu-profiler.
-maintainers     nomaintainer
-license         BSD
-categories      devel
-platforms       darwin
-homepage        http://code.google.com/p/gperftools/
-master_sites    googlecode:gperftools
+name                google-perftools
+version             2.0
+categories          devel
+platforms           darwin
+license             BSD
+maintainers         nomaintainer
 
-distname        gperftools-${version}
+description         Fast, multi-threaded malloc() and nifty \
+                    performance analysis tools
+long_description    These tools are for use by developers so that they \
+                    can create more robust applications. Especially of \
+                    use to those developing multi-threaded \
+                    applications in C++ with templates. Includes \
+                    TCMalloc, heap-checker, heap-profiler and \
+                    cpu-profiler.
+homepage            http://code.google.com/p/gperftools
 
-checksums       sha1    da7181a7ba9b5ee7302daf6c16e886c179fe8d1b \
-                rmd160  565943c6e6ca4e7cc318d98d46dcf757f7486bd3
+master_sites        googlecode:gperftools
+distname            gperftools-${version}
+checksums           sha1    da7181a7ba9b5ee7302daf6c16e886c179fe8d1b \
+                    rmd160  565943c6e6ca4e7cc318d98d46dcf757f7486bd3
 
 # http://code.google.com/p/google-perftools/issues/detail?id=66
 if {![variant_isset universal] && ${build_arch} eq "x86_64" ||
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150521/45428f20/attachment.html>


More information about the macports-changes mailing list