diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-28 16:28:16 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-28 16:28:16 +0000 |
commit | 34eb285336ff67ac29809c5a976c86740375a548 (patch) | |
tree | a5587bf6c322576ddb50558087ad51e12a26a25d | |
parent | 8212e66d76599879ef56782c767f951a8ba85c76 (diff) | |
download | FreeBSD-ports-34eb285336ff67ac29809c5a976c86740375a548.zip FreeBSD-ports-34eb285336ff67ac29809c5a976c86740375a548.tar.gz |
we've switched to libgmp-freebsd, so GC this one
-rw-r--r-- | math/libgmp/Makefile | 28 | ||||
-rw-r--r-- | math/libgmp/distinfo | 1 | ||||
-rw-r--r-- | math/libgmp/files/patch-Makefile | 14 | ||||
-rw-r--r-- | math/libgmp/pkg-comment | 1 | ||||
-rw-r--r-- | math/libgmp/pkg-descr | 17 | ||||
-rw-r--r-- | math/libgmp/pkg-plist | 5 |
6 files changed, 0 insertions, 66 deletions
diff --git a/math/libgmp/Makefile b/math/libgmp/Makefile deleted file mode 100644 index caad5b6..0000000 --- a/math/libgmp/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libgmp -# Date created: 28 August 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgmp -PORTVERSION= 2001.08.07 -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sobomax - -MAINTAINER= ports@FreeBSD.org - -USE_BZIP2= yes -INSTALLS_SHLIB= yes -MAKE_FLAGS= INCDIR=${PREFIX}/include \ - LIBDIR=${PREFIX}/lib \ - INFODIR=${PREFIX}/info - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= "is in the base system" -.endif - -.include <bsd.port.post.mk> diff --git a/math/libgmp/distinfo b/math/libgmp/distinfo deleted file mode 100644 index dad7238..0000000 --- a/math/libgmp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libgmp-2001.08.07.tar.bz2) = 2309c9bb312c68a7aa2a957197104b0b diff --git a/math/libgmp/files/patch-Makefile b/math/libgmp/files/patch-Makefile deleted file mode 100644 index e2f5c0b..0000000 --- a/math/libgmp/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile 2001/08/28 16:21:28 1.1 -+++ Makefile 2001/08/28 16:21:41 -@@ -145,7 +145,7 @@ - - beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ -- ${GMPDIR}/gmp.h ${DESTDIR}/usr/include -+ ${GMPDIR}/gmp.h ${DESTDIR}${INCDIR} - - .include "Makefile.inc" - .include <bsd.lib.mk> diff --git a/math/libgmp/pkg-comment b/math/libgmp/pkg-comment deleted file mode 100644 index 04b7f02..0000000 --- a/math/libgmp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library for arbitrary precision arithmetic diff --git a/math/libgmp/pkg-descr b/math/libgmp/pkg-descr deleted file mode 100644 index 69ba595..0000000 --- a/math/libgmp/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -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. - -Note: This package contains version the the library just before it was -removed from the FreeBSD base system (5-CURRENT, mid-August 2001) and it is -provided solely for compatibility with packages that require it. diff --git a/math/libgmp/pkg-plist b/math/libgmp/pkg-plist deleted file mode 100644 index 52332fa..0000000 --- a/math/libgmp/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/gmp.h -info/gmp.info.gz -lib/libgmp.a -lib/libgmp.so -lib/libgmp.so.3 |