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.lib17
-rw-r--r--math/randlib/pkg-descr20
4 files changed, 0 insertions, 75 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
deleted file mode 100644
index 34b6353e1c00..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= ranlib
-PORTVERSION= 1.0
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.netlib.org/random/
-DISTNAME= ranlib.c
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library of Routines for Random Number Generation
-
-USE_LDCONFIG= yes
-MAKE_ENV= NOPROFILE=true
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-PORTDOCS= Basegen.c.doc ranlib.c.chs ranlib.c.fdoc
-PLIST_FILES= include/ranlib.h \
- lib/libranlib.a \
- lib/libranlib.so \
- lib/libranlib.so.1
-
-post-extract:
- ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- cd ${WRKDIR}/${DISTNAME}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/randlib/distinfo b/math/randlib/distinfo
deleted file mode 100644
index 3834e8c8a355..000000000000
--- a/math/randlib/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e
-SHA256 (ranlib.c.tar.gz) = a99b5d4b43c456ef9a73515f19d7a0a00903829f32f12f1294282f79675bcf8a
-SIZE (ranlib.c.tar.gz) = 38033
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib
deleted file mode 100644
index 8e5483bf9dba..000000000000
--- a/math/randlib/files/Makefile.lib
+++ /dev/null
@@ -1,17 +0,0 @@
-# bmake'd makefile for ranlib sources
-
-LIBDIR = $(PREFIX)/lib
-
-SHLIB_MAJOR= 1
-SHLIB_MINOR= 0
-LIB= ranlib
-
-.PATH: ${.CURDIR}/../linpack
-
-SRCS= linpack.c com.c ranlib.c
-
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.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