Port details |
- p5-meta Meta-programming API
- 0.012 devel =2 0.009Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-02-21 15:18:25
- Last Update: 2024-10-22 09:48:35
- Commit Hash: f952f31
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/meta
- Description:
- meta provides an API for metaprogramming; that is, allowing code to inspect or
manipulate parts of its own program structure. Parts of the perl interpreter
itself can be accessed by means of "meta"-objects provided by this package.
Methods on these objects allow inspection of details, as well as creating new
items or removing existing ones.
The intention of this API is to provide a nicer replacement for existing tricks
such as no strict 'refs' and using globrefs, and also to be a more consistent
place to add new abilities, such as more APIs for inspection and alteration of
internal structures, metaprogramming around the new 'class' feature, and other
such uses.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/p5-meta/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-meta
- pkg install p5-meta
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-meta
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729509142
SHA256 (meta-0.012.tar.gz) = 171d09d309f800f5534d0138b573039a961f103b4368a8410b776883316eb859
SIZE (meta-0.012.tar.gz) = 35229
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:
-
- p5-Module-Build>=0.4206 : devel/p5-Module-Build
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Simple>=1.302200 : devel/p5-Test-Simple
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Commandable
- devel/p5-Tickit-Widgets
- graphics/p5-Convert-Color
- for Run
-
- devel/p5-Commandable
- devel/p5-Tickit-Widgets
- graphics/p5-Convert-Color
Configuration Options:
- No options to configure
- Options name:
- devel_p5-meta
- USES:
- perl5
- 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 |
0.012 22 Oct 2024 09:48:35 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-meta: Update to 0.012
Changes: https://metacpan.org/dist/meta/changes |
0.011 14 Oct 2024 05:25:23 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-meta: Update to 0.011
Changes: https://metacpan.org/dist/meta/changes |
0.009 25 Sep 2024 04:22:28 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-meta: Update to 0.009
Changes: https://metacpan.org/dist/meta/changes |
0.008 18 Sep 2024 06:13:10 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-meta: Update to 0.008
Changes: https://metacpan.org/dist/meta/changes |
0.007 15 Sep 2024 20:09:41 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-meta: Update to 0.007
- Update LICENSE_FILE
Changes: https://metacpan.org/dist/meta/changes |
0.004 15 Aug 2024 15:30:59 |
Po-Chuan Hsieh (sunpoet) |
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
- databases/p5-DBIx-QuickDB
- devel/p5-Shell-Config-Generate
- devel/p5-Test-Archive-Libarchive
- devel/p5-Test-Future-IO-Impl
- devel/p5-Test2-Harness
- devel/p5-Test2-Harness-UI
- devel/p5-Test2-Plugin-DBIProfile
Test2-Suite has been merged into Test-Simple since 1.302200.
Reference: https://metacpan.org/dist/Test-Simple/changes |
0.004 21 Feb 2024 15:06:03 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-meta: Add p5-meta 0.004
meta provides an API for metaprogramming; that is, allowing code to inspect or
manipulate parts of its own program structure. Parts of the perl interpreter
itself can be accessed by means of "meta"-objects provided by this package.
Methods on these objects allow inspection of details, as well as creating new
items or removing existing ones.
The intention of this API is to provide a nicer replacement for existing tricks
such as no strict 'refs' and using globrefs, and also to be a more consistent
place to add new abilities, such as more APIs for inspection and alteration of
internal structures, metaprogramming around the new 'class' feature, and other
such uses. |