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:
parent
d5ed92134b
commit
542191356a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344523
@ -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
|
||||
|
20
devel/p5-Data-IEEE754/Makefile
Normal file
20
devel/p5-Data-IEEE754/Makefile
Normal 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>
|
2
devel/p5-Data-IEEE754/distinfo
Normal file
2
devel/p5-Data-IEEE754/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Data-IEEE754-0.01.tar.gz) = 570f2abb451344c7cbbe0975f12989de1285d6422f4c49b33ea9da421de552e0
|
||||
SIZE (Data-IEEE754-0.01.tar.gz) = 8928
|
6
devel/p5-Data-IEEE754/pkg-descr
Normal file
6
devel/p5-Data-IEEE754/pkg-descr
Normal 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/
|
6
devel/p5-Data-IEEE754/pkg-plist
Normal file
6
devel/p5-Data-IEEE754/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user