View | Details | Raw Unified | Return to bug 75408 | Differences between
and this patch

Collapse All | Expand All

(-)py-fpconst/Makefile (-2 / +2 lines)
Lines 5-13 Link Here
5
# $FreeBSD: ports/math/py-fpconst/Makefile,v 1.2 2004/05/18 09:23:05 krion Exp $
5
# $FreeBSD: ports/math/py-fpconst/Makefile,v 1.2 2004/05/18 09:23:05 krion Exp $
6
6
7
PORTNAME=		fpconst
7
PORTNAME=		fpconst
8
PORTVERSION=		0.6.0
8
PORTVERSION=		0.7.1
9
CATEGORIES=		math python
9
CATEGORIES=		math python
10
MASTER_SITES=		http://www.analytics.washington.edu/downloads/fpconst/
10
MASTER_SITES=		http://research.warnes.net:9090/~warnes/fpconst/
11
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
11
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
12
12
13
MAINTAINER=		rui@ruilopes.com
13
MAINTAINER=		rui@ruilopes.com
(-)py-fpconst/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (fpconst-0.6.0.tar.gz) = 5eaf8e8d1978ca4bbead5b3f163b23a1
1
MD5 (fpconst-0.7.1.tar.gz) = 0259f58c4dcf3678f67c5379ef306a1b
2
SIZE (fpconst-0.6.0.tar.gz) = 4837
2
SIZE (fpconst-0.7.1.tar.gz) = 5730
(-)py-fpconst/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf),
3
Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf),
4
as well as functions to test for these values.
4
as well as functions to test for these values.
5
 
5
 
6
WWW: http://www.analytics.washington.edu/Zope/projects/fpconst/
6
WWW: http://research.warnes.net:9090/~warnes/fpconst/

Return to bug 75408