Port details |
- p5-Convert-ASCII-Armour Convert binary octets into ASCII armoured messages
- 1.4_3 converters
=8 1.4_3Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2001-08-29 08:24:24
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Crypt-DES, p5-Tie-EncryptedHash, p5-Crypt-CBC, p5-Math-Pari, p5-Digest-MD5
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module converts hashes of binary octets into ASCII messages
suitable for transfer over 6-bit clean transport channels. The
encoded ASCII resembles PGP's armoured messages, but are in no
way compatible with PGP.
WWW: https://metacpan.org/release/Convert-ASCII-Armour
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Convert-ASCII-Armour>0:converters/p5-Convert-ASCII-Armour
- To install the port:
- cd /usr/ports/converters/p5-Convert-ASCII-Armour/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-Convert-ASCII-Armour
- pkg install p5-Convert-ASCII-Armour
- PKGNAME: p5-Convert-ASCII-Armour
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Convert-ASCII-Armour-1.4.tar.gz) = 97e8acb6eb2a2a91af7d6cf0d2dff6fa42aaf939fc7d6d1c6057a4f0df52c904
SIZE (Convert-ASCII-Armour-1.4.tar.gz) = 6002
- 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.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- security/p5-Alt-Crypt-RSA-BigInt
- security/p5-Crypt-RSA
- for Run
-
- security/p5-Alt-Crypt-RSA-BigInt
- security/p5-Crypt-RSA
- Configuration Options:
- No options to configure
- Options name:
- converters_p5-Convert-ASCII-Armour
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.4_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Oct 2018 09:08:40
1.4_3
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
27 May 2018 20:15:20
1.4_3
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
12 Mar 2015 23:00:03
1.4_3
|
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. |
26 Nov 2014 13:08:38
1.4_3
|
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 ) |
20 Oct 2014 09:37:01
1.4_2
|
bapt  |
Cleanup plist |
01 Nov 2013 14:20:56
1.4_2
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 16:05:25
1.4_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
02 Aug 2013 18:52:11
1.4_2
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
17 Dec 2012 08:30:52
1.4_2
|
az  |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon. |
13 Mar 2012 16:15:36
1.4_2
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
08 Mar 2012 18:45:38
1.4_2
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
20 Mar 2011 12:54:45
1.4_2
|
miwi  |
- Get Rid MD5 support |
21 Sep 2010 07:56:43
1.4_2 
|
mm  |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
15 Dec 2009 08:32:35
1.4_1
|
leeym  |
- simplify dependencies
- bump PORTREVISION |
17 Apr 2008 14:30:31
1.4
|
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) |
03 Dec 2006 12:45:59
1.4
|
demon  |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. |
22 Jan 2006 01:27:58
1.4
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 15:05:17
1.4
|
mat  |
Take a perl@ hat and add SHA256 checksums |
13 Aug 2004 15:21:20
1.4
|
nork  |
Change MAINTAINER to perl@.
I welcome bsd.port.mk introduced soon.
Inspired by: freebsd-perl@ |
03 May 2004 18:46:09
1.4
|
nork  |
Whitespace cleanup.
PR: ports/65409
Submitted by: trevor |
20 Mar 2004 09:56:44
1.4
|
nork  |
Add size data.
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
24 Oct 2003 12:05:09
1.4
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
22 Feb 2003 16:16:12
1.4
|
nork  |
De-pkg-comment. |
06 Apr 2002 20:07:27
1.4
|
nork  |
more clean pkg-plist
Reviewed by: knu (mentor) |
29 Aug 2001 12:24:24 
|
ijliao  |
add p5-Convert-ASCII-Armour Convert binary octets into ASCII armoured messages
|