Port details |
- py-xcaplib Python XCAP client library
- 1.2.2_1 devel
=0 1.2.2_1Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2011-08-26 04:55:49
- Last Update: 2024-07-06 16:01:16
- Commit Hash: 1b062f8
- 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.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}xcaplib>0:devel/py-xcaplib@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-xcaplib
- Package flavors (<flavor>: <package>)
- 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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-lxml>=0 : devel/py-lxml@py39
- py39-python-application>=1.1.5 : devel/py-python-application@py39
- py39-twisted>=0 : devel/py-twisted@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-xcaplib
- USES:
- python
- 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 |
1.2.2_1 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 |
1.2.2_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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.2.2_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.2.2_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.2.2_1 19 Sep 2021 05:59:24 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-application: Move devel/py-application to
devel/py-python-application
- Add NO_ARCH
- Update WWW
- Take maintainership
- Bump PORTREVISION of dependent ports for dependency change |
1.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.2.2 01 Nov 2020 19:30:02 |
dbaio |
devel/py-xcaplib: Update to 1.2.2 |
1.2.1 11 Feb 2020 17:56:47 |
sunpoet |
Update to 1.2.1 and unbreak this port |
1.2.0 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
1.2.0 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.2.0 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 ) |
1.2.0 24 Aug 2017 14:20:02 |
sunpoet |
Update to 1.2.0
- Clean up MASTER_SITES
- Update LICENSE
- Update WWW
Changes: https://github.com/AGProjects/python-xcaplib/blob/master/debian/changelog
https://github.com/AGProjects/python-xcaplib/commits/master |
1.0.16_2 22 Aug 2017 16:40:59 |
sunpoet |
Remove BUILD_DEPENDS
- Sort RUN_DEPENDS
- Sort USE_PYTHON
- Pass maintainership to python@ |
1.0.16_2 20 Aug 2017 12:48:16 |
eugen |
Update RUN_DEPENDS: use newer twisted.
Bump PORTREVISION for dependency change.
Give up maintainership as I have not used this port for years
and I'm really not in position to test or upgrade it.
PR: 221649
Submitted by: sunpoet |
1.0.16_1 07 Jun 2017 19:12:05 |
sunpoet |
Add NO_ARCH
Approved by: portmgr (blanket) |
1.0.16_1 11 Mar 2017 18:54:46 |
eugen |
Switch MAINTAINER to my new account for my ports.
Reviewed by: az
M devel/py-application/Makefile
M devel/py-xcaplib/Makefile
M java/bouncycastle15/Makefile
M net/py-msrplib/Makefile |
1.0.16_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.16_1 20 Feb 2015 15:48:53 |
sunpoet |
- Use USES=twisted
- While I'm here:
- Add LICENSE [1]
- Use single space after WWW:
With hat: python
Approved by: portmgr (blanket) [1] |
1.0.16_1 10 Oct 2014 22:27:37 |
antoine |
Remove plist redundant with autoplist |
1.0.16_1 19 Feb 2014 05:31:15 |
miwi |
- Stage Support
- Convert to autoplist
- Bump PORTREV |
1.0.16 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) |
1.0.16 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.0.16 26 Aug 2011 04:55:22 |
miwi |
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.
WWW: http://sipsimpleclient.com/wiki/xcapclient
PR: ports/158906
Submitted by: Eugene Grosbein <ports@grosbein.net> |