Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2011 06:20:07 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/py-bitarray Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201101180620.p0I6K7KE012981@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101180620.p0I6K7KE012981>