Port details |
- pecl-bitset PECL extension for manipulating bitsets
- 3.2.0 math =2 3.2.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2007-07-07 14:58:49
- Last Update: 2023-06-05 18:46:59
- Commit Hash: 8ddbc62
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PHP301
- WWW:
- https://pecl.php.net/package/Bitset
- https://github.com/php/pecl-numbers-bitset
- Description:
- This extension for PHP provides routines for manipulating bitsets.
- ¦ ¦ ¦ ¦
- 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:
-
- ${PHP_PKGNAMEPREFIX}pecl-bitset>0:math/pecl-bitset
- To install the port:
- cd /usr/ports/math/pecl-bitset/ && make install clean
- To add the package, run one of these commands:
- pkg install math/pecl-bitset
- pkg install php81-pecl-bitset
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pecl-bitset
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-bitset
- php80: php80-pecl-bitset
- php82: php82-pecl-bitset
- distinfo:
- TIMESTAMP = 1685792214
SHA256 (PECL/bitset-3.2.0.tgz) = 1acbeb8cfe6a32cd61118d847908df0ac63c2c1e9b12991b1cd6c4c2e38abe41
SIZE (PECL/bitset-3.2.0.tgz) = 14982
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:
-
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- This port is required by:
- for Build
-
- net-mgmt/icingaweb2
- for Run
-
- net-mgmt/icingaweb2
Configuration Options:
- No options to configure
- Options name:
- math_pecl-bitset
- USES:
- php:pecl
- 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 |
3.2.0 05 Jun 2023 18:46:59 |
Po-Chuan Hsieh (sunpoet) |
math/pecl-bitset: Update to 3.2.0
Changes: https://pecl.php.net/package-changelog.php?package=Bitset |
3.1.0 27 May 2023 23:43:50 |
Po-Chuan Hsieh (sunpoet) |
math/pecl-bitset: Update to 3.1.0
- Update WWW
Changes: https://pecl.php.net/package-changelog.php?package=Bitset |
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.0.1 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.0.1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
3.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.1 02 Jan 2019 23:58:12 |
sunpoet |
Remove expired IGNORE_WITH_PHP=56 |
3.0.1 07 Oct 2017 09:12:52 |
sunpoet |
Update to 3.0.1
Changes: https://pecl.php.net/package-changelog.php?package=Bitset |
3.0.0_1 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
3.0.0_1 13 Dec 2016 14:26:12 |
sunpoet |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
3.0.0_1 24 Oct 2016 19:39:06 |
rene |
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55) |
3.0.0_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
3.0.0 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
3.0.0 07 Mar 2016 20:12:10 |
sunpoet |
- Update to 3.0.0
- Add LICENSE_FILE
- Update IGNORE_WITH_PHP
Changes: https://pecl.php.net/package-changelog.php?package=Bitset |
2.0.1 18 Feb 2016 14:47:06 |
miwi |
- Ignore php70
- While here remove old php gruft |
2.0.1 23 Nov 2014 09:23:33 |
sunpoet |
- Update to 2.0.1
- Use USES=tar:tgz
- Take maintainership
Changes: http://pecl.php.net/package-changelog.php?package=Bitset |
1.0.1 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
1.0.1 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
1.0.1 23 Jan 2014 16:00:15 |
miwi |
- Stageify
- Take maintainership of a few ports |
1.0.1 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
1.0.1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.0.1 17 Oct 2012 15:40:27 |
glarkin |
- Updated to 1.0.1 (supports PHP 5.3+)
Feature safe: yes |
1.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0 18 Jul 2008 21:05:20 |
glarkin |
Changed my MAINTAINER address to
glarkin@FreeBSD.org.
Approved by: beech (mentor) |
1.0 07 Jul 2007 14:57:50 |
miwi |
This extension for PHP provides routines for manipulating bitsets.
WWW: http://pecl.php.net/package/Bitset
PR: ports/114357
Submitted by: Greg Larkin <glarkin at sourcehosting.net> |