pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import p5-Data-IEEE754 0.02 as wip/p5-Data-IEEE754.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Sun Feb 10 15:04:06 2019 +0100
Changeset:	681641240e4cbcae5e3eb93b59e538ecf396a372

Added Files:
	p5-Data-IEEE754/DESCR
	p5-Data-IEEE754/Makefile
	p5-Data-IEEE754/distinfo

Log Message:
Import p5-Data-IEEE754 0.02 as wip/p5-Data-IEEE754.

This module provides some simple convenience functions for packing and
unpacking IEEE 754 floats and doubles.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=681641240e4cbcae5e3eb93b59e538ecf396a372

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Data-IEEE754/DESCR    |  2 ++
 p5-Data-IEEE754/Makefile | 18 ++++++++++++++++++
 p5-Data-IEEE754/distinfo |  6 ++++++
 3 files changed, 26 insertions(+)

diffs:
diff --git a/p5-Data-IEEE754/DESCR b/p5-Data-IEEE754/DESCR
new file mode 100644
index 0000000000..64ea39c94a
--- /dev/null
+++ b/p5-Data-IEEE754/DESCR
@@ -0,0 +1,2 @@
+This module provides some simple convenience functions for packing and
+unpacking IEEE 754 floats and doubles.
diff --git a/p5-Data-IEEE754/Makefile b/p5-Data-IEEE754/Makefile
new file mode 100644
index 0000000000..3c2d8aa24a
--- /dev/null
+++ b/p5-Data-IEEE754/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	Data-IEEE754-0.02
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=	fred%statdns.com@localhost
+HOMEPAGE=	https://metacpan.org/release/Data-IEEE754
+COMMENT=	Pack and unpack big-endian IEEE754 floats and doubles
+LICENSE=	artistic-2.0
+
+TEST_DEPENDS+=	p5-Test-Bits-[0-9]*:../../devel/p5-Test-Bits
+
+PERL5_PACKLIST=	auto/Data/IEEE754/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Data-IEEE754/distinfo b/p5-Data-IEEE754/distinfo
new file mode 100644
index 0000000000..cb5d1105d6
--- /dev/null
+++ b/p5-Data-IEEE754/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Data-IEEE754-0.02.tar.gz) = e5e3999690792924af5829f4ee00b2ce43ffead5
+RMD160 (Data-IEEE754-0.02.tar.gz) = 8f4d839b5051d32887a81713240925dc33ca1cbd
+SHA512 (Data-IEEE754-0.02.tar.gz) = b343489beb45c5540adaf8da3edee39e3cbbe99098212df83b4b341af600990d0568f1455d768cbc234c09ae18afd087218fecdfa64bf2830561bb538b42ab1e
+Size (Data-IEEE754-0.02.tar.gz) = 22181 bytes


Home | Main Index | Thread Index | Old Index