Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 10:38:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344523 - in head/devel: . p5-Data-IEEE754
Message-ID:  <201402161038.s1GAcVGi063102@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 16 10:38:31 2014
New Revision: 344523
URL: http://svnweb.freebsd.org/changeset/ports/344523
QAT: https://qat.redports.org/buildarchive/r344523/

Log:
  - 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/

Added:
  head/devel/p5-Data-IEEE754/
  head/devel/p5-Data-IEEE754/Makefile   (contents, props changed)
  head/devel/p5-Data-IEEE754/distinfo   (contents, props changed)
  head/devel/p5-Data-IEEE754/pkg-descr   (contents, props changed)
  head/devel/p5-Data-IEEE754/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb 16 10:37:49 2014	(r344522)
+++ head/devel/Makefile	Sun Feb 16 10:38:31 2014	(r344523)
@@ -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

Added: head/devel/p5-Data-IEEE754/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-IEEE754/Makefile	Sun Feb 16 10:38:31 2014	(r344523)
@@ -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>

Added: head/devel/p5-Data-IEEE754/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-IEEE754/distinfo	Sun Feb 16 10:38:31 2014	(r344523)
@@ -0,0 +1,2 @@
+SHA256 (Data-IEEE754-0.01.tar.gz) = 570f2abb451344c7cbbe0975f12989de1285d6422f4c49b33ea9da421de552e0
+SIZE (Data-IEEE754-0.01.tar.gz) = 8928

Added: head/devel/p5-Data-IEEE754/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-IEEE754/pkg-descr	Sun Feb 16 10:38:31 2014	(r344523)
@@ -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/

Added: head/devel/p5-Data-IEEE754/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-IEEE754/pkg-plist	Sun Feb 16 10:38:31 2014	(r344523)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161038.s1GAcVGi063102>