notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-bitvector Pure-Python memory-efficient packed representation for bit arrays
3.5.0 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.5.0Version of this port present on the latest quarterly branch.
Maintainer: lwhsu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-12-27 19:55:55
Last Update: 2023-01-11 15:58:34
Commit Hash: 77d6847
Also Listed In: python
License: PSFL
WWW:
https://engineering.purdue.edu/kak/dist/
Description:
The BitVector class for a memory-efficient packed representation of bit arrays and for logical operations on such arrays. The core idea used in this Python script for bin packing is based on an internet posting by Josiah Carlson to the Pyrex mailing list.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}bitvector>0:math/py-bitvector@${PY_FLAVOR}
To install the port:
cd /usr/ports/math/py-bitvector/ && make install clean
To add the package, run one of these commands:
  • pkg install math/py-bitvector
  • pkg install py39-bitvector
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 py39-bitvector listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-bitvector
Package flavors (<flavor>: <package>)
  • py39: py39-bitvector
distinfo:
TIMESTAMP = 1622623986 SHA256 (BitVector-3.5.0.tar.gz) = cac2fbccf11e325115827ed7be03e5fd62615227b0bbf3fa5a18a842a221839c SIZE (BitVector-3.5.0.tar.gz) = 161704

Packages (timestamps in pop-ups are UTC):
py37-bitvector
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.4.9---3.4.9-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-bitvector
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.5.03.5.0-3.5.03.5.0---
FreeBSD:13:quarterly3.5.03.5.03.5.03.5.03.5.03.5.03.5.03.5.0
FreeBSD:14:latest3.5.03.5.03.5.03.5.03.5.03.5.0-3.5.0
FreeBSD:14:quarterly3.5.03.5.0-3.5.03.5.03.5.03.5.03.5.0
FreeBSD:15:latest3.5.03.5.0n/a3.5.0n/a3.5.03.5.03.5.0
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-bitvector-3.5.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
math_py-bitvector
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://engineering.purdue.edu/kak/dist/
  2. https://files.pythonhosted.org/packages/source/B/BitVector/
  3. https://pypi.org/packages/source/B/BitVector/
Collapse this list.

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.5.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.5.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.5.0
02 Jun 2021 08:54:30
commit hash: 84f6e70de0d6e9862b80516de76857c06763119fcommit hash: 84f6e70de0d6e9862b80516de76857c06763119fcommit hash: 84f6e70de0d6e9862b80516de76857c06763119fcommit hash: 84f6e70de0d6e9862b80516de76857c06763119f files touched by this commit
Li-Wen Hsu (lwhsu) search for other commits by this committer
math/py-bitvector: Update to 3.5.0
3.4.9
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.4.9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.4.9
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
3.4.9
25 Jun 2019 16:16:32
Revision:505097Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add NO_ARCH
- Switch to options helpers
- Switch to new test framework

Approved by:	portmgr blanket
3.4.9
10 Apr 2019 14:31:28
Revision:498565Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 3.4.9
3.4.8
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
3.4.8
25 Mar 2018 10:09:47
Revision:465510Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 3.4.8
3.4.7
28 Mar 2017 08:35:13
Revision:437102Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 3.4.7
3.4.5
05 Jan 2017 06:17:03
Revision:430618Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 3.4.5
3.4.4
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
3.4.4
10 May 2016 07:48:36
Revision:414926Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 3.4.4
3.1_1
03 Jan 2016 23:23:09
Revision:405198Original commit files touched by this commit
rakuco search for other commits by this committer
Switch to a working MASTER_SITE.

Version 3.1 does not seem to be released in PyPI.

MFH:		2016Q1
3.1_1
21 Oct 2014 16:54:55
Revision:371328Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of math/ to new USES=python

Approved by:	portmgr (implicit)
3.1_1
28 Jun 2014 07:03:19
Revision:359664Original commit files touched by this commit
mva search for other commits by this committer
- Unbreak ports, which installed setup.py files due to the messed up argument
  lists in PYDISTUTILS_SETUP

PR:		191317
Phabric:	D270
With hat:	python@
3.1
08 May 2014 16:11:12
Revision:353327Original commit files touched by this commit
vanilla search for other commits by this committer
- Stage
- Pet portlint

PR:		ports/188989
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
3.1
20 Sep 2013 20:55:06
Revision:327746Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
3.1
22 Apr 2012 14:14:38
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 3.1
- Update MASTER_SITES
- Add LICENSE
- Add regression-test target
- Respect NOPORTDOCS

PR:             ports/167183
Submitted by:   sbz
1.4
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.4
20 Apr 2008 09:57:44
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.4
1.3_1
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
1.3_1
04 Apr 2007 08:49:31
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
1.3_1
11 Jan 2007 05:22:33
Original commit files touched by this commit
rafan search for other commits by this committer
- Distfile was rerolled to fix a minor bug reported by Kurt Schwehr
  The author explained in detail to me via mail.

Noticed by:     pointyhat via kris
Approved by:    Li-Wen Hsu <lwhsu at lwhsu.org> (maintainer, implicit)
1.3
27 Dec 2006 19:55:22
Original commit files touched by this commit
rafan search for other commits by this committer
Add py-bitvector 1.3, a pure-Python memory-efficient packed
representation for bit arrays.

PR:             ports/107251
Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>

Number of commits found: 27