aboutsummaryrefslogtreecommitdiff
path: root/math/py-bitvector
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math/py-bitvector: Update to 3.5.0Li-Wen Hsu2021-06-022-5/+5
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* - Add NO_ARCHDmitry Marakasov2019-06-251-4/+5
| | | | | | | | | | - Switch to options helpers - Switch to new test framework Approved by: portmgr blanket Notes: svn path=/head/; revision=505097
* - Update to 3.4.9Li-Wen Hsu2019-04-102-4/+5
| | | | Notes: svn path=/head/; revision=498565
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* - Update to 3.4.8Li-Wen Hsu2018-03-252-6/+6
| | | | Notes: svn path=/head/; revision=465510
* - Update to 3.4.7Li-Wen Hsu2017-03-282-4/+4
| | | | Notes: svn path=/head/; revision=437102
* - Update to 3.4.5Li-Wen Hsu2017-01-052-3/+4
| | | | Notes: svn path=/head/; revision=430618
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Update to 3.4.4Li-Wen Hsu2016-05-103-11/+6
| | | | Notes: svn path=/head/; revision=414926
* Switch to a working MASTER_SITE.Raphael Kubo da Costa2016-01-031-1/+1
| | | | | | | | | Version 3.1 does not seem to be released in PyPI. MFH: 2016Q1 Notes: svn path=/head/; revision=405198
* - Convert ports of math/ to new USES=pythonMarcus von Appen2014-10-211-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371328
* - Unbreak ports, which installed setup.py files due to the messed up argumentMarcus von Appen2014-06-281-6/+2
| | | | | | | | | | | lists in PYDISTUTILS_SETUP PR: 191317 Phabric: D270 With hat: python@ Notes: svn path=/head/; revision=359664
* - StageVanilla I. Shu2014-05-082-6/+8
| | | | | | | | | | | - Pet portlint PR: ports/188989 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Notes: svn path=/head/; revision=353327
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Update to 3.1Li-Wen Hsu2012-04-223-5/+23
| | | | | | | | | | | | | - Update MASTER_SITES - Add LICENSE - Add regression-test target - Respect NOPORTDOCS PR: ports/167183 Submitted by: sbz Notes: svn path=/head/; revision=295257
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.4Li-Wen Hsu2008-04-202-5/+4
| | | | Notes: svn path=/head/; revision=211651
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* - Distfile was rerolled to fix a minor bug reported by Kurt SchwehrRong-En Fan2007-01-112-3/+4
| | | | | | | | | | 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) Notes: svn path=/head/; revision=182058
* Add py-bitvector 1.3, a pure-Python memory-efficient packedRong-En Fan2006-12-273-0/+34
representation for bit arrays. PR: ports/107251 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Notes: svn path=/head/; revision=180881