summaryrefslogtreecommitdiff
path: root/devel/gmp
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-04-05 19:48:59 +0000
committerhubertf <hubertf>1999-04-05 19:48:59 +0000
commit506c847cc3050d0fb7e5e7fe11af22b858d39c6b (patch)
tree153632759e702958df3bba596e9da95b1d4ad33b /devel/gmp
parent989d0d7be68737a842b68e02d0658fcabcb7bd7f (diff)
downloadpkgsrc-506c847cc3050d0fb7e5e7fe11af22b858d39c6b.tar.gz
GNU Multiple Precision Arithmetic Library
Diffstat (limited to 'devel/gmp')
-rw-r--r--devel/gmp/Makefile12
-rw-r--r--devel/gmp/files/md53
-rw-r--r--devel/gmp/pkg/COMMENT1
-rw-r--r--devel/gmp/pkg/DESCR13
-rw-r--r--devel/gmp/pkg/PLIST9
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile
new file mode 100644
index 00000000000..1c54106e0f5
--- /dev/null
+++ b/devel/gmp/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/04/05 19:48:59 hubertf Exp $
+#
+
+DISTNAME= gmp-2.0.2
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.gnu.org/pub/gnu/gmp/
+
+MAINTAINER= hubertf@netbsd.org
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gmp/files/md5 b/devel/gmp/files/md5
new file mode 100644
index 00000000000..d65c9458e03
--- /dev/null
+++ b/devel/gmp/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/04/05 19:48:59 hubertf Exp $
+
+MD5 (gmp-2.0.2.tar.gz) = 20f6714665fd2b58d2c280513f5c204d
diff --git a/devel/gmp/pkg/COMMENT b/devel/gmp/pkg/COMMENT
new file mode 100644
index 00000000000..5830e852b8b
--- /dev/null
+++ b/devel/gmp/pkg/COMMENT
@@ -0,0 +1 @@
+Library for arbitrary precision arithmetic
diff --git a/devel/gmp/pkg/DESCR b/devel/gmp/pkg/DESCR
new file mode 100644
index 00000000000..aefdcccf50f
--- /dev/null
+++ b/devel/gmp/pkg/DESCR
@@ -0,0 +1,13 @@
+GNU MP is a library for arbitrary precision arithmetic, operating on signed
+integers, rational numbers, and floating point numbers. It has a rich set
+of functions, and the functions have a regular interface.
+
+GNU MP 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, by carefully optimized assembly
+code for the most common inner loops for a lots of CPUs, and by a general
+emphasis on speed (instead of simplicity or elegance).
+
+The speed of GNU MP is believed to be faster than any other similar library.
+The advantage for GNU MP increases with the operand sizes for certain
+operations, since GNU MP in many cases has asymptotically faster algorithms.
diff --git a/devel/gmp/pkg/PLIST b/devel/gmp/pkg/PLIST
new file mode 100644
index 00000000000..37a7413382e
--- /dev/null
+++ b/devel/gmp/pkg/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/05 19:48:59 hubertf Exp $
+include/gmp.h
+@unexec install-info --delete --info-dir=%D/info %D/info/gmp.info
+info/gmp.info
+info/gmp.info-1
+info/gmp.info-2
+info/gmp.info-3
+@exec install-info --info-dir=%D/info %D/info/gmp.info
+lib/libgmp.a