Bug 113862 - [NEW PORT] math/aribas: Interpreter for big integer/multi-precision floating point arithmetic
Summary: [NEW PORT] math/aribas: Interpreter for big integer/multi-precision floating ...
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: 2007-06-19 19:40 UTC by Lars Engels
Modified: 2007-06-20 15:10 UTC (History)
0 users

See Also:


Attachments
aribas-1.53.shar (2.53 KB, text/plain)
2007-06-19 19:40 UTC, Lars Engels
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Engels 2007-06-19 19:40:03 UTC
ARIBAS is an interactive interpreter for big integer arithmetic and
multi-precision floating point arithmetic with a Pascal/Modula like
syntax. It has several builtin functions for algorithmic number
theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
continued fraction and quadratic sieve factorization, Pollard rho
factorization, etc.

WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html	

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-19 19:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-20 15:04:16 UTC
miwi        2007-06-20 14:04:09 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/aribas          Makefile distinfo pkg-descr 
  Log:
  ARIBAS is an interactive interpreter for big integer arithmetic and
  multi-precision floating point arithmetic with a Pascal/Modula like
  syntax. It has several builtin functions for algorithmic number
  theory like gcd, Jacobi symbol, Rabin probabilistic prime test,
  continued fraction and quadratic sieve factorization, Pollard rho
  factorization, etc.
  
  WWW: http://www.mathematik.uni-muenchen.de/~forster/sw/adownload.html
  
  PR:             ports/113862
  Submitted by:   Lars Engels <lars.engels at 0x20.net>
  
  Revision  Changes    Path
  1.459     +1 -0      ports/math/Makefile
  1.1       +40 -0     ports/math/aribas/Makefile (new)
  1.1       +3 -0      ports/math/aribas/distinfo (new)
  1.1       +8 -0      ports/math/aribas/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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-06-20 15:05:52 UTC
State Changed
From-To: open->closed

New port added. Thanks!