1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Add p5-Data-IEEE754 0.01

Data::IEEE754 provides some simple convenience functions for packing and
unpacking IEEE 754 floats and doubles.

Currently this module only implements big-endian order.

WWW: http://search.cpan.org/dist/Data-IEEE754/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-16 10:38:31 +00:00
parent d5ed92134b
commit 542191356a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344523
5 changed files with 35 additions and 0 deletions

View File

@ -1689,6 +1689,7 @@
SUBDIR += p5-Data-Hexdumper
SUBDIR += p5-Data-Hexify
SUBDIR += p5-Data-Hierarchy
SUBDIR += p5-Data-IEEE754
SUBDIR += p5-Data-Inherited
SUBDIR += p5-Data-Inspect
SUBDIR += p5-Data-Integer

View File

@ -0,0 +1,20 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-IEEE754
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pack and unpack big-endian IEEE754 floats and doubles
LICENSE= ART20
TEST_DEPENDS= p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Data-IEEE754-0.01.tar.gz) = 570f2abb451344c7cbbe0975f12989de1285d6422f4c49b33ea9da421de552e0
SIZE (Data-IEEE754-0.01.tar.gz) = 8928

View File

@ -0,0 +1,6 @@
Data::IEEE754 provides some simple convenience functions for packing and
unpacking IEEE 754 floats and doubles.
Currently this module only implements big-endian order.
WWW: http://search.cpan.org/dist/Data-IEEE754/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Data/IEEE754.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IEEE754/.packlist
%%PERL5_MAN3%%/Data::IEEE754.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/IEEE754
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
@dirrmtry %%SITE_PERL%%/Data