Port details |
- py3-libxml2 Python interface for XML parser library for GNOME
- 2.9.4 textproc
=0 2.9.4Version of this port present on the latest quarterly branch.
- Maintainer: gnome@FreeBSD.org
- Port Added: 2014-05-13 20:35:10
- Last Update: 2017-11-30 15:50:34
- SVN Revision: 455210
- Also Listed In: gnome python
- License: not specified in port
- WWW:
- http://xmlsoft.org/
- Description:
- Python interface for XML parser library for GNOME
WWW: http://xmlsoft.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py3-libxml2@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py36-libxml2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1472161994
SHA256 (gnome2/libxml2-2.9.4.tar.gz) = ffb911191e509b966deb55de705387f14156e1a56b21824357cdf0053233633c
SIZE (gnome2/libxml2-2.9.4.tar.gz) = 5374830
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:
- Master port: textproc/libxml2
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py36-setuptools>0 : devel/py36-setuptools
- python3.6 : lang/python36
- python3 : lang/python3
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- py36-setuptools>0 : devel/py36-setuptools
- python3.6 : lang/python36
- python3 : lang/python3
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libiconv.so : converters/libiconv
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:3 gettext-runtime cpe gmake iconv libtool pathfix pkgconfig shebangfix gnome
- 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) |
This is a slave port. You may also want to view the commits to the master port: textproc/libxml2 |
Commit | Credits | Log message |
2.9.4 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 ) |
2.9.4 25 Oct 2016 19:09:14 |
antoine |
Do not hand roll PYTHON_CMD |
2.9.4 28 Aug 2016 19:18:20 |
kwm |
Update libxml2 to 2.9.4.
Add license block.
Pull extra patch to fix NULL pointer deref. [1]
Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html
PR: 209806
Submitted by: pi@
Obtained from: upstream [1]
MFH: 2016Q3
Security: e195679d-045b-4953-bb33-be0073ba2ac6 |
2.9.3 20 Nov 2015 20:45:25 |
kwm |
New release to fix a number of CVE's.
CVE-2015-1819 is also listed in the release notes of 2.9.3 but that issue
was fixed in a previous commit and documented in another vuxml entry.
MFH: 2015Q4
Security: e5423caf-8fb8-11e5-918c-bcaec565249c |
2.9.2_1 04 Jul 2015 21:41:56 |
rm |
Convert py-libxml2 ports to autoplist
PR: 194470
Submitted by: rm (myself)
Approved by: maintainer timeout (6 months+) |
2.9.2_1 10 Jan 2015 23:15:28 |
demon |
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.
Exp-run by: antoine |
2.9.2 08 Dec 2014 21:17:00 |
bapt |
Cleanup plist |
2.9.2 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
2.9.2 18 Oct 2014 12:55:55 |
kwm |
Update to 2.9.2.
This release fixes CVE-2014-3660 (DoS).
MFH: 2014Q4
Security: 0642b064-56c4-11e4-8b87-bcaec565249c |
2.9.1 13 May 2014 20:35:03 |
kwm |
Add python3 version of the libxml2 python bindings. |