non port: devel/p5-Devel-NYTProf/pkg-plist |
SVNWeb
|
Number of commits found: 22 |
Mon, 23 Aug 2021
|
[ 20:42 Nuno Teixeira (eduardo) Author: Sergei Vyshenski ] b3ee811
devel/p5-Devel-NYTProf: Update to 6.10
ChangeLog:
https://metacpan.org/release/JKEENAN/Devel-NYTProf-6.10/source/Changes
PR: 257736
|
Wed, 10 Oct 2018
|
[ 10:23 sunpoet ]
Fix version requirement of *_DEPENDS
- While I'm here, sort PLIST
With hat: perl
|
Mon, 14 Sep 2015
|
[ 12:19 mat ] (Only the first 10 of 546 ports in this commit are shown above. )
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
|
Thu, 27 Aug 2015
|
[ 09:00 amdmi3 ]
- Update to 6.02
PR: 202638
Submitted by: vovkasm@gmail.com (maintainer)
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Mon, 27 Oct 2014
|
[ 10:55 bapt ] (Only the first 10 of 1732 ports in this commit are shown above. )
Cleanup plist
|
Mon, 8 Sep 2014
|
[ 14:24 culot ]
- Update to 5.06 [1]
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Devel-NYTProf/Changes
PR: ports/193114 [1]
Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
|
Tue, 10 Jun 2014
|
[ 12:14 mat ] (Only the first 10 of 637 ports in this commit are shown above. )
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
|
Wed, 5 Feb 2014
|
[ 09:15 miwi ] (Only the first 10 of 12 ports in this commit are shown above. )
- Stage support
|
Thu, 3 Jan 2013
|
[ 15:40 culot ]
- Update to 4.23
Changes: http://search.cpan.org/dist/Devel-NYTProf/Changes
PR: ports/174932
Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
|
Fri, 24 Sep 2010
|
[ 05:16 pgollucci ]
- fix the order
|
[ 01:31 pgollucci ]
- you had to be difficult didn't you
|
[ 00:44 pgollucci ] (Only the first 10 of 158 ports in this commit are shown above. )
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@
|
Sun, 27 Jun 2010
|
[ 07:31 miwi ]
- Update to 4.03
PR: 148089
Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
Feature safe: yes
|
Tue, 22 Jun 2010
|
[ 03:24 wen ]
- Update to 4.02
PR: ports/147960
Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
Feature safe: yes
|
Sat, 6 Mar 2010
|
[ 19:36 amdmi3 ]
- Update to 3.02
- While here, correct RUN_DEPENDS=${BUILDS_DEPENDS}
PR: 144489
Submitted by: Vladimir Timofeev <vovkasm@gmail.com>
Feature safe: yes
|
Tue, 29 Dec 2009
|
[ 13:15 amdmi3 ]
- Update to 3.01
PR: 142122
Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
|
Fri, 25 Dec 2009
|
[ 10:59 wen ]
- Update to 3.00
PR: ports/141995
Submitted by: Wen Heping (myself)
Approved by: maintainer
|
Sat, 9 May 2009
|
[ 09:18 miwi ]
- Update to 2.09
PR: 134310
Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
|
Sun, 1 Mar 2009
|
[ 22:34 amdmi3 ]
- Update to 2.08
PR: 132234
Submitted by: Vladimir Timofeev <vovkasm at gmail dot com> (maintainer)
|
Sun, 2 Nov 2008
|
[ 11:07 amdmi3 ]
- Update to 2.07
PR: 128527
Submitted by: Vladimir Timofeev <vovkasm at gmail dot com>
|
Wed, 22 Oct 2008
|
[ 21:37 amdmi3 ]
Devel::NYTProf is a powerful feature-rich perl source code profiler.
* Performs per-line statement profiling for fine detail
* Performs per-subroutine statement profiling for overview
* Performs per-block statement profiling (the first profiler to do so)
* Accounts correctly for time spent after calls return
* Performs inclusive and exclusive timing of subroutines
* Subroutine times are per calling location (a powerful feature)
* Can profile compile-time activity, just run-time, or just END time
* Uses novel techniques for efficient profiling
* Sub-microsecond (100ns) resolution on systems with clock_gettime()
* Very fast - the fastest statement and subroutine profilers for perl
* Handles applications that fork, with no performance cost
* Immune from noise caused by profiling overheads and I/O
* Program being profiled can stop/start the profiler
* Generates richly annotated and cross-linked html reports
* Trivial to use with mod_perl - add one line to httpd.conf
* Includes an extensive test suite
* Tested on very large codebases
WWW: http://search.cpan.org/dist/Devel-NYTProf/
PR: 128255
Submitted by: Vladimir Timofeev <vovkasm at gmail dot com>
|
Number of commits found: 22 |