Port details |
- p5-Convert-PEM Read/write access to ASN.1-encoded PEM files with optional encryption
- 0.08_1 converters =12 0.08_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-09-11 22:07:29
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: unzip, libxml2, p5-libwww, p5-Digest-MD5, freetype2
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Convert-PEM
- Description:
- This is Convert::PEM, a module implementing read/write access
to ASN.1-encoded PEM files (with optional encryption).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Convert-PEM>0:converters/p5-Convert-PEM
- To install the port:
- cd /usr/ports/converters/p5-Convert-PEM/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-Convert-PEM
- pkg install p5-Convert-PEM
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Convert-PEM
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Convert-PEM-0.08.tar.gz) = 070ef357af0394d776647ca4b9dd992395617e49f0a5f393c85a29733f100b52
SIZE (Convert-PEM-0.08.tar.gz) = 54089
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:
-
- p5-Class-ErrorHandler>=0 : devel/p5-Class-ErrorHandler
- p5-Convert-ASN1>=0.10 : converters/p5-Convert-ASN1
- p5-Crypt-DES_EDE3>=0 : security/p5-Crypt-DES_EDE3
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Class-ErrorHandler>=0 : devel/p5-Class-ErrorHandler
- p5-Convert-ASN1>=0.10 : converters/p5-Convert-ASN1
- p5-Crypt-DES_EDE3>=0 : security/p5-Crypt-DES_EDE3
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- security/p5-Crypt-DSA
- for Run
-
- security/p5-Crypt-DSA
Configuration Options:
- No options to configure
- Options name:
- converters_p5-Convert-PEM
- 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 |
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) |
0.08_1 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 ) |
0.08_1 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
0.08_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.08_1 22 Dec 2018 09:00:26 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
0.08_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
0.08_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 |
0.08_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.08_1 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
0.08_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 ) |
0.08 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
0.08 01 Nov 2013 14:20:56 |
vanilla |
Support STAGEDIR. |
0.08 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
0.08 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.08 10 Jun 2012 18:42:48 |
swills |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
0.08 12 Dec 2010 21:30:02 |
pgollucci |
- Update to 0.08
- Remove MD5
With Hat: perl@
Changes: http://search.cpan.org/dist/Convert-PEM/Changes |
0.07_2 15 Dec 2009 08:44:25 |
leeym |
- simplify dependencies
- bump PORTREVISION |
0.07_1 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.07_1 23 Mar 2007 09:47:31 |
linimon |
Reset mharo due to maintainer-timeouts and no response to PRs.
Hat: portmgr |
0.07_1 22 Jan 2006 08:22:34 |
edwin |
SHA256ify
Approved by: krion@ |
0.07_1 01 Dec 2005 10:14:21 |
flz |
- Fix latest commit adding a missing dependency (devel/p5-Class-ErrorHandler).
PR: ports/89335
Submitted by: aaron |
0.07 30 Nov 2005 11:36:21 |
flz |
- Update to 0.07.
PR: ports/89109
Submitted by: lth
Approved by: maintainer timeout (2 weeks) |
0.06 10 Mar 2005 00:48:49 |
leeym |
- add RUN_DEPENDS=BUILD_DEPENDS
- add WWW in pkg-descr |
0.06 06 Sep 2004 20:50:09 |
mharo |
add missing manpage to MAN3 list
portlint
PR: 71393
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Approved by: portmgr (kirill) |
0.06 17 Apr 2004 14:04:47 |
kris |
Correct plist and manpages (add a missing entry and don't remove files
we didn't install) |
0.06 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.06 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.06 07 Mar 2003 05:58:00 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.06 05 May 2002 08:10:15 |
kris |
Correct BUILD_DEPENDS on p5-Crypt-DES_EDE3
Noticed by: bento |
14 Mar 2002 16:29:57 |
jesper |
Add extra dependency of ports/security/p5-Crypt-DES_EDE3
Approved by: mharo |
13 Mar 2002 20:00:11 |
jesper |
Upgrade to 0.06
Approved by: mharo |
18 Sep 2001 23:43:54 |
mharo |
- fix build error on bento (emtpy directory left behind) - better description
and comment |
12 Sep 2001 02:07:29 |
mharo |
Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. |