notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-caldav CalDAV (RFC4791) client library
1.2.1 www on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-04-16 06:52:23
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: cytoscape, openjdk8, tmux, xen-kernel, python311
Also Listed In: python
License: APACHE20 GPLv3
WWW:
https://github.com/python-caldav/caldav
Description:
CalDAV (RFC4791) client library for Python. Calendaring extensions to WebDAV, or CalDAV, is an Internet standard allowing a client to access scheduling information on a remote server. It extends WebDAV (HTTP-based protocol for data manipulation) specification and uses iCalendar format for the data.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}caldav>0:www/py-caldav@${PY_FLAVOR}
To install the port:
cd /usr/ports/www/py-caldav/ && make install clean
To add the package, run one of these commands:
  • pkg install www/py-caldav
  • pkg install py39-caldav
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 py39-caldav listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-caldav
Package flavors (<flavor>: <package>)
  • py39: py39-caldav
distinfo:
TIMESTAMP = 1684104562 SHA256 (caldav-1.2.1.tar.gz) = 934d7169d6e51b6e6ed4beef579b3d4008e2e6edac326a70225a32400ead86c9 SIZE (caldav-1.2.1.tar.gz) = 431692

Packages (timestamps in pop-ups are UTC):
py37-caldav
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.7.1---0.6.2-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-caldav
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.11.2.1-1.2.11.2.1---
FreeBSD:13:quarterly1.2.11.2.11.2.11.2.11.2.11.2.11.2.11.2.1
FreeBSD:14:latest1.2.11.2.10.9.01.2.11.2.11.2.1-1.2.1
FreeBSD:14:quarterly1.2.11.2.1-1.2.11.2.11.2.11.2.11.2.1
FreeBSD:15:latest1.2.11.2.1n/a1.2.1n/a1.2.11.2.11.2.1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. py39-coverage>=0 : devel/py-coverage@py39
  2. py39-pytz>=0,1 : devel/py-pytz@py39
  3. py39-radicale>=0 : www/radicale@py39
  4. py39-tzlocal>0 : devel/py-tzlocal@py39
  5. py39-xandikos>=0 : www/py-xandikos@py39
  6. py39-pytest>=7,1 : devel/py-pytest@py39
  7. python3.9 : lang/python39
Runtime dependencies:
  1. py39-icalendar>=0 : devel/py-icalendar@py39
  2. py39-lxml>=0 : devel/py-lxml@py39
  3. py39-recurring-ical-events>=2.0.0 : devel/py-recurring-ical-events@py39
  4. py39-requests>=0 : www/py-requests@py39
  5. py39-vobject>=0 : deskutils/py-vobject@py39
  6. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  7. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_py-caldav
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/c/caldav/
  2. https://pypi.org/packages/source/c/caldav/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
1.2.1
27 May 2023 04:10:46
commit hash: 8d34ea2e68352c7da3360d92958dc4918709767dcommit hash: 8d34ea2e68352c7da3360d92958dc4918709767dcommit hash: 8d34ea2e68352c7da3360d92958dc4918709767dcommit hash: 8d34ea2e68352c7da3360d92958dc4918709767d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-caldav: Update to 1.2.1

Changes:	https://github.com/python-caldav/caldav/releases
1.0.1
05 Feb 2023 15:48:07
commit hash: 911fe90f4742d3cf213aa21b0746c2a3ef21241ccommit hash: 911fe90f4742d3cf213aa21b0746c2a3ef21241ccommit hash: 911fe90f4742d3cf213aa21b0746c2a3ef21241ccommit hash: 911fe90f4742d3cf213aa21b0746c2a3ef21241c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-caldav: Update to 1.0.1

Changes:	https://github.com/python-caldav/caldav/releases
0.11.0
30 Jan 2023 13:00:21
commit hash: 9bb35850b3801640ce957ee12ce5ce003596a926commit hash: 9bb35850b3801640ce957ee12ce5ce003596a926commit hash: 9bb35850b3801640ce957ee12ce5ce003596a926commit hash: 9bb35850b3801640ce957ee12ce5ce003596a926 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/py-caldav: Update to 0.11.0

- Add LICENSE_FILE
- Convert to USE_PYTHON=pytest
- Take maintainership

