Bug 160211 - [NEW PORT] math/pear-Math_BigInteger : Pure-PHP arbitrary precission integer arithmetic library
Summary: [NEW PORT] math/pear-Math_BigInteger : Pure-PHP arbitrary precission integer...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 14:00 UTC by Piotr Rybicki
Modified: 2011-09-08 07:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.02 KB, text/plain)
2011-08-26 14:00 UTC, Piotr Rybicki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Rybicki 2011-08-26 14:00:15 UTC
Pure-PHP arbitrary precission integer arithmetic library.

Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise.

(this port is required for upcoming textproc/pear-Numbers_Words update).
Comment 1 dfilter service freebsd_committer freebsd_triage 2011-09-08 07:30:25 UTC
wen         2011-09-08 06:30:15 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/pear-Math_BigInteger Makefile distinfo pkg-descr 
  Log:
  Supports base-2, base-10, base-16, and base-256 numbers.
  Uses the GMP or BCMath extensions, if available,
  and an internal implementation, otherwise.
  
  WWW: http://pear.php.net/package/Math_BigInteger/
  
  PR:             ports/160211
  Submitted by:   Piotr Rybicki <meritus@innervision.pl>
  
  Revision  Changes    Path
  1.725     +1 -0      ports/math/Makefile
  1.1       +28 -0     ports/math/pear-Math_BigInteger/Makefile (new)
  1.1       +2 -0      ports/math/pear-Math_BigInteger/distinfo (new)
  1.1       +5 -0      ports/math/pear-Math_BigInteger/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 2 Wen Heping freebsd_committer freebsd_triage 2011-09-08 07:31:58 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!