Port details |
- p5-MIME-Base32 Perl5 module for Base32 encodings
- 1.303 converters =5 1.303Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2005-10-22 12:03:49
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: mDNSResponder, autoconf, p5-MIME-Tools, libXdamage, libevent
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/MIME-Base32
- Description:
- This package contains a base32 encoder/decoder.
These encoding methods are specified in RFC 3548 -
The Base16, Base32, and Base64 Data Encodings.
The base32 encoding is designed to represent arbitrary
sequences of octets in a form that need not be humanly
readable. A 33-character subset ([A-Z2-7=]) of US-ASCII
is used, enabling 5 bits to be represented per printable
character.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-MIME-Base32>0:converters/p5-MIME-Base32
- To install the port:
- cd /usr/ports/converters/p5-MIME-Base32/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-MIME-Base32
- pkg install p5-MIME-Base32
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-MIME-Base32
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1495259666
SHA256 (MIME-Base32-1.303.tar.gz) = ab21fa99130e33a0aff6cdb596f647e5e565d207d634ba2ef06bdbef50424e99
SIZE (MIME-Base32-1.303.tar.gz) = 14121
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
-
- net-p2p/p5-Net-DirectConnect
- for Run
-
- net-p2p/p5-Net-DirectConnect
Configuration Options:
- No options to configure
- Options name:
- converters_p5-MIME-Base32
- 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) |
1.303 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 ) |
1.303 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 ) |
1.303 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.303 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 |
1.303 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.303 20 May 2017 06:00:56 |
bofh |
converters/p5-MIME-Base32: Update version 1.301=>1.303 |
1.301 17 Apr 2016 14:19:20 |
bofh |
converters/p5-MIME-Base32: Update version 1.02a=>1.301
- Mark NO_ARCH as there is no ARCH dependent files |
1.02a_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
1.02a_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 ) |
1.02a 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
1.02a 29 Jan 2014 17:00:41 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.02a 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
1.02a 10 Sep 2013 07:12:35 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.02a 13 Jan 2013 09:07:47 |
culot |
- Update to 1.02a [1]
- Pass maintainership to submitter [1]
- Add LICENSE (Artistic 1 & GPL 1)
PR: ports/175240 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.01_1 15 Aug 2012 19:26:14 |
tabthorpe |
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr |
1.01_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.01_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) |
1.01_1 22 Jan 2006 08:22:34 |
edwin |
SHA256ify
Approved by: krion@ |
1.01_1 22 Jan 2006 01:27:58 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.01_1 29 Oct 2005 06:42:43 |
nork |
Fix pkg-plist on 4-stable.
Pointed out by: pointyhat via kris |
1.01 22 Oct 2005 12:02:56 |
nork |
Add p5-MIME-Base32 1.01, is a base32 encoder/decoder.
These encoding methods are specified in RFC 3548 -
The Base16, Base32, and Base64 Data Encodings.
WWW: http://search.cpan.org/dist/MIME-Base32/ |