Port details |
- p5-CACertOrg-CA CACert.org CA root certificate in PEM format
- 20210114.002 security =2 20210114.002Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2011-12-21 13:22:10
- Last Update: 2024-02-21 15:07:02
- Commit Hash: 5870d24
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: CACERT
- WWW:
- https://metacpan.org/release/CACertOrg-CA
- Description:
- CACertOrg::CA provides a copy of Certificate Authority certificate for
CACert.org. This is the Class 1 PKI Key.
sha1 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33
md5 A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-CACertOrg-CA>0:security/p5-CACertOrg-CA
- To install the port:
- cd /usr/ports/security/p5-CACertOrg-CA/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-CACertOrg-CA
- pkg install p5-CACertOrg-CA
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-CACertOrg-CA
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708449054
SHA256 (CACertOrg-CA-20210114.002.tar.gz) = 20e7786b8731d703c208931841dc22333c23dca1e6ac9c75e80c9b8c2f602bab
SIZE (CACertOrg-CA-20210114.002.tar.gz) = 9498
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:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- devel/p5-Module-Release
- for Run
-
- devel/p5-Module-Release
Configuration Options:
- No options to configure
- Options name:
- security_p5-CACertOrg-CA
- 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 |
20210114.002 21 Feb 2024 15:07:02 |
Po-Chuan Hsieh (sunpoet) |
security/p5-CACertOrg-CA: Update to 20210114.002
Changes: https://metacpan.org/dist/CACertOrg-CA/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20210114.001 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20210114.001 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20210114.001 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20210114.001 26 Jan 2021 17:25:59 |
sunpoet |
Update to 20210114.001
- Add LICENSE
Changes: https://metacpan.org/changes/distribution/CACertOrg-CA |
20110724.005 20 Jun 2018 19:36:18 |
sunpoet |
Update to 20110724.005
Changes: https://metacpan.org/changes/distribution/CACertOrg-CA |
20110724.004_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
20110724.004_1 03 Oct 2015 17:11:54 |
sunpoet |
- Add NO_ARCH |
20110724.004_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
20110724.004 24 Nov 2014 18:31:05 |
sunpoet |
- Cleanup PLIST |
20110724.004 12 Jan 2014 03:52:10 |
sunpoet |
- Update to 20110724.004
Changes: http://search.cpan.org/dist/CACertOrg-CA/Changes |
20110724.002 30 Sep 2013 20:59:03 |
sunpoet |
- Support STAGEDIR |
20110724.002 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
20110724.002 21 Aug 2013 14:08:08 |
sunpoet |
- Convert to new perl framework |
20110724.002 12 Jul 2013 14:31:56 |
sunpoet |
- Update to 20110724.002
- Cleanup Makefile header |
20110724.001 21 Dec 2011 12:47:47 |
sunpoet |
- Add p5-CACertOrg-CA 20110724.001
CACertOrg::CA provides a copy of Certificate Authority certificate for
CACert.org. This is the Class 1 PKI Key.
sha1 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33
md5 A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B
WWW: http://search.cpan.org/dist/CACertOrg-CA/ |