Bug 152688 - New port: devel/py26-bitstring: Simple construction, analysis and modification of binary data
Summary: New port: devel/py26-bitstring: Simple construction, analysis and modificatio...
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: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-29 23:10 UTC by Sofian Brabez
Modified: 2010-12-01 15:50 UTC (History)
0 users

See Also:


Attachments
py26-bitstring-2.0.3.shar (2.41 KB, text/plain)
2010-11-29 23:10 UTC, Sofian Brabez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sofian Brabez 2010-11-29 23:10:12 UTC
bitstring is a pure Python module designed to help make the creation and
analysis of binary data as simple and natural as possible.

BitStrings can be constructed from integers (big and little endian), hex, octal,
binary, strings or files. They can be sliced, joined, reversed, inserted into,
overwritten, etc. with simple functions or slice notation.  They can also be
read from, searched and replaced, and navigated in, similar to a file or stream.

bitstring is open source software, and has been released under the MIT licence.

WWW:	http://pypi.python.org/pypi/bitstring

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-29 23:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

jadawin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-01 15:47:52 UTC
jadawin     2010-12-01 15:47:47 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-bitstring   Makefile distinfo pkg-descr 
  Log:
  bitstring is a pure Python module designed to help make the creation and
  analysis of binary data as simple and natural as possible.
  
  BitStrings can be constructed from integers (big and little endian), hex, octal,
  binary, strings or files. They can be sliced, joined, reversed, inserted into,
  overwritten, etc. with simple functions or slice notation.  They can also be
  read from, searched and replaced, and navigated in, similar to a file or stream.
  
  bitstring is open source software, and has been released under the MIT licence.
  
  WWW:    http://pypi.python.org/pypi/bitstring
  
  PR:             ports/152688
  Submitted by:   Sofian Brabez <sbrabez at gmail.com>
  
  Revision  Changes    Path
  1.4151    +1 -0      ports/devel/Makefile
  1.1       +38 -0     ports/devel/py-bitstring/Makefile (new)
  1.1       +2 -0      ports/devel/py-bitstring/distinfo (new)
  1.1       +11 -0     ports/devel/py-bitstring/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"
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2010-12-01 15:49:22 UTC
State Changed
From-To: open->closed

New port added. Thanks!