summaryrefslogtreecommitdiff
path: root/math/randlib
diff options
context:
space:
mode:
Diffstat (limited to 'math/randlib')
-rw-r--r--math/randlib/Makefile35
-rw-r--r--math/randlib/distinfo3
-rw-r--r--math/randlib/files/Makefile.lib15
-rw-r--r--math/randlib/pkg-descr20
4 files changed, 0 insertions, 73 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
deleted file mode 100644
index 089465a9be10..000000000000
--- a/math/randlib/Makefile
+++ /dev/null
@@ -1,35 +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= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/
-DISTNAME= RANDLIB_V90
-
-MAINTAINER= bf1783@gmail.com
-COMMENT= Library of Routines for Random Number Generation
-
-USE_LDCONFIG= yes
-MAKE_ENV= NOPROFILE=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/randlib/distinfo b/math/randlib/distinfo
deleted file mode 100644
index 68fb91405997..000000000000
--- a/math/randlib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (RANDLIB_V90.tar.gz) = 9f49672fe5bfa8eb7b53bd59e7121892
-SHA256 (RANDLIB_V90.tar.gz) = c90251cc129ed21616d80df7bc87acefcce57d1a9e7fe7a2dd23e6d119bed466
-SIZE (RANDLIB_V90.tar.gz) = 322516
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib
deleted file mode 100644
index 7bc0799ecdde..000000000000
--- a/math/randlib/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/randlib/pkg-descr b/math/randlib/pkg-descr
deleted file mode 100644
index e42d51236e6b..000000000000
--- a/math/randlib/pkg-descr
+++ /dev/null
@@ -1,20 +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