mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
This is a package for doing integer arithmetic while using a different
base representation than normal. In base n arithmetic you have n symbols which have a representation. I was going to call them "glyphs", but being text strings they are not really. On Tye McQueen's whimsical suggestion I settled on the name Math::Fleximal, the set of text representations is called a "flex", and the representation of individual digits are the "flecks". These names are somewhat unofficial... This allows you to do basic arithmetic using whatever digits you want, and to convert from one to another. WWW: http://search.cpan.org/dist/Math-Fleximal/ Submitted by: Matthew Seaman <matthew@FreeBSD.org>
This commit is contained in:
parent
c729cef42c
commit
6a03534489
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344918
@ -416,6 +416,7 @@
|
||||
SUBDIR += p5-Math-Expr
|
||||
SUBDIR += p5-Math-FFT
|
||||
SUBDIR += p5-Math-FixedPrecision
|
||||
SUBDIR += p5-Math-Fleximal
|
||||
SUBDIR += p5-Math-GMP
|
||||
SUBDIR += p5-Math-GMPf
|
||||
SUBDIR += p5-Math-GMPq
|
||||
|
21
math/p5-Math-Fleximal/Makefile
Normal file
21
math/p5-Math-Fleximal/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Math-Fleximal
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= Integers with flexible representations
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${MAKE} test
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/p5-Math-Fleximal/distinfo
Normal file
2
math/p5-Math-Fleximal/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Math-Fleximal-0.06.tar.gz) = f642606b58d823bef931db6a0301c22813d4f761e5fcc346e2a77836fcb981dc
|
||||
SIZE (Math-Fleximal-0.06.tar.gz) = 6807
|
13
math/p5-Math-Fleximal/pkg-descr
Normal file
13
math/p5-Math-Fleximal/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
This is a package for doing integer arithmetic while using a different
|
||||
base representation than normal. In base n arithmetic you have n
|
||||
symbols which have a representation. I was going to call them
|
||||
"glyphs", but being text strings they are not really. On Tye McQueen's
|
||||
whimsical suggestion I settled on the name Math::Fleximal, the set of
|
||||
text representations is called a "flex", and the representation of
|
||||
individual digits are the "flecks". These names are somewhat
|
||||
unofficial...
|
||||
|
||||
This allows you to do basic arithmetic using whatever digits you want,
|
||||
and to convert from one to another.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Fleximal/
|
6
math/p5-Math-Fleximal/pkg-plist
Normal file
6
math/p5-Math-Fleximal/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PERL5_MAN3%%/Math::Fleximal.3.gz
|
||||
%%SITE_PERL%%/Math/Fleximal.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Fleximal/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Fleximal
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
Loading…
Reference in New Issue
Block a user