Changes:	https://github.com/python-caldav/caldav/releases
0.9.0
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.9.0
12 Dec 2022 22:53:41
commit hash: db40bbba9a60c993eb4e0307ead8bac80a679c82commit hash: db40bbba9a60c993eb4e0307ead8bac80a679c82commit hash: db40bbba9a60c993eb4e0307ead8bac80a679c82commit hash: db40bbba9a60c993eb4e0307ead8bac80a679c82 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
www/py-caldav: Drop maintainership
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.9.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.9.0
19 May 2022 14:55:20
commit hash: 32fd89bf6cc88ad92374272e2b5194d783eee24dcommit hash: 32fd89bf6cc88ad92374272e2b5194d783eee24dcommit hash: 32fd89bf6cc88ad92374272e2b5194d783eee24dcommit hash: 32fd89bf6cc88ad92374272e2b5194d783eee24d files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
www/py-caldav: Update to 0.9.0

https://github.com/python-caldav/caldav/releases

While here
  - set the version specifications for RUN_DEPENDS to match any version,
    since upstream does not make any requirements
  - Enable tests.

Reviewed by:	koobs
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D35226
0.8.2
11 Dec 2021 01:58:54
commit hash: 1535965c818c7ae81e86ad3ac45ce32ea09adfb0commit hash: 1535965c818c7ae81e86ad3ac45ce32ea09adfb0commit hash: 1535965c818c7ae81e86ad3ac45ce32ea09adfb0commit hash: 1535965c818c7ae81e86ad3ac45ce32ea09adfb0 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
www/py-caldav: Update to 0.8.2

https://github.com/python-caldav/caldav/blob/541daa244ef426bf9cb5587f8a53e3ffba6b1421/changelog-0.8.md
https://github.com/python-caldav/caldav/releases/tag/v0.8.2
0.8.0
08 Apr 2021 01:00:57
commit hash: 90331b11cb4b96febc46887b4d62d1191d8982a2commit hash: 90331b11cb4b96febc46887b4d62d1191d8982a2commit hash: 90331b11cb4b96febc46887b4d62d1191d8982a2commit hash: 90331b11cb4b96febc46887b4d62d1191d8982a2 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
www/py-caldav: Update to 0.8.0

https://github.com/python-caldav/caldav/releases/tag/v0.8.0
0.7.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.7.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.7.1
11 Jan 2021 05:49:11
Revision:561189Original commit files touched by this commit
jrm search for other commits by this committer
www/py-caldav: Update to version 0.7.1

https://github.com/python-caldav/caldav/releases/tag/v0.7.0
https://github.com/python-caldav/caldav/releases/tag/v0.7.1
0.6.2
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.6.2
27 Nov 2019 15:28:37
Revision:518504Original commit files touched by this commit
jrm search for other commits by this committer
www/py-caldav: Update to version 0.6.2
0.6.1
03 May 2019 01:09:29
Revision:500685Original commit files touched by this commit
jrm search for other commits by this committer
www/py-caldav: Update to version 0.6.1

Upstream changes:
https://github.com/python-caldav/caldav/releases/tag/v0.6.1
0.6.0
17 Mar 2019 18:13:09
Revision:496082Original commit files touched by this commit
jrm search for other commits by this committer
www/py-caldav: Update to version 0.6.0
0.5.0_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.5.0_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
0.5.0_1
12 Apr 2017 11:13:38
Revision:438350Original commit files touched by this commit
gahr search for other commits by this committer
www/py-caldav: add RUN_DEPENDS, bump PORTREVISION

Approved by:	jrm (maintainer)
0.5.0
25 Jan 2017 15:43:12
Revision:432421Original commit files touched by this commit
jrm search for other commits by this committer
www/py-caldav: Update to version 0.5.0.

Upstream release notes:
https://bitbucket.org/cyrilrbt/caldav/issues/50/release-v05#comment-33897598

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9330
0.4.0
23 Sep 2016 21:42:02
Revision:422697Original commit files touched by this commit
jrm search for other commits by this committer
Update email address to jrm@FreeBSD.org for ports that I maintain

Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7995
0.4.0
16 Apr 2016 06:52:14
Revision:413417Original commit files touched by this commit
pi search for other commits by this committer
New port: www/py-caldav

CalDAV (RFC4791) client library for Python.

Calendaring extensions to WebDAV, or CalDAV, is an Internet standard
allowing a client to access scheduling information on a remote
server. It extends WebDAV (HTTP-based protocol for data manipulation)
specification and uses iCalendar format for the data.

WWW: https://bitbucket.org/cyrilrbt/caldav/wiki/Home

PR:		208687
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>

Number of commits found: 24