cvs commit: ports/devel Makefile ports/devel/py-bitarray Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Tue Jan 18 06:20:07 UTC 2011


wen         2011-01-18 06:20:07 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-bitarray    Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module provides an object type which efficiently represents an array of
  booleans. Bitarrays are sequence types and behave very much like usual lists.
  Eight bits are represented by one byte in contiguous block of memory. The user
  can select between two representations; little-endian and big-endian. Most of
  the functionality is implemented in C. Methods for accessing the machine
  representation are provided. This can be useful when bit level access to binary
  files is required, such as portable bitmap image files (.pbm). Also, when
  dealing with compressed data which uses variable bit length encoding, you may
  find this module useful.
  
  WWW:    http://pypi.python.org/pypi/bitarray
  
  PR:             ports/153914
  Submitted by:   Sofian Brabez <sbrabez at gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.4199    +1 -0      ports/devel/Makefile
  1.1       +41 -0     ports/devel/py-bitarray/Makefile (new)
  1.1       +2 -0      ports/devel/py-bitarray/distinfo (new)
  1.1       +11 -0     ports/devel/py-bitarray/pkg-descr (new)
  1.1       +17 -0     ports/devel/py-bitarray/pkg-plist (new)


More information about the cvs-all mailing list