Received: by mail.netbsd.org (Postfix, from userid 605) id D7F4E84E00; Thu, 21 Mar 2019 10:06:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FB1984DEA for ; Thu, 21 Mar 2019 10:06:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fOk3y-qD0xYV for ; Thu, 21 Mar 2019 10:06:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C937984CD3 for ; Thu, 21 Mar 2019 10:06:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4134FB16; Thu, 21 Mar 2019 10:06:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553162795286130" MIME-Version: 1.0 Date: Thu, 21 Mar 2019 10:06:35 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/devel/p5-Data-IEEE754 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20190321100635.C4134FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553162795286130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1553162795286130 Content-Disposition: inline Content-Length: 1769 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1553162795286130--