[131631] trunk/dports/perl/p5-devel-nytprof/Portfile

mojca at macports.org mojca at macports.org
Thu Jan 15 02:10:30 PST 2015


Revision: 131631
          https://trac.macports.org/changeset/131631
Author:   mojca at macports.org
Date:     2015-01-15 02:10:30 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-devel-nytprof: first line, whitespace only (#46005, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/perl/p5-devel-nytprof/Portfile

Modified: trunk/dports/perl/p5-devel-nytprof/Portfile
===================================================================
--- trunk/dports/perl/p5-devel-nytprof/Portfile	2015-01-15 10:07:26 UTC (rev 131630)
+++ trunk/dports/perl/p5-devel-nytprof/Portfile	2015-01-15 10:10:30 UTC (rev 131631)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -7,32 +8,31 @@
 perl5.setup         Devel-NYTProf 4.06
 revision            1
 maintainers         naegler.org:michael
+
 description         Powerful feature-rich perl source code profiler
 long_description    Devel::NYTProf is a powerful feature-rich perl source code profiler. \
-	\
-	o Performs per-line statement profiling for fine detail \
-	o Performs per-subroutine statement profiling for overview \
-	o Performs per-block statement profiling (the first profiler to do so) \
-	o Accounts correctly for time spent after calls return \
-	o Performs inclusive and exclusive timing of subroutines \
-	o Subroutine times are per calling location (a powerful feature) \
-	o Can profile compile-time activity, just run-time, or just END time \
-	o Uses novel techniques for efficient profiling \
-	o Sub-microsecond (100ns) resolution on systems with clock_gettime() \
-	o Very fast - the fastest statement and subroutine profilers for perl \
-	o Handles applications that fork, with no performance cost \
-	o Immune from noise caused by profiling overheads and I/O \
-	o Program being profiled can stop/start the profiler \
-	o Generates richly annotated and cross-linked html reports \
-	o Trivial to use with mod_perl - add one line to httpd.conf \
-	o Includes an extensive test suite \
-	o Tested on very large codebases \
-	\
-	NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler.
+                    o Performs per-line statement profiling for fine detail \
+                    o Performs per-subroutine statement profiling for overview \
+                    o Performs per-block statement profiling (the first profiler to do so) \
+                    o Accounts correctly for time spent after calls return \
+                    o Performs inclusive and exclusive timing of subroutines \
+                    o Subroutine times are per calling location (a powerful feature) \
+                    o Can profile compile-time activity, just run-time, or just END time \
+                    o Uses novel techniques for efficient profiling \
+                    o Sub-microsecond (100ns) resolution on systems with clock_gettime() \
+                    o Very fast - the fastest statement and subroutine profilers for perl \
+                    o Handles applications that fork, with no performance cost \
+                    o Immune from noise caused by profiling overheads and I/O \
+                    o Program being profiled can stop/start the profiler \
+                    o Generates richly annotated and cross-linked html reports \
+                    o Trivial to use with mod_perl - add one line to httpd.conf \
+                    o Includes an extensive test suite \
+                    o Tested on very large codebases \
+                    \
+                    NYTProf is effectively two profilers in one: a statement profiler, and a subroutine profiler.
 
-platforms           darwin
-
 checksums           md5     6a945649e49d353ddd083a4427f9f96c \
                     sha1    1cbc721db4685622527856d8751b4a67ced59b20 \
                     rmd160  68f9db622f027cac3bac4119ebe64344d680fa70
 
+platforms           darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150115/c00aa5a5/attachment.html>


More information about the macports-changes mailing list