summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-10-18 21:55:32 +0000
committerabs <abs@pkgsrc.org>2002-10-18 21:55:32 +0000
commit1faa3d803eaccb2e08a55b0f57996fe313a3b9b1 (patch)
treef90c8827f964e0585b42f58061b910fe27ca59e9 /math
parentc25ee6ba995a6b7e11a66b431b2662e06b1f167e (diff)
downloadpkgsrc-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.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/p5-Number-Latin/DESCR2
-rw-r--r--math/p5-Number-Latin/Makefile15
-rw-r--r--math/p5-Number-Latin/PLIST1
-rw-r--r--math/p5-Number-Latin/distinfo4
5 files changed, 24 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
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