Port details |
- p5-B-COW Additional B helpers to check COW status
- 0.007 devel =3 0.007Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-02-02 10:54:27
- Last Update: 2022-12-30 09:04:17
- Commit Hash: 460b835
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/B-COW
- Description:
- B::COW provides some naive additional B helpers to check the COW status of one
SvPV.
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of)
Read Only C string, that would be Copied On Write (COW). More than one SV can
share the same PV, but when one PV need to alter it, it would perform a copy of
it, decrease the COWREFCNT counter. One SV can then drop the COW flag when it's
the only one holding a pointer to the PV. The COWREFCNT is stored at the end of
the PV, after the the "\0". That value is limited to 255, when we reach 255, a
new PV would be created,
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-B-COW>0:devel/p5-B-COW
- To install the port:
- cd /usr/ports/devel/p5-B-COW/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-B-COW
- pkg install p5-B-COW
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-B-COW
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1669057593
SHA256 (B-COW-0.007.tar.gz) = 1290daf227e8b09889a31cf182e29106f1cf9f1a4e9bf7752f9de92ed1158b44
SIZE (B-COW-0.007.tar.gz) = 18788
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-B-COW
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.007 30 Dec 2022 09:04:17 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-B-COW: Update to 0.007
Changes: https://metacpan.org/dist/B-COW/changes |
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) |
0.004 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 ) |
0.004 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 ) |
0.004 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.004 26 Apr 2020 11:56:17 |
sunpoet |
Update to 0.004
Changes: https://metacpan.org/changes/distribution/B-COW |
0.003 22 Apr 2020 21:26:08 |
sunpoet |
Update to 0.003
Changes: https://metacpan.org/changes/distribution/B-COW |
0.002 02 Feb 2020 10:54:20 |
sunpoet |
Add p5-B-COW 0.002
B::COW provides some naive additional B helpers to check the COW status of one
SvPV.
A COWed SvPV is sharing its string (the PV) with other SvPVs. It's a (kind of)
Read Only C string, that would be Copied On Write (COW). More than one SV can
share the same PV, but when one PV need to alter it, it would perform a copy of
it, decrease the COWREFCNT counter. One SV can then drop the COW flag when it's
the only one holding a pointer to the PV. The COWREFCNT is stored at the end of
the PV, after the the "\0". That value is limited to 255, when we reach 255, a
new PV would be created,
WWW: https://metacpan.org/release/B-COW |
Number of commits found: 8
|