Port details |
- py-bitstring Simple construction, analysis, and modification of binary data
- 4.1.0_1 devel =2 4.1.0Version of this port present on the latest quarterly branch.
- Maintainer: sbz@FreeBSD.org
- Port Added: 2010-12-01 15:57:06
- Last Update: 2024-08-04 17:14:32
- Commit Hash: 7e5fc00
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/bitstring/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-bitstring/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-bitstring
- pkg install py311-bitstring
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-bitstring listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-bitstring
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1719264861
SHA256 (bitstring-4.1.0.tar.gz) = b1672fb31721dbb6c809e76a3a19ac76a608e1f8fcacce9349ae2b72b1917b20
SIZE (bitstring-4.1.0.tar.gz) = 227045
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-bitarray>=2.8.0 : devel/py-bitarray@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- comms/py-spsdk
- for Run
-
- comms/py-esptool
- comms/py-spsdk
- finance/electrum
- security/py-pyvex
Configuration Options:
- ===> The following configuration options are available for py311-bitstring-4.1.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-bitstring
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.0_1 04 Aug 2024 17:14:32 |
Po-Chuan Hsieh (sunpoet) |
devel/py-bitstring: Fix PEP 517 installation
- Bump PORTREVISION for package change
When you build a port with USE_PYTHON=pep517, make sure to have CORRECT
dependency. Otherwise the dependent port would fail to build.
bitstring requires "bitarray == 2.8.0" while py-bitarray is 2.8.1 now.
Relax the version to fix the build of dependent ports.
from py311-angr-9.0.5405_2.log [1]:
/usr/local/lib/python3.11/site-packages/setuptools/installer.py:27:
SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements
should be satisfied by a PEP 517 installer.
warnings.warn(
WARNING: The wheel package is not available.
/usr/local/bin/python3.11: No module named pip
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/setuptools/installer.py", line
82, in fetch_build_egg (Only the first 15 lines of the commit message are shown above ) |
4.1.0 24 Jun 2024 22:13:05 |
Sofian Brabez (sbz) |
devel/py-bitstring: update to 4.1.0 |
3.1.9 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.1.9 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.9 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.9 14 Oct 2021 12:19:40 |
Sofian Brabez (sbz) |
devel/py-bitstring: update to 3.1.9 |
3.1.7 10 Jun 2021 09:19:35 |
Fukang Chen (loader) |
devel/py-bitstring: Update to 3.1.7
- Update to 3.1.7
- The sdist on PyPI changed from .zip to .tar.gz
- Add NO_ARCH
Reviewed by: koobs, sbz
Approved by: koobs (ports, mentor, implicit), sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D30651
MFH: No (feature release) |
3.1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.5 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.1.5 13 May 2019 14:28:40 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers
- Switch to new test framework
Approved by: portmgr blanket |
3.1.5 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
3.1.5 22 Sep 2017 13:53:00 |
sbz |
- Update to 3.1.5 |
3.1.4 13 Apr 2016 22:21:04 |
sbz |
- Update to 3.1.4
- Allow Python concurrent installation |
3.1.3 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
3.1.3 25 Mar 2014 20:34:56 |
sbz |
- Update to 1.3.1 |
07 Mar 2014 16:49:10
|
bapt |
Convert d* to USES=zip |
3.1.2 05 Feb 2014 21:18:20 |
antoine |
- Stage support
- Use PYDISTUTILS_AUTOPLIST
- Remove infozip dependency |
3.1.2 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
3.1.2 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
3.1.2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.1.2 24 Apr 2013 18:25:57 |
sbz |
- Update to 3.1.2 |
3.1.1 16 Apr 2013 15:39:48 |
sbz |
- Update to 3.1.1
Feature safe: yes |
3.1.0 05 Mar 2013 13:24:14 |
sbz |
- Update to 1.1.7
- Convert to new option framework |
3.0.2 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
3.0.2 27 Mar 2012 11:25:49 |
sbz |
- Update to 3.0.2
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
3.0.1 08 Dec 2011 14:48:42 |
sbz |
- Forgot distinfo
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
3.0.1 08 Dec 2011 13:20:54 |
sbz |
- Update to 3.0.1
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
3.0.0 25 Nov 2011 10:31:53 |
sbz |
- Update to 3.0.0
Approved by: jadawin@, miwi@ (mentors, implicit)
Feature safe: yes |
2.2.0 20 Jun 2011 13:52:24 |
sbz |
- Update to 2.2.0
PR: ports/158048
Submitted by: Jin-Sih Lin <linpct at gmail.com>
Approved by: jadawin@ (mentor) |
2.1.1 18 Mar 2011 10:04:54 |
sbz |
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor) |
2.1.1 08 Mar 2011 01:55:09 |
clsung |
- Update to 2.1.1
PR: ports/155368
Submitted by: maintainer (Sofian Brabez) |
2.1.0 26 Jan 2011 04:37:47 |
miwi |
- Update to 2.1.0
- Add LICENSE
PR: 154292
Submitted by: Sofian Brabez <sbrabez@gmail.com> (maintainer)
Feature safe: yes |
2.0.3 01 Dec 2010 15:47:47 |
jadawin |
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> |