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
Port details
p5-ExtUtils-H2PM Automatically generate Perl modules to wrap C header files
0.11 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-31 13:18:06
Last Update: 2025-01-31 15:37:02
Commit Hash: ee23dd0
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/ExtUtils-H2PM
Description:
This module assists in generating wrappers around system functionality, such as socket() types or ioctl() calls, where the only interesting features required are the values of some constants or structure layouts normally only known to the C header files.
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 (9 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-ExtUtils-H2PM-0.11/catalog.mk
  2. /usr/local/share/licenses/p5-ExtUtils-H2PM-0.11/LICENSE
  3. /usr/local/share/licenses/p5-ExtUtils-H2PM-0.11/ART10
  4. /usr/local/share/licenses/p5-ExtUtils-H2PM-0.11/GPLv1+
  5. lib/perl5/site_perl/ExtUtils/H2PM.pm
  6. lib/perl5/site_perl/man/man3/ExtUtils::H2PM.3.gz
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • p5-ExtUtils-H2PM>0:devel/p5-ExtUtils-H2PM
To install the port:
cd /usr/ports/devel/p5-ExtUtils-H2PM/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-ExtUtils-H2PM
  • pkg install p5-ExtUtils-H2PM
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-ExtUtils-H2PM
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1679323201 SHA256 (ExtUtils-H2PM-0.11.tar.gz) = 46b4aec9a7d2c5749256d09dcf7ba4c2d00cddd41101482499ed88c766e9e8da SIZE (ExtUtils-H2PM-0.11.tar.gz) = 25379

Packages (timestamps in pop-ups are UTC):
p5-ExtUtils-H2PM
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.11--0.11---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.11--0.11---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.110.11n/a0.11n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Module-Build>=0.4004 : devel/p5-Module-Build
  2. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. p5-Test-Pod>=1.00 : devel/p5-Test-Pod
Runtime dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Build
  1. net/p5-Socket-Netlink

Configuration Options:
No options to configure
Options name:
devel_p5-ExtUtils-H2PM
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/ExtUtils/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/ExtUtils/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ExtUtils/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/ExtUtils/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/ExtUtils/
  7. http://backpan.perl.org/modules/by-module/ExtUtils/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/ExtUtils/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/ExtUtils/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/ExtUtils/
  12. https://www.cpan.org/modules/by-module/ExtUtils/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.11
31 Jan 2025 15:37:02
commit hash: ee23dd0dcc6f77b121aca140624ce6926a2ad2a3commit hash: ee23dd0dcc6f77b121aca140624ce6926a2ad2a3commit hash: ee23dd0dcc6f77b121aca140624ce6926a2ad2a3commit hash: ee23dd0dcc6f77b121aca140624ce6926a2ad2a3 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
net/p5-Socket-Netlink: new port had been added (+)

This module contains the low-level constants and structure handling
functions required to use PF_NETLINK socket family available on e.g.
Linux and FreeBSD.

devel/p5-ExtUtils-H2PM: add missing TEST_DEPENDS in commit 671c6c6e

Requested by:	glebius
0.11
31 Jan 2025 13:14:34
commit hash: 671c6c6e9692e22174909b7c418d2555696f5e7ccommit hash: 671c6c6e9692e22174909b7c418d2555696f5e7ccommit hash: 671c6c6e9692e22174909b7c418d2555696f5e7ccommit hash: 671c6c6e9692e22174909b7c418d2555696f5e7c files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
devel/p5-ExtUtils-H2PM: new port had been added (+)

Automatically generate Perl modules to wrap C header files.

Requested by:	glebius

Number of commits found: 2