summaryrefslogtreecommitdiff
path: root/math/libgmp4
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-06-05 05:22:15 +0000
committerAde Lovett <ade@FreeBSD.org>2001-06-05 05:22:15 +0000
commitcb7eb45776c84bffe79ff8a409fe2e487a9741ea (patch)
tree720132b79f7ef887709233f3f35ce6e92b3ce96c /math/libgmp4
parentUpdate to 2.2.2.1 (diff)
Add math/libgmp3, version 3.1.1 of the GNU arbitrary precision arithmetic
library. PR: 24268 and 24855 Submitted by: ijliao@terry.dragon2.net and kargl@apl.washington.edu
Notes
Notes: svn path=/head/; revision=43514
Diffstat (limited to 'math/libgmp4')
-rw-r--r--math/libgmp4/Makefile25
-rw-r--r--math/libgmp4/distinfo1
-rw-r--r--math/libgmp4/pkg-comment1
-rw-r--r--math/libgmp4/pkg-descr22
-rw-r--r--math/libgmp4/pkg-plist11
5 files changed, 60 insertions, 0 deletions
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile
new file mode 100644
index 000000000000..ef1a0e0336c8
--- /dev/null
+++ b/math/libgmp4/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# New ports collection makefile for: libgmp3
+# Date created: Jan 11, 2001
+# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libgmp3
+PORTVERSION= 3.1.1
+CATEGORIES= math devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= gmp
+DISTNAME= gmp-${PORTVERSION}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= # empty
+
+USE_LIBTOOL= yes
+
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/math/libgmp4/distinfo b/math/libgmp4/distinfo
new file mode 100644
index 000000000000..e39b9c030bc0
--- /dev/null
+++ b/math/libgmp4/distinfo
@@ -0,0 +1 @@
+MD5 (gmp-3.1.1.tar.gz) = 7c25f129df145fd6f72455926e911791
diff --git a/math/libgmp4/pkg-comment b/math/libgmp4/pkg-comment
new file mode 100644
index 000000000000..7afb720d44dc
--- /dev/null
+++ b/math/libgmp4/pkg-comment
@@ -0,0 +1 @@
+GMP is a free library for arbitrary precision arithmetic
diff --git a/math/libgmp4/pkg-descr b/math/libgmp4/pkg-descr
new file mode 100644
index 000000000000..58b733c9b7b6
--- /dev/null
+++ b/math/libgmp4/pkg-descr
@@ -0,0 +1,22 @@
+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/
+
+-- Ying-Chieh Liao
+ ijliao@csie.nctu.edu.tw
diff --git a/math/libgmp4/pkg-plist b/math/libgmp4/pkg-plist
new file mode 100644
index 000000000000..eef020239846
--- /dev/null
+++ b/math/libgmp4/pkg-plist
@@ -0,0 +1,11 @@
+include/gmp.h
+lib/libgmp.a
+lib/libgmp.so
+lib/libgmp.so.4
+@unexec install-info --delete %D/info/gmp %D/info/dir
+info/gmp.info
+info/gmp.info-1
+info/gmp.info-2
+info/gmp.info-3
+info/gmp.info-4
+@exec install-info %D/info/gmp %D/info/dir