Bug 135216

Summary: [NEW PORT]math/p5-Math-BaseCnv:Fast functions to convert between number Bases
Product: Ports & Packages Reporter: wenheping <wenheping>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description wenheping 2009-06-03 17:10:01 UTC
BaseCnv provides a few simple functions for converting between
arbitrary number bases. It is as fast as I currently know how
to make it (of course relying only on the lovely Perl). If you
would rather utilize an object syntax for number-base conversion,
please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine
Math::BaseCalc module.

WWW: http://search.cpan.org/dist/Math-BaseCnv/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-06-03 17:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-06-05 23:02:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-06-05 23:03:18 UTC
miwi        2009-06-05 22:03:09 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/p5-Math-BaseCnv Makefile distinfo pkg-descr pkg-plist 
  Log:
  BaseCnv provides a few simple functions for converting between
  arbitrary number bases. It is as fast as I currently know how
  to make it (of course relying only on the lovely Perl). If you
  would rather utilize an object syntax for number-base conversion,
  please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine
  Math::BaseCalc module.
  
  WWW: http://search.cpan.org/dist/Math-BaseCnv/
  
  PR:             ports/135216
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.605     +1 -0      ports/math/Makefile
  1.1       +27 -0     ports/math/p5-Math-BaseCnv/Makefile (new)
  1.1       +3 -0      ports/math/p5-Math-BaseCnv/distinfo (new)
  1.1       +8 -0      ports/math/p5-Math-BaseCnv/pkg-descr (new)
  1.1       +5 -0      ports/math/p5-Math-BaseCnv/pkg-plist (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"