Bug 135216 - [NEW PORT]math/p5-Math-BaseCnv:Fast functions to convert between number Bases
Summary: [NEW PORT]math/p5-Math-BaseCnv:Fast functions to convert between number Bases
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: 2009-06-03 17:10 UTC by wenheping
Modified: 2009-06-05 23:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.50 KB, text/plain)
2009-06-03 17:10 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"