diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-08 14:54:26 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-08 14:54:26 +0800 |
commit | 4596d7c160819e41796a3fb08ad391a04428810d (patch) | |
tree | cb06bf06ab31284b8ab91ae167c1f2947f1bc633 /math/p5-Data-Float | |
parent | 5c93650d088b1614fe4f224dfd41ea5dbb667a74 (diff) | |
download | freebsd-ports-gnome-4596d7c160819e41796a3fb08ad391a04428810d.tar.gz freebsd-ports-gnome-4596d7c160819e41796a3fb08ad391a04428810d.tar.zst freebsd-ports-gnome-4596d7c160819e41796a3fb08ad391a04428810d.zip |
Add p5-Data-Float 0.002, details of the floating point data type.
PR: ports/101538
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Diffstat (limited to 'math/p5-Data-Float')
-rw-r--r-- | math/p5-Data-Float/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Data-Float/distinfo | 3 | ||||
-rw-r--r-- | math/p5-Data-Float/pkg-descr | 9 | ||||
-rw-r--r-- | math/p5-Data-Float/pkg-plist | 6 |
4 files changed, 40 insertions, 0 deletions
diff --git a/math/p5-Data-Float/Makefile b/math/p5-Data-Float/Makefile new file mode 100644 index 000000000000..da9834a0bbd4 --- /dev/null +++ b/math/p5-Data-Float/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Data-Float +# Date created: 2006-08-07 +# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Data-Float +PORTVERSION= 0.002 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- + +MAINTAINER= tjs@cdpa.nsysu.edu.tw +COMMENT= Details of the floating point data type + +PERL_CONFIGURE= yes + +MAN3= Data::Float.3 + +.include <bsd.port.mk> diff --git a/math/p5-Data-Float/distinfo b/math/p5-Data-Float/distinfo new file mode 100644 index 000000000000..d17f51b47a72 --- /dev/null +++ b/math/p5-Data-Float/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Float-0.002.tar.gz) = 4248c171f5d410be8ce5a9551e50368a +SHA256 (Data-Float-0.002.tar.gz) = 9e66f45e5c92b1e13cfdc19248e8df245ad3384e3811063f50f7649f5d9709a1 +SIZE (Data-Float-0.002.tar.gz) = 7989 diff --git a/math/p5-Data-Float/pkg-descr b/math/p5-Data-Float/pkg-descr new file mode 100644 index 000000000000..153b851c48df --- /dev/null +++ b/math/p5-Data-Float/pkg-descr @@ -0,0 +1,9 @@ +This module is about the native floating point numerical +data type. A floating point number is one of the types of +datum that can appear in the numeric part of a Perl scalar. + +This module supplies constants describing the native floating +point type, classification functions, and functions to +manipulate floating point values at a low level. + +WWW: http://search.cpan.org/dist/Data-Float/ diff --git a/math/p5-Data-Float/pkg-plist b/math/p5-Data-Float/pkg-plist new file mode 100644 index 000000000000..f800d7450706 --- /dev/null +++ b/math/p5-Data-Float/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Float/.packlist +%%SITE_PERL%%/Data/Float.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Float +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data |