aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--math/Makefile2
-rw-r--r--math/librandlib/Makefile36
-rw-r--r--math/librandlib/distinfo2
-rw-r--r--math/librandlib/files/Makefile.lib15
-rw-r--r--math/librandlib/pkg-descr22
6 files changed, 2 insertions, 76 deletions
diff --git a/MOVED b/MOVED
index 262f6b52bea1..eb4674623625 100644
--- a/MOVED
+++ b/MOVED
@@ -2289,3 +2289,4 @@ security/jce_policy14||2011-07-21|Has expired: Only for Java 1.4, which is depre
java/linux-blackdown-jdk14||2011-07-21|Has expired: ancient version of Java
java/linux-sun-jdk14|java/linux-sun-jdk15|2011-07-21|Has expired: ancient version of Java
dns/dhid||2011-07-28|Has expired: Unmaintained, distfile has changed with no explanation
+math/librandlib|math/randlib|2011-07-28|move to a location that matches the name
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