diff options
author | abs <abs@pkgsrc.org> | 2002-10-18 21:55:32 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-10-18 21:55:32 +0000 |
commit | 1faa3d803eaccb2e08a55b0f57996fe313a3b9b1 (patch) | |
tree | f90c8827f964e0585b42f58061b910fe27ca59e9 | |
parent | c25ee6ba995a6b7e11a66b431b2662e06b1f167e (diff) | |
download | pkgsrc-1faa3d803eaccb2e08a55b0f57996fe313a3b9b1.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.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Number-Latin/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Number-Latin/Makefile | 15 | ||||
-rw-r--r-- | math/p5-Number-Latin/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Number-Latin/distinfo | 4 |
6 files changed, 26 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 685a734e868..5959fdcfe4b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.302 2002/10/18 17:07:11 jlam Exp $ +$NetBSD: CHANGES,v 1.303 2002/10/18 21:57:48 abs Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3314,3 +3314,4 @@ Changes to the packages collection and infrastructure in 2002: Updated tuxpaint-stamps to 2002.10.16 [wiz 2002-10-18] Updated w3 to 4.0b47 [minoura 2002-10-18] Added pyca-0.6.5.20020902 [jlam 2002-10-18] + Added p5-Number-Latin-1.01 [abs 2002-10-18] 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 diff --git a/math/p5-Number-Latin/DESCR b/math/p5-Number-Latin/DESCR new file mode 100644 index 00000000000..bc6bf432cac --- /dev/null +++ b/math/p5-Number-Latin/DESCR @@ -0,0 +1,2 @@ +A perl module for converting to a "lower-latin" / "upper-latin" numbering +system, where 1-26 is a-z, 27 is aa, 53 is ba, et cetera. diff --git a/math/p5-Number-Latin/Makefile b/math/p5-Number-Latin/Makefile new file mode 100644 index 00000000000..8e70a39ff74 --- /dev/null +++ b/math/p5-Number-Latin/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/18 21:55:32 abs Exp $ + +DISTNAME= Number-Latin-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} + +MAINTAINER= norm@sandbox.org.uk +COMMENT= Perl module for "lower/upper-latin" numbering system + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Number/Latin/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Number-Latin/PLIST b/math/p5-Number-Latin/PLIST new file mode 100644 index 00000000000..713e20d2706 --- /dev/null +++ b/math/p5-Number-Latin/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/18 21:55:32 abs Exp $ diff --git a/math/p5-Number-Latin/distinfo b/math/p5-Number-Latin/distinfo new file mode 100644 index 00000000000..e14b0163947 --- /dev/null +++ b/math/p5-Number-Latin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/18 21:55:32 abs Exp $ + +SHA1 (Number-Latin-1.01.tar.gz) = 2d989b13c6b088ac8362c83f71896da26c01695f +Size (Number-Latin-1.01.tar.gz) = 5176 bytes |