Port details |
- py-python-xcaplib Python XCAP client library
- 1.2.2_2 devel
=2 1.2.2Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2024-07-06 16:18:39
- Last Update: 2025-09-15 13:55:40
- Commit Hash: a6233e5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: LGPL20+
- WWW:
- http://openxcap.org/clients/
- Description:
- XCAP protocol, defined in RFC 4825, allows a client to read, write, and
modify application configuration data stored in XML format on a server. XCAP
maps XML document sub-trees and element attributes to HTTP URIs, so that
these components can be directly accessed by HTTP. An XCAP server used by
XCAP clients to store data like presence policy in combination with a SIP
Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can
provide a complete SIP SIMPLE solution.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}python-xcaplib>0:devel/py-python-xcaplib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-python-xcaplib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-python-xcaplib
- pkg install py311-python-xcaplib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-python-xcaplib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-python-xcaplib
- Package flavors (<flavor>: <package>)
- py311: py311-python-xcaplib
- distinfo:
- TIMESTAMP = 1604245489
SHA256 (python-xcaplib-1.2.2.tar.gz) = d60ce7078ce08bcb8033154ba293aaba19df66d0728889e4bfff1d1d876e76c8
SIZE (python-xcaplib-1.2.2.tar.gz) = 22531
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-lxml>=0 : devel/py-lxml@py311
- py311-python-application>=1.1.5 : devel/py-python-application@py311
- py311-twisted>=0 : devel/py-twisted@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-python-xcaplib
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from devel/py-xcaplib on 2024-07-06
REASON: Move devel/py-xcaplib to devel/py-python-xcaplib
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.2_2 15 Sep 2025 13:55:40
    |
Hiroki Tagato (tagattie)  |
*/*: switch dependency from devel/py-lxml5 to devel/py-lxml
Currently, there are two versions of python XML processing library
which conflict each other in the ports tree, namely:
- devel/py-lxml5 (now at version 5.4.0)
- devel/py-lxml (now at version 6.0.1)
To avoid the situation that some ports depend on py-lxml5 and some
others do on py-lxml (by switching dependencies individually), this
commit switches the dependencies from py-lxml5 to py-lxml at once.
Additional note: There are still two ports (textproc/py-rdflib and
www/py-draftjs-exporter) depending on py-lxml5 since they limit upper
version to less than 6.
PR: 289491
Approved by: Michiel van Baak Jansen <michiel@vanbaak.eu>, arrowd,
crees, madpilot, delphij, marcus, nivit, kai,
skreuzer, fluffy, bofh, thierry, stephen, sunpoet,
0mp, Eric Camachat <eric@camachat.org> |
1.2.2_1 21 Jul 2025 08:00:55
    |
Hiroki Tagato (tagattie)  |
*/*: update dependency on devel/py-lxml to devel/py-lxml5 (2nd attempt)
This is a follow up to the commit 230fb2661c78, which updated some
ports' dependencies on devel/py-lxml to devel/py-lxml5. It was an
attempt to follow the dependency change of
www/py-beautifulsoup. However, the switch was incomplete and broke
some other ports.
It has turned out that the ports depending on devel/py-lxml (at
version 4.9.3) does not limit their dependencies' upper bound to 4.x
except for one (devel/py-pymaven-patch). So updating them to
devel/py-lxml5 (at version 5.4.0) should cause no harm.
This commit switch dependencies of all the ports (except
devel/py-pymaven-patch) to devel/py-lxml5 avoid potential conflicts.
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
PR: 287144, 288047
Reported by: makc (via ports-committers),
vvd (PR 288047),
diizzy (PR 287144)
Approved by: portmgr (chase dependency change, unbreak build)
Fixes: 230fb2661c78 (*/*: update dependency on devel/py-lxml to devel/py-lxml5) |
1.2.2 06 Jul 2024 16:01:16
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-xcaplib: Move devel/py-xcaplib to devel/py-python-xcaplib
- Convert to USE_PYTHON=pep517 |
Number of commits found: 3
|