summaryrefslogtreecommitdiff
path: root/math/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'math/gmp')
-rw-r--r--math/gmp/Makefile34
-rw-r--r--math/gmp/distinfo1
-rw-r--r--math/gmp/files/patch-configure10
-rw-r--r--math/gmp/pkg-descr22
-rw-r--r--math/gmp/pkg-plist19
5 files changed, 0 insertions, 86 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
deleted file mode 100644
index f77aeda14079..000000000000
--- a/math/gmp/Makefile
+++ /dev/null
@@ -1,34 +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.1.2
-PORTREVISION= 2
-CATEGORIES= math devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gmp
-DISTNAME= gmp-${PORTVERSION}
-
-MAINTAINER= sysadmin@alexdupre.com
-COMMENT= A free library for arbitrary precision arithmetic
-
-CONFLICTS= libgmp-2*
-USE_REINPLACE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
-CONFIGURE_ARGS= --enable-cxx --enable-mpfr
-INSTALLS_SHLIB= yes
-
-post-extract:
- @rm -f ${WRKSRC}/gmp.info*
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | \
- ${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g'
-
-.include <bsd.port.mk>
diff --git a/math/gmp/distinfo b/math/gmp/distinfo
deleted file mode 100644
index c03ef6b5f416..000000000000
--- a/math/gmp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gmp-4.1.2.tar.gz) = 01c7fbd6abbb8824a22161f6c6bbdaf0
diff --git a/math/gmp/files/patch-configure b/math/gmp/files/patch-configure
deleted file mode 100644
index 68f608ac1291..000000000000
--- a/math/gmp/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri May 24 19:54:44 2002
-+++ configure Fri Jul 19 05:02:31 2002
-@@ -16277,6 +16277,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/math/gmp/pkg-descr b/math/gmp/pkg-descr
deleted file mode 100644
index ed221bb0e25c..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
-sysadmin@alexdupre.com
diff --git a/math/gmp/pkg-plist b/math/gmp/pkg-plist
deleted file mode 100644
index ddb561708978..000000000000
--- a/math/gmp/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-@comment $FreeBSD$
-include/gmp.h
-include/gmpxx.h
-include/mpf2mpfr.h
-include/mpfr.h
-include/mpfrxx.h
-@unexec install-info --delete %D/info/gmp.info %D/info/dir
-info/gmp.info
-@exec install-info %D/info/gmp.info %D/info/dir
-@unexec install-info --delete %D/info/mpfr.info %D/info/dir
-info/mpfr.info
-@exec install-info %D/info/mpfr.info %D/info/dir
-lib/libgmp.a
-lib/libgmp.so
-lib/libgmp.so.6
-lib/libgmpxx.a
-lib/libgmpxx.so
-lib/libgmpxx.so.3
-lib/libmpfr.a