Bug 144031 - [NEW PORT]math/prng: portable pseudorandom number generators
Summary: [NEW PORT]math/prng: portable pseudorandom number generators
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-17 02:40 UTC by bf
Modified: 2010-03-09 22:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.25 KB, text/plain)
2010-02-17 02:40 UTC, bf
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2010-02-17 02:40:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-02-17 05:43:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-03-09 22:29:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-09 22:29:30 UTC
miwi        2010-03-09 22:29:17 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/prng            Makefile distinfo pkg-descr 
  Log:
  PRNG is a collection of portable, high-performance ANSI-C implementations of
  pseudorandom number generators such as linear congruential, inversive
  congruential, and explicit inversive congruential random number generators (LCG,
  ICG and EICG, respectively) created by Otmar Lendl and and Josef Leydold.
  
  WWW: http://statistik.wu-wien.ac.at/software/prng/index.html
  
  PR:             ports/144031
  Submitted by:   bf <bf1783 at gmail.com>
  
  Revision  Changes    Path
  1.643     +1 -0      ports/math/Makefile
  1.1       +39 -0     ports/math/prng/Makefile (new)
  1.1       +3 -0      ports/math/prng/distinfo (new)
  1.1       +6 -0      ports/math/prng/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"