Port details |
- p5-Math-Base36 Encoding and decoding of base36 strings
- 0.14,2 math =3 0.14,2Version of this port present on the latest quarterly branch.
- Maintainer: svysh.fbsd@gmail.com
- Port Added: 2008-08-09 12:53:35
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: php81-pear, libXdamage, p5-MIME-Tools, autoconf, p5-Safe-Hole
- Also Listed In: converters perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Math-Base36
- Description:
- This module converts to and from Base36 numbers (0..9 - A..Z)
It was created because of an article/challenge in "The Perl Review"
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Math-Base36>0:math/p5-Math-Base36
- To install the port:
- cd /usr/ports/math/p5-Math-Base36/ && make install clean
- To add the package, run one of these commands:
- pkg install math/p5-Math-Base36
- pkg install p5-Math-Base36
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Math-Base36
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1588676840
SHA256 (Math-Base36-0.14.tar.gz) = eedcc8cb22b8f6b6c07742e55931f6e9d03771d221d0b76639f18a3b7d19f47f
SIZE (Math-Base36-0.14.tar.gz) = 20428
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
-
- www/p5-Net-Plurk
- www/p5-WWW-Plurk
- for Run
-
- www/p5-Net-Plurk
- www/p5-WWW-Plurk
Configuration Options:
- No options to configure
- Options name:
- math_p5-Math-Base36
- 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.14,2 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.14,2 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.14,2 20 Jun 2021 11:39:12 |
Po-Chuan Hsieh (sunpoet) |
math/p5-Math-Base36: Add NO_ARCH
Approved by: portmgr (blanket) |
0.14,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.14,2 05 May 2020 11:12:58 |
wen |
- Update to 0.14
- Pass maintainership to submitter
- Add LICENSE_FILE
- Add TERST_DEPENDS
PR: 245752
Submitted by: svysh.fbsd@gmail.com
Approved by: maintainer(timeout, > 14 days) |
0.10_1,2 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.10_1,2 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.10_1,2 01 Jan 2015 16:11:37 |
sunpoet |
- Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.59+ is already in all supported
Perl releases
- Add LICENSE [1]
Approved by: portmgr (implicit) [1]
With hat: perl |
0.10_1,2 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.10,2 30 Jan 2014 09:42:49 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.10,2 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.10,2 12 Sep 2013 05:53:04 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.10,2 08 Sep 2012 20:02:13 |
swills |
- Update to 0.10
PR: ports/171044
Approved by: maintainer timeout (mhsin@mhsin.org, >2 weeks) |
0.09,2 20 Sep 2011 17:26:54 |
sunpoet |
- Update to 0.09
- Adjust order of categories
Changes: http://search.cpan.org/dist/Math-Base36/Changes
PR: ports/160520
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
0.07,2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.07,2 22 Sep 2010 07:48:02 |
bapt |
math/p5-Math-BigInt is part of perl core modules since at least 5.6+
the lowest version of perl available in ports is 5.8.9 which embed version
1.89 of Math::BigInt which is the same as the one available in
math/p5-Math-BigInt, so remove the useless dependency.
Keeping math/p5-Math-BigInt as it evolves alone
Bump port revision |
0.07,2 18 Dec 2009 00:15:27 |
miwi |
- Update to 0.07
PR: 140738
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: maintainer timeout |
0.1,1 23 Jul 2009 17:26:43 |
pgollucci |
- Update to 0.1
PR: ports/136542
Approved by: maintainer timeout (mhsin@mhsin.org; 14 days)
Submitted by: myself (pgollucci@) |
0.05 09 Aug 2008 12:53:04 |
rafan |
This module converts to and from Base36 numbers (0..9 - A..Z)
It was created because of an article/challenge in "The Perl Review"
WWW: http://search.cpan.org/dist/Math-Base36/
PR: ports/126383
Submitted by: Yi-Hsuan Hsin <mhsin at mhsin.org> |