Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2011 06:30:15 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/153914: commit references a PR
Message-ID:  <201101180630.p0I6UFTo002463@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/153914; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153914: commit references a PR
Date: Tue, 18 Jan 2011 06:20:14 +0000 (UTC)

 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)
 _______________________________________________
 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"
 



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