notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
rubygem-ruby_memcheck Use Valgrind memcheck without going crazy
2.3.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-21 17:15:49
Last Update: 2023-12-25 09:01:58
Commit Hash: dc2c297
Also Listed In: rubygems
License: MIT
WWW:
https://github.com/Shopify/ruby_memcheck
Description:
ruby_memcheck provides a sane way to use Valgrind's memcheck on your native extension gem. Valgrind's memcheck is a great tool to find and debug memory issues (e.g. memory leak, use-after-free, etc.). However, it doesn't work well on Ruby because Ruby does not free all of the memory it allocates during shutdown. This results in Valgrind reporting thousands (or more) false positives, making it very difficult for Valgrind to actually be useful. This gem solves the problem by using heuristics to filter out false positives.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/ruby_memcheck
  2. /usr/local/share/licenses/rubygem-ruby_memcheck-2.3.0/catalog.mk
  3. /usr/local/share/licenses/rubygem-ruby_memcheck-2.3.0/LICENSE
  4. /usr/local/share/licenses/rubygem-ruby_memcheck-2.3.0/MIT
Collapse this list.
Dependency lines:
  • rubygem-ruby_memcheck>0:devel/rubygem-ruby_memcheck
To install the port:
cd /usr/ports/devel/rubygem-ruby_memcheck/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-ruby_memcheck
  • pkg install rubygem-ruby_memcheck
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-ruby_memcheck
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1703228050 SHA256 (rubygem/ruby_memcheck-2.3.0.gem) = 6109b5d7e0e994e3e966614b0db4b2d51c57fbbdb015e290b85c5fa25934b05a SIZE (rubygem/ruby_memcheck-2.3.0.gem) = 15872

Packages (timestamps in pop-ups are UTC):
rubygem-ruby_memcheck
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.3.0--2.3.0---
FreeBSD:13:quarterly-2.3.0--2.3.0---
FreeBSD:14:latest-2.3.0--2.3.0---
FreeBSD:14:quarterly-2.3.0--2.3.0---
FreeBSD:15:latest-2.3.0n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-nokogiri>=0 : textproc/rubygem-nokogiri
  2. valgrind>=3.20.0,1 : devel/valgrind
  3. ruby31 : lang/ruby31
  4. gem : devel/ruby-gems
Patch dependencies:
  1. ruby31 : lang/ruby31
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby31 : lang/ruby31
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_rubygem-ruby_memcheck
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0
25 Dec 2023 09:01:58
commit hash: dc2c2973ba5ffab9183956f7cc6e3d20ef97c5c5commit hash: dc2c2973ba5ffab9183956f7cc6e3d20ef97c5c5commit hash: dc2c2973ba5ffab9183956f7cc6e3d20ef97c5c5commit hash: dc2c2973ba5ffab9183956f7cc6e3d20ef97c5c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-ruby_memcheck: Update to 2.3.0

Changes:	https://github.com/Shopify/ruby_memcheck/releases
2.2.1
14 Nov 2023 17:16:24
commit hash: c6dec7bbaa350be008b56ca8eee1fb939fc54a99commit hash: c6dec7bbaa350be008b56ca8eee1fb939fc54a99commit hash: c6dec7bbaa350be008b56ca8eee1fb939fc54a99commit hash: c6dec7bbaa350be008b56ca8eee1fb939fc54a99 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-ruby_memcheck: Update to 2.2.1

Changes:	https://github.com/Shopify/ruby_memcheck/releases
2.2.0
22 Sep 2023 03:20:21
commit hash: 5f9aaefbb3612e6e5ef884b62b80a044fc147cf2commit hash: 5f9aaefbb3612e6e5ef884b62b80a044fc147cf2commit hash: 5f9aaefbb3612e6e5ef884b62b80a044fc147cf2commit hash: 5f9aaefbb3612e6e5ef884b62b80a044fc147cf2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-ruby_memcheck: Update to 2.2.0

Changes:	https://github.com/Shopify/ruby_memcheck/releases
2.1.2
26 Aug 2023 20:35:40
commit hash: f06ce42bb7bf76698370ff959d146c8610c04126commit hash: f06ce42bb7bf76698370ff959d146c8610c04126commit hash: f06ce42bb7bf76698370ff959d146c8610c04126commit hash: f06ce42bb7bf76698370ff959d146c8610c04126 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-ruby_memcheck: Update to 2.1.2

Changes:	https://github.com/Shopify/ruby_memcheck/releases
2.1.1
21 Aug 2023 17:01:59
commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86commit hash: c5a3c98e4acbbda628a775a09f8768fe2f2e0b86 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-ruby_memcheck: Add rubygem-ruby_memcheck 2.1.1

ruby_memcheck provides a sane way to use Valgrind's memcheck on your native
extension gem.

Valgrind's memcheck is a great tool to find and debug memory issues (e.g. memory
leak, use-after-free, etc.). However, it doesn't work well on Ruby because Ruby
does not free all of the memory it allocates during shutdown. This results in
Valgrind reporting thousands (or more) false positives, making it very difficult
for Valgrind to actually be useful. This gem solves the problem by using
heuristics to filter out false positives.

Number of commits found: 5