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-CPANSA-DB CPAN Security Advisory data as a Perl data structure, mostly for CPAN::Audit
20241208.003 securitynew! 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-12-25 19:18:15
Last Update: 2024-12-25 19:14:56
Commit Hash: 65c406e
Also Listed In: perl5
License: ART20
WWW:
https://metacpan.org/dist/CPANSA-DB
Description:
CPANSA::DB provides the CPAN Security Advisory data as a Perl data structure, mostly for CPAN::Audit. The db subroutine returns the CPAN Security Advisory (CPANSA) reports as a Perl data structure. However, anything can use this. Each release also comes with a .gpg file that has the signature for the file. If you cannot confirm that the module file has the right signature, it might have been corrupted or modified. This module is available outside of CPAN as a release on GitHub: https://github.com/briandfoy/cpan-security-advisory/releases. Each release on GitHub includes an attestation. There is also a JSON file that provides the same datastructure.
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 (14 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-CPANSA-DB-20241208.003/catalog.mk
  2. /usr/local/share/licenses/p5-CPANSA-DB-20241208.003/LICENSE
  3. /usr/local/share/licenses/p5-CPANSA-DB-20241208.003/ART20
  4. lib/perl5/site_perl/CPAN/Audit/DB.pm
  5. lib/perl5/site_perl/CPAN/Audit/DB.pm.gpg
  6. lib/perl5/site_perl/CPAN/Audit/DB.pod
  7. lib/perl5/site_perl/CPANSA/DB.pm
  8. lib/perl5/site_perl/CPANSA/DB.pm.gpg
  9. lib/perl5/site_perl/CPANSA/DB.pod
  10. lib/perl5/site_perl/man/man3/CPAN::Audit::DB.3.gz
  11. lib/perl5/site_perl/man/man3/CPANSA::DB.3.gz
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • p5-CPANSA-DB>0:security/p5-CPANSA-DB
To install the port:
cd /usr/ports/security/p5-CPANSA-DB/ && make install clean
To add the package, run one of these commands:
  • pkg install security/p5-CPANSA-DB
  • pkg install p5-CPANSA-DB
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-CPANSA-DB
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1734888000 SHA256 (CPANSA-DB-20241208.003.tar.gz) = 022f998af4674f3162a0d7c145c991e09b73c54ed190bc7e42c77cd700e5fc21 SIZE (CPANSA-DB-20241208.003.tar.gz) = 1343243

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. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. p5-YAML-LibYAML>=0 : textproc/p5-YAML-LibYAML
Runtime dependencies:
  1. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Build
  1. security/p5-CPAN-Audit
for Run
  1. security/p5-CPAN-Audit

Configuration Options:
No options to configure
Options name:
security_p5-CPANSA-DB
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/B/BD/BDFOY/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/B/BD/BDFOY/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/CPANSA/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/B/BD/BDFOY/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/B/BD/BDFOY/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/B/BD/BDFOY/
  7. http://backpan.perl.org/authors/id/B/BD/BDFOY/
  8. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/B/BD/BDFOY/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/B/BD/BDFOY/
  10. https://cpan.metacpan.org/authors/id/B/BD/BDFOY/
  11. https://cpan.metacpan.org/modules/by-module/CPANSA/
  12. https://www.cpan.org/authors/id/B/BD/BDFOY/
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
20241208.003
25 Dec 2024 19:14:56
commit hash: 65c406e188ef5ddb9ea1d4b2f0b59287cf8e2051commit hash: 65c406e188ef5ddb9ea1d4b2f0b59287cf8e2051commit hash: 65c406e188ef5ddb9ea1d4b2f0b59287cf8e2051commit hash: 65c406e188ef5ddb9ea1d4b2f0b59287cf8e2051 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/p5-CPANSA-DB: Add p5-CPANSA-DB 20241208.003

CPANSA::DB provides the CPAN Security Advisory data as a Perl data structure,
mostly for CPAN::Audit.

The db subroutine returns the CPAN Security Advisory (CPANSA) reports as a Perl
data structure. However, anything can use this.

Each release also comes with a .gpg file that has the signature for the file. If
you cannot confirm that the module file has the right signature, it might have
been corrupted or modified.

This module is available outside of CPAN as a release on GitHub:
https://github.com/briandfoy/cpan-security-advisory/releases. Each release on
GitHub includes an attestation.

There is also a JSON file that provides the same datastructure.

Number of commits found: 1