aboutsummaryrefslogtreecommitdiff
path: root/math/librandlib
diff options
context:
space:
mode:
Diffstat (limited to 'math/librandlib')
-rw-r--r--math/librandlib/Makefile33
-rw-r--r--math/librandlib/distinfo1
-rw-r--r--math/librandlib/files/Makefile.lib15
-rw-r--r--math/librandlib/pkg-comment1
-rw-r--r--math/librandlib/pkg-descr20
-rw-r--r--math/librandlib/pkg-plist10
6 files changed, 0 insertions, 80 deletions
diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile
deleted file mode 100644
index 427dbe91cabf..000000000000
--- a/math/librandlib/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: ranlib
-# Version required: ?
-# Date created: 06 April 1997
-# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
-#
-# $Id: Makefile,v 1.3 1998/10/26 07:45:01 asami Exp $
-#
-
-DISTNAME= ranlib.c
-PKGNAME= ranlib-1.0
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.netlib.org/random/
-
-MAINTAINER= tg@FreeBSD.ORG
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-.include <bsd.port.pre.mk>
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/ranlib
- @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/ranlib
-.endif
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libranlib.so.1.0 ${PREFIX}/lib/libranlib.so
-.endif
- @${LDCONFIG} -m ${PREFIX}/lib
-
-.include <bsd.port.post.mk>
diff --git a/math/librandlib/distinfo b/math/librandlib/distinfo
deleted file mode 100644
index 71adce998cb1..000000000000
--- a/math/librandlib/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e
diff --git a/math/librandlib/files/Makefile.lib b/math/librandlib/files/Makefile.lib
deleted file mode 100644
index 2025bcecff69..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= ranlib
-
-SRCS = 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/librandlib/pkg-comment b/math/librandlib/pkg-comment
deleted file mode 100644
index 49c4cb80d006..000000000000
--- a/math/librandlib/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Library of Routines for Random Number Generation
diff --git a/math/librandlib/pkg-descr b/math/librandlib/pkg-descr
deleted file mode 100644
index e42d51236e6b..000000000000
--- a/math/librandlib/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
diff --git a/math/librandlib/pkg-plist b/math/librandlib/pkg-plist
deleted file mode 100644
index e900c337202b..000000000000
--- a/math/librandlib/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-include/ranlib.h
-lib/libranlib.a
-lib/libranlib.so
-lib/libranlib.so.1
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-share/doc/ranlib/Basegen.c.doc
-share/doc/ranlib/ranlib.c.chs
-share/doc/ranlib/ranlib.c.fdoc
-@dirrm share/doc/ranlib