Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2008 04:44:12 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/128860: [NEW PORT]math/rngstreams: high-quality uniform random number generator
Message-ID:  <200811140444.mAE4iCGx070813@www.freebsd.org>
Resent-Message-ID: <200811140450.mAE4o4vs023499@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         128860
>Category:       ports
>Synopsis:       [NEW PORT]math/rngstreams: high-quality uniform random number generator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 14 04:50:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rngstreams
#	rngstreams/Makefile
#	rngstreams/distinfo
#	rngstreams/files
#	rngstreams/files/patch-Makefile.in
#	rngstreams/pkg-descr
#
echo c - rngstreams
mkdir -p rngstreams > /dev/null 2>&1
echo x - rngstreams/Makefile
sed 's/^X//' >rngstreams/Makefile << 'ed1a8edfa45202fc0c4fb288523be546'
X# New ports collection makefile for:   rngstreams
X# Date created:        9 November 2008
X# Whom:                bf <bf2006a@yahoo.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rngstreams
XPORTVERSION=	1.0
XCATEGORIES=	math
XMASTER_SITES=	http://statmath.wu-wien.ac.at/software/RngStreams/
X
XMAINTAINER=	bf2006a@yahoo.com
XCOMMENT=	A C implementation of a high-quality uniform random number generator
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=	--enable-shared
XUSE_LDCONFIG=	yes
XPLIST_FILES=	lib/librngstreams.a \
X		lib/librngstreams.la \
X		lib/librngstreams.so.0 \
X		lib/librngstreams.so \
X		include/RngStream.h
XPORTDOCS=	rngstreams.txt
XPORTEXAMPLES=	example1.c
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for DD in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${DOCSDIR}
X.endfor
X.endif
X.ifndef(NOPORTEXAMPLES)
X	@${MKDIR} ${EXAMPLESDIR}
X.for EE in ${PORTEXAMPLES}
X	@${INSTALL_DATA} ${WRKSRC}/examples/${EE} ${EXAMPLESDIR}
X.endfor
X.endif
X
Xregression-test: build
X	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check)
X
X.include <bsd.port.mk>
ed1a8edfa45202fc0c4fb288523be546
echo x - rngstreams/distinfo
sed 's/^X//' >rngstreams/distinfo << '1cdb5436518a5eed0d5740e19f772d30'
XMD5 (rngstreams-1.0.tar.gz) = 474980bc2e2ee4867d882f8b6a8ed9a6
XSHA256 (rngstreams-1.0.tar.gz) = eea58892d836d2ac1bc69e85d262f0874b643ad10fbc6ab9456053e1fc7be8c8
XSIZE (rngstreams-1.0.tar.gz) = 546107
1cdb5436518a5eed0d5740e19f772d30
echo c - rngstreams/files
mkdir -p rngstreams/files > /dev/null 2>&1
echo x - rngstreams/files/patch-Makefile.in
sed 's/^X//' >rngstreams/files/patch-Makefile.in << 'c834c2854f1bb8386e33ac10840ff94b'
X--- Makefile.in.orig	2008-11-09 09:29:26.633715502 -0500
X+++ Makefile.in	2008-11-09 09:29:53.109682979 -0500
X@@ -134,7 +134,7 @@
X sysconfdir = @sysconfdir@
X target_alias = @target_alias@
X 
X-SUBDIRS = . src examples tests doc
X+SUBDIRS = . src tests
X 
X EXTRA_DIST = \
X  autogen.sh
c834c2854f1bb8386e33ac10840ff94b
echo x - rngstreams/pkg-descr
sed 's/^X//' >rngstreams/pkg-descr << '582f8e8b0f4fbc5c136bfae18d916ed9'
XRngStreams is a C implementation of a high-quality uniform random number
Xgenerator that supports multiple "independent" streams of uniform random
Xnumbers.
X
XIt was written by Pierre L'Ecuyer and Richard Simard, who have a website
Xat:
X
Xhttp://www.iro.umontreal.ca/~simardr/indexe.html
X
XThis GNU-style package is compiled and maintained by Josef Leydold and
Xreleased under the GNU Public License (GPL).
X
XWWW: http://statmath.wu-wien.ac.at/software/RngStreams/
582f8e8b0f4fbc5c136bfae18d916ed9
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811140444.mAE4iCGx070813>