From 1faa3d803eaccb2e08a55b0f57996fe313a3b9b1 Mon Sep 17 00:00:00 2001 From: abs Date: Fri, 18 Oct 2002 21:55:32 +0000 Subject: 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. --- math/Makefile | 3 ++- math/p5-Number-Latin/DESCR | 2 ++ math/p5-Number-Latin/Makefile | 15 +++++++++++++++ math/p5-Number-Latin/PLIST | 1 + math/p5-Number-Latin/distinfo | 4 ++++ 5 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 math/p5-Number-Latin/DESCR create mode 100644 math/p5-Number-Latin/Makefile create mode 100644 math/p5-Number-Latin/PLIST create mode 100644 math/p5-Number-Latin/distinfo (limited to 'math') 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 -- cgit v1.2.3