Port details |
- py-utidy Python interface to tidy-lib
- 0.2_2 www
=1 0.2_2Version of this port present on the latest quarterly branch.
- Maintainer: rene@FreeBSD.org
- Port Added: 2007-08-30 22:58:14
- Last Update: 2017-06-08 13:21:40
- SVN Revision: 442918
- People watching this port, also watch:: unoconv, py39-pycparser, python
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/xdissent/utidylib
- Description:
- This is uTidylib, the Python wrapper for the HTML cleaning library named
TidyLib:
WWW: https://github.com/xdissent/utidylib
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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}utidy>0:www/py-utidy@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-utidy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1496891054
SHA256 (uTidylib-0.2_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9
SIZE (uTidylib-0.2_GH0.tar.gz) = 14522
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py27-setuptools
- python2.7 : lang/python27
- python2 : lang/python2
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py27-setuptools
- python2.7 : lang/python27
- python2 : lang/python2
- Library dependencies:
-
- libtidy.so : www/tidy-lib
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2
- 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 |
0.2_2 08 Jun 2017 13:21:40 |
rene |
Move www/py-utidy to www/py-utidylib to comply with PyPI naming.
Further fixes:
- properly depend on Python 2.7
- drop manual DISTNAME
Submitted by: koobs (private mail) |
0.2_2 08 Jun 2017 03:19:35 |
rene |
www/py-utidy: update WWW |
0.2_2 08 Jun 2017 03:14:56 |
rene |
www/py-utidy: fix fetch, add LICENSE, take maintainership
Contents checked against a copy on distcache.freebsd.org |
0.2_1 13 May 2017 10:39:53 |
miwi |
- Broken - Checksum mismatch
=> Attempting to fetch
https://downloads.sourceforge.net/project/utidylib/uTidylib-0.2.zip
fetch: https://downloads.sourceforge.net/project/utidylib/uTidylib-0.2.zip: size
mismatch: expected 17575, actual 26055
=> Attempting to fetch
https://cytranet.dl.sourceforge.net/project/utidylib/uTidylib-0.2.zip
fetch: https://cytranet.dl.sourceforge.net/project/utidylib/uTidylib-0.2.zip:
size mismatch: expected 17575, actual 26055 |
0.2_1 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.2_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.2_1 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
0.2_1 29 Aug 2014 10:21:52 |
tijl |
Fix dependencies on libtidy
Reported by: amdmi3 |
0.2_1 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.2_1 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
0.2_1 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.2_1 15 Dec 2013 16:22:17 |
wg |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
0.2_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.2_1 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.2_1 13 May 2012 19:09:28 |
rm |
- strict python version to 2.x only |
0.2_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.2_1 13 Dec 2009 16:28:06 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.2_1 08 Jul 2009 13:21:43 |
pav |
- Fix runtime crash bug on amd64
PR: ports/136379
Submitted by: Phil Pennock <phil.pennock@globnix.org> |
0.2 18 Dec 2008 02:33:39 |
linimon |
Reset se@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.2 31 Aug 2007 22:04:42 |
se |
Add forgotten MASTER_SITE_SUBDIR. |
0.2 30 Aug 2007 23:02:16 |
se |
Seems one character in a comment was lost during a last minute edit
of the Makefile ... |
0.2 30 Aug 2007 22:57:49 |
se |
New port of uTidylib, a python wrapper for tidy-lib. |