Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1 22 Oct 2024 21:58:35 |
Po-Chuan Hsieh (sunpoet) |
www/py-html5lib: Fix WWW
Approved by: portmgr (blanket) |
1.1 18 Apr 2023 21:54:04 |
Max Brazhnikov (makc) |
www/py-html5lib: update to 1.1
- Update to 1.1 with support for Python 3.10
PR: 269868, 270656
Submitted by: Eric Camachat
Apporved by: maintainer timeout (two weeks) |
1.0.1 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) |
1.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 ) |
1.0.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.1 23 Jun 2022 09:05:41 |
Antoine Brodin (antoine) |
www/py-html5lib: py27 flavor is no longer needed by the ports tree |
1.0.1 14 Oct 2021 21:30:56 |
Stefan Eßer (se) |
www/py-html5lib: Add CPE information
Approved by: portmgr (blanket) |
1.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1 04 Feb 2021 14:35:00 |
mat |
Those ports are allowed to build a 2.7 flavor, for now. |
1.0.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.1 02 May 2018 14:48:19 |
rm |
www/py-html5lib: update to 1.0.1
PR: 226317
Submitted by: Marcin Cieslak <saper@saper.info> |
0.9999999 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.9999999 18 Apr 2016 18:16:11 |
rm |
www/py-html5lib: drop TEST option
Distfile with test data disappeared (along with the web-server), so drop the
TEST option. It seems there are official tests at
https://github.com/html5lib/html5lib-tests, so it should be switched to them
someday.
PR: 208903
Reported by: marino |
0.9999999 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.9999999 26 Oct 2015 21:02:46 |
antoine |
Fix fetching when TEST option is on |
0.9999999 28 Sep 2015 18:23:54 |
rm |
www/py-html5lib: update to 0.9999999; fix tests |
0.999999 18 Jul 2015 00:10:55 |
rm |
www/py-html5lib: version update
- update to 0.999999
- remove defunct GOOGLE_CODE mirror
- add LICENSE_FILE
- add NO_ARCH
- sort USE_PYTHON |
0.999 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.999 17 Nov 2014 19:08:44 |
pi |
www/py-html5lib: modernize PYTHON options
Fixing those:
USE_PYTHON=yes is deprecated, please use USES=python
USE_PYDISTUTILS is deprecated, please use USE_PYTHON=distutils
PYDISTUTILS_AUTOPLIST is deprecated, please use USE_PYTHON=autoplist |
0.999 08 Jul 2014 06:28:07 |
rm |
www/py-html5lib: update python version
- update python version: 3.x is now supported
- add tests
PR: 191385
Submitted by: melvyn@magemana.nl
Reviewed by: koobs |
0.999 15 Jun 2014 18:20:42 |
wg |
www/py-html5lib: update to 0.999
PR: 189718
Submitted by: ports robakdesign com
Approved by: maintainer (timeout) |
0.95_1 15 Feb 2014 11:09:53 |
rm |
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- bump PORTREVISION |
0.95 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) |
0.95 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.95 01 Sep 2013 19:18:45 |
rm |
- trim Makefile header
- remove indefinite article from COMMENT
- update homepage url |
0.95 11 Feb 2012 19:08:58 |
rm |
- update to 0.95
- add CHEESESHOP mirror
- strict python version to 2.x
- it's no zip-safe anymore, so add pkg-plist |
0.90_1 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
0.90_1 09 Jun 2011 01:49:46 |
sahil |
Use the GOOGLE_CODE macro in MASTER_SITES, remove
pkg-plist in favor of PLIST_FILES, define LICENSE
and transfer maintainership to submitter.
Submitted by: cvs-src@yandex.ru (via freebsd-ports) |
0.90_1 25 Feb 2011 04:40:31 |
miwi |
- Move over to py25
- while here drop md5 support
- Small cleanups |
0.90 28 Dec 2010 06:31:49 |
linimon |
Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.
Hat: portmgr |
0.90 25 Feb 2010 08:11:04 |
wen |
- Update to 0.90
PR: ports/142920
Submitted by: Wen Heping(myself)
Approved by: maintainer(timeout, > 1 month)
Feature safe: yes |
0.11.1 31 Dec 2008 18:38:30 |
pav |
- Update to 0.11.1
PR: ports/125638
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout (ijliao; 5 months) |
0.9 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
0.9 08 Aug 2007 02:17:28 |
ijliao |
add py-html5lib 0.9
A Python based HTML parser based on the HTML5 spec |