diff options
author | dsainty <dsainty@pkgsrc.org> | 2009-02-09 03:18:07 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2009-02-09 03:18:07 +0000 |
commit | 5dac79d3a4b72393a229a57016e1db10464d49c6 (patch) | |
tree | b47f13d35b87799b5c31e009a8d0d01671bb7c05 /math | |
parent | ee3ed1bbfd92274dc3b6a570b44ba764bfe6448c (diff) | |
download | pkgsrc-5dac79d3a4b72393a229a57016e1db10464d49c6.tar.gz |
This module provides some functions which help conversion of numeric notation
between Roman and Arabic.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Roman/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Roman/Makefile | 18 | ||||
-rw-r--r-- | math/p5-Roman/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/math/p5-Roman/DESCR b/math/p5-Roman/DESCR new file mode 100644 index 00000000000..73096beab1c --- /dev/null +++ b/math/p5-Roman/DESCR @@ -0,0 +1,2 @@ +This module provides some functions which help conversion of numeric notation +between Roman and Arabic. diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile new file mode 100644 index 00000000000..8f39b9f390a --- /dev/null +++ b/math/p5-Roman/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/09 03:18:07 dsainty Exp $ +# + +DISTNAME= Roman-1.22 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Roman/} + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Conversion of numeric notation between Roman and Arabic + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Roman/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Roman/distinfo b/math/p5-Roman/distinfo new file mode 100644 index 00000000000..2370cf45bbc --- /dev/null +++ b/math/p5-Roman/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/09 03:18:07 dsainty Exp $ + +SHA1 (Roman-1.22.tar.gz) = 5d286c13da97252db4cec54b29adf2057763a566 +RMD160 (Roman-1.22.tar.gz) = 59c0af1805d331fbe5dfabe4d83e6c225c8c48a3 +Size (Roman-1.22.tar.gz) = 3266 bytes |