diff options
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 30 | ||||
-rw-r--r-- | math/gmp/distinfo | 3 | ||||
-rw-r--r-- | math/gmp/pkg-descr | 22 | ||||
-rw-r--r-- | math/gmp/pkg-plist | 10 |
4 files changed, 0 insertions, 65 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile deleted file mode 100644 index e5cee1c823c3..000000000000 --- a/math/gmp/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libgmp3 -# Date created: Jan 11, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgmp -PORTVERSION= 4.2.2 -CATEGORIES= math devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gmp -DISTNAME= gmp-${PORTVERSION} - -MAINTAINER= ale@FreeBSD.org -COMMENT= A free library for arbitrary precision arithmetic - -USE_AUTOTOOLS= libtool:15 -GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_ARGS= --enable-cxx -USE_LDCONFIG= yes - -INFO= gmp - -post-extract: - @${RM} -f ${WRKSRC}/doc/gmp.info* - -.include <bsd.port.mk> diff --git a/math/gmp/distinfo b/math/gmp/distinfo deleted file mode 100644 index dcb12714f169..000000000000 --- a/math/gmp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gmp-4.2.2.tar.gz) = 1def49df60248a08374ecd6cdcaa5d3d -SHA256 (gmp-4.2.2.tar.gz) = db1663aefaa37e6fe69898729ece2a86568792b9009cc1ae4b6b189e0f0fce6a -SIZE (gmp-4.2.2.tar.gz) = 2279978 diff --git a/math/gmp/pkg-descr b/math/gmp/pkg-descr deleted file mode 100644 index 1570d9e11eda..000000000000 --- a/math/gmp/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -GMP is a free library for arbitrary precision arithmetic, operating -on signed integers, rational numbers, and floating point numbers. -There is no limit to the precision except the ones implied by the -available memory in the machine GMP runs on. GMP has a rich set of -functions, and the functions have a regular interface. - -GMP is designed to be as fast as possible, both for small operands -and for huge operands. The speed is achieved by using fullwords as -the basic arithmetic type, by using fast algorithms, with carefully -optimized assembly code for the most common inner loops for a lot of -CPUs, and by a general emphasis on speed (instead of simplicity or -elegance). - -GMP is believed to be faster than any other similar library. The -advantage for GMP increases with the operand sizes for certain -operations, since GMP in many cases has asymptotically faster -algorithms. - -WWW: http://www.swox.com/gmp/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist deleted file mode 100644 index eb741d5be53e..000000000000 --- a/math/gmp/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/gmp.h -include/gmpxx.h -lib/libgmp.a -lib/libgmp.la -lib/libgmp.so -lib/libgmp.so.7 -lib/libgmpxx.a -lib/libgmpxx.la -lib/libgmpxx.so -lib/libgmpxx.so.4 |