diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /math/randlib | |
parent | Fix plist problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/Makefile | 35 | ||||
-rw-r--r-- | math/randlib/distinfo | 2 | ||||
-rw-r--r-- | math/randlib/files/Makefile.lib | 17 | ||||
-rw-r--r-- | math/randlib/pkg-descr | 20 | ||||
-rw-r--r-- | math/randlib/pkg-plist | 8 |
5 files changed, 0 insertions, 82 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile deleted file mode 100644 index bb888416f71d..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= tg@FreeBSD.org -COMMENT= Library of Routines for Random Number Generation - -INSTALLS_SHLIB= yes -MAKE_ENV= NOPROFILE=true -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 - -.include <bsd.port.post.mk> diff --git a/math/randlib/distinfo b/math/randlib/distinfo deleted file mode 100644 index 6a6dffba1198..000000000000 --- a/math/randlib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ranlib.c.tar.gz) = 110d02ab91eb834e45044bb0368dfb7e -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 diff --git a/math/randlib/pkg-plist b/math/randlib/pkg-plist deleted file mode 100644 index f59969270e13..000000000000 --- a/math/randlib/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/ranlib.h -lib/libranlib.a -lib/libranlib.so -lib/libranlib.so.1 -share/doc/ranlib/Basegen.c.doc -share/doc/ranlib/ranlib.c.chs -share/doc/ranlib/ranlib.c.fdoc -@dirrm share/doc/ranlib |