pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-IEEE754



Module Name:    pkgsrc
Committed By:   he
Date:           Thu Mar 21 10:06:35 UTC 2019

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

Log Message:
Add p5-Data-IEEE version 0.02 from pkgsrc-wip.

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Data-IEEE754/DESCR \
    pkgsrc/devel/p5-Data-IEEE754/Makefile \
    pkgsrc/devel/p5-Data-IEEE754/distinfo

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

Added files:

Index: pkgsrc/devel/p5-Data-IEEE754/DESCR
diff -u /dev/null pkgsrc/devel/p5-Data-IEEE754/DESCR:1.1
--- /dev/null   Thu Mar 21 10:06:35 2019
+++ pkgsrc/devel/p5-Data-IEEE754/DESCR  Thu Mar 21 10:06:35 2019
@@ -0,0 +1,2 @@
+This module provides some simple convenience functions for packing and
+unpacking IEEE 754 floats and doubles.
Index: pkgsrc/devel/p5-Data-IEEE754/Makefile
diff -u /dev/null pkgsrc/devel/p5-Data-IEEE754/Makefile:1.1
--- /dev/null   Thu Mar 21 10:06:35 2019
+++ pkgsrc/devel/p5-Data-IEEE754/Makefile       Thu Mar 21 10:06:35 2019
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/03/21 10:06:35 he Exp $
+
+DISTNAME=      Data-IEEE754-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@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"
Index: pkgsrc/devel/p5-Data-IEEE754/distinfo
diff -u /dev/null pkgsrc/devel/p5-Data-IEEE754/distinfo:1.1
--- /dev/null   Thu Mar 21 10:06:35 2019
+++ pkgsrc/devel/p5-Data-IEEE754/distinfo       Thu Mar 21 10:06:35 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/21 10:06:35 he Exp $
+
+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