SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Math-Base-Convert/Makefile
Normal file
14
devel/p5-Math-Base-Convert/Makefile
Normal 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>
|
2
devel/p5-Math-Base-Convert/distinfo
Normal file
2
devel/p5-Math-Base-Convert/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Math-Base-Convert-0.11.tar.gz) = jAlxNV8kyTt553rVSkVwCQoaWY/Lm4b1wX66QvOLQOA=
|
||||
SIZE (Math-Base-Convert-0.11.tar.gz) = 41667
|
5
devel/p5-Math-Base-Convert/pkg/DESCR
Normal file
5
devel/p5-Math-Base-Convert/pkg/DESCR
Normal 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.
|
13
devel/p5-Math-Base-Convert/pkg/PLIST
Normal file
13
devel/p5-Math-Base-Convert/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue