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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
p5-lib-filter Allow/disallow loading modules
0.28.1 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: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-09-05 06:21:45
Last Update: 2024-09-05 06:11:18
Commit Hash: 7fd4253
Also Listed In: perl5
License: ART10 GPLv1+
WWW:
https://metacpan.org/dist/lib-filter
Description:
lib::filter lets you allow/disallow loading modules using some rules. It works by installing a coderef in @INC (and additionally by pruning some entries in @INC). The main use-case for this pragma is for testing.
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 (15 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-lib-filter-0.28.1/catalog.mk
  2. /usr/local/share/licenses/p5-lib-filter-0.28.1/LICENSE
  3. /usr/local/share/licenses/p5-lib-filter-0.28.1/ART10
  4. /usr/local/share/licenses/p5-lib-filter-0.28.1/GPLv1+
  5. lib/perl5/site_perl/lib/allow.pm
  6. lib/perl5/site_perl/lib/coreplus.pm
  7. lib/perl5/site_perl/lib/disallow.pm
  8. lib/perl5/site_perl/lib/filter.pm
  9. lib/perl5/site_perl/man/man3/lib::allow.3.gz
  10. lib/perl5/site_perl/man/man3/lib::coreplus.3.gz
  11. lib/perl5/site_perl/man/man3/lib::disallow.3.gz
  12. lib/perl5/site_perl/man/man3/lib::filter.3.gz
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • p5-lib-filter>0:devel/p5-lib-filter
To install the port:
cd /usr/ports/devel/p5-lib-filter/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-lib-filter
  • pkg install p5-lib-filter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-lib-filter
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1724084470 SHA256 (lib-filter-0.281.tar.gz) = 8f26354c5b264be383dabe47f99203230a941950f43fc86cfbcb0f3c62466f4c SIZE (lib-filter-0.281.tar.gz) = 23434

Packages (timestamps in pop-ups are UTC):
p5-lib-filter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.28.10.28.1-0.28.10.28.1---
FreeBSD:13:quarterly0.28.10.28.1-0.28.10.28.1---
FreeBSD:14:latest0.28.10.28.1-0.28.10.28.1---
FreeBSD:14:quarterly0.28.10.28.1-0.28.10.28.1---
FreeBSD:15:latest0.28.10.28.1n/a0.28.1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. p5-Module-Path-More>=0.32 : devel/p5-Module-Path-More
  2. p5-Test-Needs>=0 : devel/p5-Test-Needs
Runtime dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_p5-lib-filter
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/lib/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/lib/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/lib/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/lib/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/lib/
  7. http://backpan.perl.org/modules/by-module/lib/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/lib/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/lib/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/lib/
  12. https://www.cpan.org/modules/by-module/lib/
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.28.1
05 Sep 2024 06:11:18
commit hash: 7fd42539c8bffb80ba0081aaf41567f20ff61abecommit hash: 7fd42539c8bffb80ba0081aaf41567f20ff61abecommit hash: 7fd42539c8bffb80ba0081aaf41567f20ff61abecommit hash: 7fd42539c8bffb80ba0081aaf41567f20ff61abe files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-lib-filter: Add p5-lib-filter 0.281

lib::filter lets you allow/disallow loading modules using some rules. It works
by installing a coderef in @INC (and additionally by pruning some entries in
@INC). The main use-case for this pragma is for testing.

Number of commits found: 1