diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 20:00:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 20:00:53 +0000 |
commit | d9fabef7406df3600db9f2397db18a962c361fed (patch) | |
tree | 7f9b5186c61a2cd900a0cf937bb4ddbb70971453 /math/py-fpconst | |
parent | fad8222f9763e31900fbf410defabbf1326483c1 (diff) |
Add py-fpconst 0.6.0, utilities for handling IEEE 754 floating
point special values.
PR: 57708
Submitted by: Rui Lopes <rui@ruilopes.com>
Notes
Notes:
svn path=/head/; revision=90550
Diffstat (limited to 'math/py-fpconst')
-rw-r--r-- | math/py-fpconst/Makefile | 19 | ||||
-rw-r--r-- | math/py-fpconst/distinfo | 1 | ||||
-rw-r--r-- | math/py-fpconst/pkg-descr | 6 | ||||
-rw-r--r-- | math/py-fpconst/pkg-plist | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile new file mode 100644 index 000000000000..a8d6437a815a --- /dev/null +++ b/math/py-fpconst/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: py-fpconst +# Date created: 7 Oct 2003 +# Whom: Rui Lopes <rui@ruilopes.com> +# +# $FreeBSD$ + +PORTNAME= fpconst +PORTVERSION= 0.6.0 +CATEGORIES= math python +MASTER_SITES= http://www.analytics.washington.edu/Zope/projects/fpconst/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rui@ruilopes.com +COMMENT= Utilities for handling IEEE 754 floating point special values + +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +.include <bsd.port.mk> diff --git a/math/py-fpconst/distinfo b/math/py-fpconst/distinfo new file mode 100644 index 000000000000..d18a504602d9 --- /dev/null +++ b/math/py-fpconst/distinfo @@ -0,0 +1 @@ +MD5 (fpconst-0.6.0.tar.gz) = 5eaf8e8d1978ca4bbead5b3f163b23a1 diff --git a/math/py-fpconst/pkg-descr b/math/py-fpconst/pkg-descr new file mode 100644 index 000000000000..162cdf6e2375 --- /dev/null +++ b/math/py-fpconst/pkg-descr @@ -0,0 +1,6 @@ +This python module implements constants and functions for working with +IEEE754 double-precision special values. It provides constants for +Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), +as well as functions to test for these values. + +WWW: http://www.analytics.washington.edu/Zope/projects/fpconst/ diff --git a/math/py-fpconst/pkg-plist b/math/py-fpconst/pkg-plist new file mode 100644 index 000000000000..180519d5ed0a --- /dev/null +++ b/math/py-fpconst/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/fpconst.py +%%PYTHON_SITELIBDIR%%/fpconst.pyc +%%PYTHON_SITELIBDIR%%/fpconst.pyo |