diff options
author | abs <abs> | 2002-10-18 21:55:32 +0000 |
---|---|---|
committer | abs <abs> | 2002-10-18 21:55:32 +0000 |
commit | 90cb7ccbf6c240d0eb013410426621c1e1abe083 (patch) | |
tree | f90c8827f964e0585b42f58061b910fe27ca59e9 /math/Makefile | |
parent | 9cbf133042937cf74d37aa9e34c7f304e9f5f54d (diff) | |
download | pkgsrc-90cb7ccbf6c240d0eb013410426621c1e1abe083.tar.gz |
Import p5-Number-Latin 1.01
Some applications, notably the numbering of points in outlines,
use a scheme that starts with the letter "a", goes to "z", and then
starts over with "aa" thru "az", then "ba", and so on. This module
provides functions that deal with that numbering system, converting
between it and integer values.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 98edf33a249..bd73cd2f36c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2002/10/16 15:41:14 jschauma Exp $ +# $NetBSD: Makefile,v 1.85 2002/10/18 21:57:47 abs Exp $ # COMMENT= Mathematics @@ -59,6 +59,7 @@ SUBDIR+= p5-Math-BigInteger SUBDIR+= p5-Math-Interpolate SUBDIR+= p5-Math-MatrixReal SUBDIR+= p5-Math-Pari +SUBDIR+= p5-Number-Latin SUBDIR+= p5-Spreadsheet-WriteExcel SUBDIR+= pari SUBDIR+= php4-bcmath |