diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 16:23:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 16:23:13 +0000 |
commit | 8e078c0f7ace6645f95e4e2e3b64df576de1fd12 (patch) | |
tree | ae923bc98f7efee6fbda0464a8db185823c81aad /math | |
parent | Fix typo: use $$ to mean $ inside Makefile (diff) |
say goodbye to libgmp3
Notes
Notes:
svn path=/head/; revision=58262
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/libgmp3/Makefile | 24 | ||||
-rw-r--r-- | math/libgmp3/distinfo | 1 | ||||
-rw-r--r-- | math/libgmp3/pkg-comment | 1 | ||||
-rw-r--r-- | math/libgmp3/pkg-descr | 22 | ||||
-rw-r--r-- | math/libgmp3/pkg-plist | 11 |
6 files changed, 0 insertions, 60 deletions
diff --git a/math/Makefile b/math/Makefile index b9f037463164..3b1275fe9d1e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -47,7 +47,6 @@ SUBDIR += kseg SUBDIR += lapack SUBDIR += libgmp-freebsd - SUBDIR += libgmp3 SUBDIR += libgmp4 SUBDIR += libneural SUBDIR += libranlib diff --git a/math/libgmp3/Makefile b/math/libgmp3/Makefile deleted file mode 100644 index 101168bd0aa1..000000000000 --- a/math/libgmp3/Makefile +++ /dev/null @@ -1,24 +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= libgmp3 -PORTVERSION= 3.1.1 -CATEGORIES= math devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gmp -DISTNAME= gmp-${PORTVERSION} - -MAINTAINER= ijliao@FreeBSD.org - -CONFIGURE_TARGET= # empty - -USE_LIBTOOL= yes - -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/math/libgmp3/distinfo b/math/libgmp3/distinfo deleted file mode 100644 index e39b9c030bc0..000000000000 --- a/math/libgmp3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gmp-3.1.1.tar.gz) = 7c25f129df145fd6f72455926e911791 diff --git a/math/libgmp3/pkg-comment b/math/libgmp3/pkg-comment deleted file mode 100644 index 7afb720d44dc..000000000000 --- a/math/libgmp3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GMP is a free library for arbitrary precision arithmetic diff --git a/math/libgmp3/pkg-descr b/math/libgmp3/pkg-descr deleted file mode 100644 index 58b733c9b7b6..000000000000 --- a/math/libgmp3/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/ - --- Ying-Chieh Liao - ijliao@csie.nctu.edu.tw diff --git a/math/libgmp3/pkg-plist b/math/libgmp3/pkg-plist deleted file mode 100644 index eef020239846..000000000000 --- a/math/libgmp3/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -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 |