Port details |
- rubygem-ruby-prof Fast profiler for Ruby
- 1.7.1 devel =2 1.7.0Version of this port present on the latest quarterly branch.
- Maintainer: mfechner@FreeBSD.org
- Port Added: 2007-07-27 14:47:39
- Last Update: 2024-12-16 06:17:42
- Commit Hash: af6b696
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD2CLAUSE
- WWW:
- https://github.com/ruby-prof/ruby-prof
- Description:
- ruby-prof is a fast code profiler for Ruby. Its features include:
* Speed - it is a C extension and therefore many times faster than the standard
Ruby profiler.
* Flat Profiles - similar to the reports generated by the standard Ruby profiler
* Graph profiles - similar to GProf, these show how long a method runs, which
methods call it and which methods it calls.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
* Reports - can generate both text and cross-referenced html reports
* Output - can output to standard out or to a file
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-ruby-prof>0:devel/rubygem-ruby-prof
- To install the port:
- cd /usr/ports/devel/rubygem-ruby-prof/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-ruby-prof
- pkg install rubygem-ruby-prof
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-ruby-prof
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734329851
SHA256 (rubygem/ruby-prof-1.7.1.gem) = 026393448cf92fd24a91739bf71ccd2bfe88fe8a1401ee8afc4948a16d62ea24
SIZE (rubygem/ruby-prof-1.7.1.gem) = 107008
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-ruby-prof
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.1 16 Dec 2024 06:17:42 |
Matthias Fechner (mfechner) |
devel/rubygem-ruby-prof: update to 1.7.1
Changes: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES |
1.7.0 11 Jan 2024 14:21:19 |
Matthias Fechner (mfechner) |
devel/rubygem-ruby-prof: update to 1.7.0
Changelog:
https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES |
1.6.3 27 May 2023 04:11:57 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-ruby-prof: Update to 1.6.3
Changes: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
https://github.com/ruby-prof/ruby-prof/commits/master |
1.3.2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.2 20 May 2020 06:09:10 |
mfechner |
Update to 1.3.2 which is required for gitlab-ce 12.10 upgrade. |
1.0.0 30 Sep 2019 22:36:28 |
mfechner |
Removed file that was forgotten in commit r513433. |
1.0.0 30 Sep 2019 22:34:59 |
mfechner |
devel/rubygem-ruby-prof: Upgrade to 1.0.0 which is required for gitlab-ce 12.3
upgrade.
Take Maintainership. |
0.17.0 04 Jan 2018 23:15:24 |
swills |
devel/rubygem-ruby-prof: update to 0.17.0 |
0.16.2 02 Jan 2017 10:04:07 |
swills |
devel/rubygem-ruby-prof: update to 0.16.2 |
0.15.9 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
0.15.9 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
0.15.9 17 Jan 2016 13:20:00 |
sunpoet |
- Update to 0.15.9
Changes: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
Sponsored by: PortsCamp Taiwan |
0.15.8 17 Oct 2015 18:09:54 |
sunpoet |
- Add LICENSE_FILE
- Update WWW |
0.15.8 30 May 2015 23:11:49 |
sunpoet |
- Update to 0.15.8
Changes: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES |
0.15.6 23 Feb 2015 16:21:37 |
sunpoet |
- Update to 0.15.6
- Add LICENSE
Changes: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES |
0.15.1 23 Aug 2014 19:56:34 |
swills |
devel/rubygem-ruby-prof: update to 0.15.1 |
0.13.0 19 Aug 2014 15:35:36 |
swills |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port) |
0.13.0 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.13.0 04 Mar 2014 18:26:22 |
tabthorpe |
- Reassign to ruby@, at maintainer's request
With hat: portmgr |
0.13.0 24 Jan 2014 14:49:30 |
miwi |
- Stage Safe |
0.13.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.13.0 13 Jul 2013 06:56:33 |
swills |
- Update to 0.13.0
PR: ports/180104
Approved by: Robert Gogolok <gogolok@gmail.com> (maintainer) |
0.11.3 22 Jan 2013 02:20:01 |
swills |
- Update to 0.11.3
- Update maintainer email address
PR: ports/174773
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) |
0.11.2 26 Aug 2012 18:29:11 |
swills |
- Update to 0.11.2
PR: ports/170546
Approved by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) |
0.10.2 30 Oct 2011 15:22:17 |
swills |
- Update to 0.10.2
PR: ports/162130
Submitted by: swills (me)
Approved by: gogo@cs.uni-sb.de (maintainer) |
0.10.1 25 Jun 2011 23:45:46 |
pgollucci |
- Update to 0.10.1
PR: ports/158274
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
0.10.0 25 Jun 2011 21:59:23 |
pgollucci |
fix distinfo |
0.10.0 23 Jun 2011 19:34:14 |
pgollucci |
- guess thats enough for the 1st day back
- add files supposed to have been in previous commit for rails update to 3.0.9 |
0.9.2 03 Mar 2011 00:53:13 |
clsung |
- Update to 0.9.2
PR: ports/153488
Submitted by: "Mikhail T." <michael_AT_fun-box dot ru>
Approved by: maintainer |
0.7.10 10 Oct 2010 18:41:33 |
pgollucci |
- Update to 0.7.10
PR: ports/151353
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
0.7.9 07 Oct 2010 00:23:55 |
pgollucci |
- Update to 0.7.9
PR: ports/151240
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
0.7.8 30 Sep 2010 00:58:45 |
pgollucci |
- Update to 0.7.8
PR: ports/151051
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
0.7.7 22 Sep 2010 20:35:14 |
pgollucci |
- Update to 0.7.7
PR: ports/150837
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
0.7.6 13 Sep 2010 01:54:23 |
pgollucci |
- Update to 0.7.6
PR: ports/150409
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic |
0.7.5 28 Aug 2010 01:49:18 |
pgollucci |
- Update to 0.7.5
PR: ports/150002
Approved by: gogo@cs.uni-sb.de (maintainer) |
0.7.4 06 Jun 2010 19:56:19 |
pgollucci |
- Update to 0.7.4
PR: ports/147529
Approved by: gogo@cs.uni-sb.de (maintainer)
Submitted by: myself (pgollucci@) |
0.7.3 26 May 2010 19:51:35 |
pgollucci |
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@ |
0.7.3 09 Apr 2009 00:11:47 |
pgollucci |
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
(this c/should be handled better in bsd.*.mk)
other deltas specific to individual ports:
audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION
devel/rubygem-rapt - adopt
devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
devel/rubygem-ruby2ruby - add #' for vim highlight
graphics/rubygem-extifr - drop PORTREVISION=0
graphics/rubygem-gd2 - add #' for vim highlight
www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency
Sponsored by: RideCharge Inc.
Tested on: RideCharge's Tinderbox
Reviewed by: stas |
0.7.3 31 Mar 2009 07:55:11 |
miwi |
- Update to 0.7.3
PR: 133224
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) |
0.7.0 06 Dec 2008 23:34:53 |
miwi |
- Update to 0.7.0
PR: 129041
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer |
0.6.0 06 Apr 2008 08:58:21 |
stas |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
0.6.0 12 Feb 2008 23:10:26 |
miwi |
- Update to 0.6.0
PR: 120469
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) |
0.5.2 27 Jul 2007 14:47:33 |
miwi |
ruby-prof is a fast code profiler for Ruby. Its features include:
* Speed - it is a C extension and therefore many times faster than the standard
Ruby profiler.
* Flat Profiles - similar to the reports generated by the standard Ruby profiler
* Graph profiles - similar to GProf, these show how long a method runs, which
methods call it and which methods it calls.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
* Reports - can generate both text and cross-referenced html reports
* Output - can output to standard out or to a file
WWW: http://rubyforge.org/projects/ruby-prof/
PR: ports/114957
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de> |