View | Details | Raw Unified | Return to bug 201848
Collapse All | Expand All

(-)math/mpir/Makefile (-8 / +7 lines)
Lines 2-23 Link Here
2
# $FreeBSD: head/math/mpir/Makefile 374492 2014-12-10 22:29:14Z gahr $
2
# $FreeBSD: head/math/mpir/Makefile 374492 2014-12-10 22:29:14Z gahr $
3
3
4
PORTNAME=	mpir
4
PORTNAME=	mpir
5
DISTVERSION=	2.7.0-alpha12
5
PORTVERSION=	2.7.0
6
CATEGORIES=	math
6
CATEGORIES=	math
7
MASTER_SITES=	http://www.mpir.org/
7
MASTER_SITES=	http://mpir.org/
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Multiprecision integer library
10
COMMENT=	Multiprecision integer library
11
11
12
LICENSE=	LGPL3
12
LICENSE=	LGPL3
13
13
#LICENSE_FILE=	${WRKSRC}/COPYING.LIB
14
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
15
14
16
USES=		libtool tar:bzip2
15
USES=		libtool tar:bzip2
17
USE_LDCONFIG=	yes
18
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS+=--enable-cxx
17
CONFIGURE_ARGS=	--enable-cxx
20
INSTALL_TARGET+=install-strip
18
INSTALL_TARGET=	install-strip
19
USE_LDCONFIG=	yes
21
20
22
MPIR_VERSION=	10.6.0
21
MPIR_VERSION=	10.6.0
23
MPIRXX_VERSION=	4.4.0
22
MPIRXX_VERSION=	4.4.0
Lines 42-47 Link Here
42
	    ${STAGEDIR}${PREFIX}/lib/libmpirxx.so.${MPIRXX_VERSION:R:R}
41
	    ${STAGEDIR}${PREFIX}/lib/libmpirxx.so.${MPIRXX_VERSION:R:R}
43
42
44
regression-test:
43
regression-test:
45
	${MAKE} -C ${WRKSRC} check
44
	${MAKE_CMD} -C ${WRKSRC} check
46
45
47
.include <bsd.port.mk>
46
.include <bsd.port.mk>
(-)math/mpir/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mpir-2.7.0-alpha12.tar.bz2) = 444a90dbbe2d8f7cccb8c2cc9ebd192c1dcf2563686da671977f73662ef2095d
1
SHA256 (mpir-2.7.0.tar.bz2) = a27d73da19b47552e6328511a061ec70f0cf119419c9a9e1838c8cf4f1420392
2
SIZE (mpir-2.7.0-alpha12.tar.bz2) = 3620866
2
SIZE (mpir-2.7.0.tar.bz2) = 3798772
(-)math/mpir/pkg-descr (-4 / +6 lines)
Lines 1-8 Link Here
1
MPIR is an open source multiprecision integer (bignum) library forked from the
1
MPIR is an open source multiprecision integer (bignum) library forked
2
GMP (GNU Multi Precision) project. It consists of much code from past GMP
2
from the GMP (GNU Multi Precision) project. It consists of much code
3
releases, in combination with much original contributed code.
3
from past GMP releases, in combination with much original contributed
4
code.
4
5
5
MPIR is constructed by a developer and vendor friendly community of
6
MPIR is constructed by a developer and vendor friendly community of
6
professional and amateur mathematicians, computer scientists and hobbyists.
7
professional and amateur mathematicians, computer scientists and
8
hobbyists.
7
9
8
WWW: http://www.mpir.org
10
WWW: http://www.mpir.org

Return to bug 201848