diff options
author | bf <bf@FreeBSD.org> | 2011-07-28 17:49:59 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-07-28 17:49:59 +0800 |
commit | 49661409028868ab659cc5d0460289b64c955620 (patch) | |
tree | 7455c71b010a0449053a8c322f1c553b41c7ba70 /math | |
parent | 4cc5605ea1cc097c511e5e48ce0154c762af08ac (diff) | |
download | freebsd-ports-gnome-49661409028868ab659cc5d0460289b64c955620.tar.gz freebsd-ports-gnome-49661409028868ab659cc5d0460289b64c955620.tar.zst freebsd-ports-gnome-49661409028868ab659cc5d0460289b64c955620.zip |
remove math/librandlib; attach math/randlib to build;
add an entry to MOVED
PR: 158571
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/librandlib/Makefile | 36 | ||||
-rw-r--r-- | math/librandlib/distinfo | 2 | ||||
-rw-r--r-- | math/librandlib/files/Makefile.lib | 15 | ||||
-rw-r--r-- | math/librandlib/pkg-descr | 22 |
5 files changed, 1 insertions, 76 deletions
diff --git a/math/Makefile b/math/Makefile index 12fabe1620fd..88cfa095c326 100644 --- a/math/Makefile +++ b/math/Makefile @@ -168,7 +168,6 @@ SUBDIR += libneural SUBDIR += liborigin SUBDIR += libqalculate - SUBDIR += librandlib SUBDIR += libranlip SUBDIR += libtommath SUBDIR += libtsnnls @@ -496,6 +495,7 @@ SUBDIR += qtoctave SUBDIR += qwtplot3d SUBDIR += qwtplot3d-qt4 + SUBDIR += randlib SUBDIR += rapid SUBDIR += reed-solomon SUBDIR += rkward diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile deleted file mode 100644 index 2d0bf4840239..000000000000 --- a/math/librandlib/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: ranlib -# Date created: 06 April 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= randlib -PORTVERSION= 1.3 -CATEGORIES= math -MASTER_SITES= https://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ \ - LOCAL/bf -DISTNAME= RANDLIB_V90 - -MAINTAINER= bf@FreeBSD.org -COMMENT= Library of Routines for Random Number Generation - -USE_LDCONFIG= yes -MAKE_ENV= NO_PROFILE=true -WRKSRC= ${WRKDIR}/source/randlib.c/src -PORTDOCS= Basegen.c.doc randlib.c.chs randlib.c.fdoc -PLIST_FILES= include/randlib.h \ - lib/librandlib.a \ - lib/librandlib.so \ - lib/librandlib.so.1 - -post-extract: - ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/randlib - @${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${PREFIX}/share/doc/randlib -.endif - -.include <bsd.port.mk> diff --git a/math/librandlib/distinfo b/math/librandlib/distinfo deleted file mode 100644 index d5a7c2af4dd9..000000000000 --- a/math/librandlib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (RANDLIB_V90.tar.gz) = c90251cc129ed21616d80df7bc87acefcce57d1a9e7fe7a2dd23e6d119bed466 -SIZE (RANDLIB_V90.tar.gz) = 322516 diff --git a/math/librandlib/files/Makefile.lib b/math/librandlib/files/Makefile.lib deleted file mode 100644 index 7bc0799ecdde..000000000000 --- a/math/librandlib/files/Makefile.lib +++ /dev/null @@ -1,15 +0,0 @@ -# bmake'd makefile for ranlib sources - -LIBDIR = $(PREFIX)/lib - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 -LIB= randlib - -SRCS= linpack.c com.c randlib.c - -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/randlib.h \ - ${PREFIX}/include - -.include <bsd.lib.mk> diff --git a/math/librandlib/pkg-descr b/math/librandlib/pkg-descr deleted file mode 100644 index 5e1613af003e..000000000000 --- a/math/librandlib/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -This library provides routines that return: - (1) Beta random deviates - (2) Chi-square random deviates - (3) Exponential random deviates - (4) F random deviates - (5) Gamma random deviates - (6) Multivariate normal random deviates (mean and covariance - matrix specified) - (7) Noncentral chi-square random deviates - (8) Noncentral F random deviates - (9) Univariate normal random deviates - (10) Random permutations of an integer array - (11) Real uniform random deviates between specif - (12) Binomial random deviates - (13) Negative Binomial random deviates - (14) Multinomial random deviates - (15) Poisson random deviates - (16) Integer uniform deviates between specified limits - (17) Seeds for the random number generator calculated from a - character string - -WWW: https://biostatistics.mdanderson.org/SoftwareDownload/SingleSoftware.aspx?Software_Id=27 |