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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
p5-Feature-Compat-Defer Provide a new syntax keyword, defer, in a forward-compatible way
0.02 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: dvl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-07-22 17:39:10
Last Update: 2025-07-22 17:36:40
Commit Hash: 789b8db
Also Listed In: perl5
License: ART10
WWW:
https://metacpan.org/dist/Feature-Compat-Defer
Description:
This module provides a new syntax keyword, defer, in a forward-compatible way. The latest perl development source provides a defer block syntax, under the defer named feature. If all goes well, this will become available at development version 5.35.4, and included in the 5.36 release. On such perls, this module simply enables that feature. defer { STATEMENTS... } The defer keyword introduces a block which runs its code body at the time that its immediately surrounding code block finishes.
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 (8 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Feature-Compat-Defer-0.02/catalog.mk
  2. /usr/local/share/licenses/p5-Feature-Compat-Defer-0.02/LICENSE
  3. /usr/local/share/licenses/p5-Feature-Compat-Defer-0.02/ART10
  4. lib/perl5/site_perl/Feature/Compat/Defer.pm
  5. lib/perl5/site_perl/man/man3/Feature::Compat::Defer.3.gz
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • p5-Feature-Compat-Defer>0:devel/p5-Feature-Compat-Defer
To install the port:
cd /usr/ports/devel/p5-Feature-Compat-Defer/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Feature-Compat-Defer
  • pkg install p5-Feature-Compat-Defer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Feature-Compat-Defer
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1752860216 SHA256 (Feature-Compat-Defer-0.02.tar.gz) = c39f3de1aa6c9f070e25b36f2c49edede58b8e19743bb46689651bd30795207e SIZE (Feature-Compat-Defer-0.02.tar.gz) = 14208

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Module-Build>=0.4234 : devel/p5-Module-Build
  2. perl5>=5.40.r<5.41 : lang/perl5.40
Runtime dependencies:
  1. p5-Module-Build>0 : devel/p5-Module-Build
  2. perl5>=5.40.r<5.41 : lang/perl5.40
This port is required by:
for Run
  1. sysutils/p5-OpenTelemetry

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

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.02
22 Jul 2025 17:36:40
commit hash: 789b8db749ac1ada23aed95f014f8bf91f9c3d0ecommit hash: 789b8db749ac1ada23aed95f014f8bf91f9c3d0ecommit hash: 789b8db749ac1ada23aed95f014f8bf91f9c3d0ecommit hash: 789b8db749ac1ada23aed95f014f8bf91f9c3d0e files touched by this commit
Dan Langille (dvl) search for other commits by this committer
devel/p5-Feature-Compat-Defer: Add new port

This module provides a new syntax keyword, defer, in a
forward-compatible way.

The latest perl development source provides a defer block syntax, under
the defer named feature. If all goes well, this will become available
at development version 5.35.4, and included in the 5.36 release. On
such perls, this module simply enables that feature.

       defer {
          STATEMENTS...
       }

The defer keyword introduces a block which runs its code body at the
time that its immediately surrounding code block finishes.

Number of commits found: 1