SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
COMMENT = very fast base to base conversion
DISTNAME = Math-Base-Convert-0.11
CATEGORIES = devel
REVISION = 0
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl5
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Math-Base-Convert-0.11.tar.gz) = jAlxNV8kyTt553rVSkVwCQoaWY/Lm4b1wX66QvOLQOA=
SIZE (Math-Base-Convert-0.11.tar.gz) = 41667

View file

@ -0,0 +1,5 @@
This module provides fast functions and methods to convert between
arbitrary number bases from 2 (binary) thru 65535.
This module is pure Perl, has no external dependencies, and is backward
compatible with old versions of Perl 5.

View file

@ -0,0 +1,13 @@
${P5SITE}/Math/
${P5SITE}/Math/Base/
${P5SITE}/Math/Base/Convert/
${P5SITE}/Math/Base/Convert.pm
${P5SITE}/Math/Base/Convert/Bases.pm
${P5SITE}/Math/Base/Convert/Bitmaps.pm
${P5SITE}/Math/Base/Convert/CalcPP.pm
${P5SITE}/Math/Base/Convert/Shortcuts.pm
@man man/man3p/Math::Base::Convert.3p
@man man/man3p/Math::Base::Convert::Bases.3p
@man man/man3p/Math::Base::Convert::Bitmaps.3p
@man man/man3p/Math::Base::Convert::CalcPP.3p
@man man/man3p/Math::Base::Convert::Shortcuts.3p