Bug 107251 - [NEW PORT] math/py24-bitvector: A pure-Python memory-efficient packed representation for bit arrays
Summary: [NEW PORT] math/py24-bitvector: A pure-Python memory-efficient packed represe...
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-27 19:20 UTC by Li-Wen Hsu
Modified: 2006-12-27 20:00 UTC (History)
1 user (show)

See Also:


Attachments
py24-bitvector-1.3.shar (2.17 KB, text/plain)
2006-12-27 19:20 UTC, Li-Wen Hsu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2006-12-27 19:20:08 UTC
The BitVector class for a memory-efficient packed representation of bit arrays
and for logical operations on such arrays. The core idea used in this Python
script for bin packing is based on an internet posting by Josiah Carlson to
the Pyrex mailing list.

WWW:	http://rvl4.ecn.purdue.edu/~kak/dist/BitVector-1.3.html

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-12-27 19:29:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-12-27 19:55:24 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-27 19:55:30 UTC
rafan       2006-12-27 19:55:22 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-bitvector    Makefile distinfo pkg-descr 
  Log:
  Add py-bitvector 1.3, a pure-Python memory-efficient packed
  representation for bit arrays.
  
  PR:             ports/107251
  Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.439     +1 -0      ports/math/Makefile
  1.1       +25 -0     ports/math/py-bitvector/Makefile (new)
  1.1       +3 -0      ports/math/py-bitvector/distinfo (new)
  1.1       +6 -0      ports/math/py-bitvector/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"