Port details |
- py-urlwatch Monitors webpages and sends notifications about changes
- 2.29_1 www
=3 2.29Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2019-05-20 21:21:29
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: gnupg1, dbus, libevent, indexinfo, python38
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/thp/urlwatch
- Description:
- With urlwatch you can watch changes in webpages and get notified (via e-mail,
in your terminal or through various third party services) of any changes.
The change notification will include the URL that has changed and a unified
diff of what has changed.
¦ ¦ ¦ ¦ 
- 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}urlwatch>0:www/py-urlwatch@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-urlwatch/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-urlwatch
- pkg install py311-urlwatch
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-urlwatch listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-urlwatch
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1733900227
SHA256 (urlwatch-2.29.tar.gz) = f317ca8b123b15af510ec9e08bf885d8a8b574f502253e5ded200d757366da98
SIZE (urlwatch-2.29.tar.gz) = 180540
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-sphinx>=0,1 : textproc/py-sphinx@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- py311-nose>0 : devel/py-nose@py311
- py311-pdftotext>0 : textproc/py-pdftotext@py311
- py311-pycodestyle>0 : devel/py-pycodestyle@py311
- py311-jq>0 : textproc/py-jq@py311
- py311-pytesseract>0 : graphics/py-pytesseract@py311
- py311-docutils>0 : textproc/py-docutils@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-minidb>=2.0.8 : databases/py-minidb@py311
- py311-lxml>0 : devel/py-lxml@py311
- py311-platformdirs>0 : devel/py-platformdirs@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-keyring>0 : security/py-keyring@py311
- py311-cssselect>0 : www/py-cssselect@py311
- py311-requests>0 : www/py-requests@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-urlwatch-2.29_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- www_py-urlwatch
- USES:
- python gmake
- 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 |
2.29_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2.29 12 Dec 2024 10:55:50
    |
Kai Knoblich (kai)  |
www/py-urlwatch: Update to 2.29
Changelog:
https://github.com/thp/urlwatch/blob/2.29/CHANGELOG.md |
2.28_1 07 Jul 2024 08:05:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
2.28 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> |
2.28 11 May 2023 03:45:23
    |
Kai Knoblich (kai)  |
www/py-urlwatch: Update to 2.28
Changelogs since 2.26:
https://github.com/thp/urlwatch/blob/2.28/CHANGELOG.md |
2.26 16 Apr 2023 16:02:27
    |
Kai Knoblich (kai)  |
www/py-urlwatch: Update to 2.26
* Remove no longer required USE_LOCALE as the UTF-8 mode is enabled by
default when the locale is C since Python 3.7.
* Also migrate from USES=pytest to the preferred USE_PYTHON=pytest
while I'm here.
Changelog:
https://github.com/thp/urlwatch/blob/2.26/CHANGELOG.md |
2.25 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
2.25 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 ) |
2.25 17 Jul 2022 12:04:31
    |
Kai Knoblich (kai)  |
www/py-urlwatch: Attempt to fix intermittent build issues
* If the DOCS option is enabled, the build process occasionally fails.
Attempt to fix this issue by setting MAKE_JOBS_UNSAFE accordingly.
* No PORTREVISION bump as the package content isn't changed.
Reported by: pkg-fallout
MFH: 2022Q3 |
2.25 08 May 2022 14:40:24
    |
Kai Knoblich (kai)  |
www/py-urlwatch: Switch to USES=pytest
* Adjust/remove relevant entries that are handled by Uses/pytest.mk. |
2.25 08 May 2022 14:38:32
    |
Kai Knoblich (kai)  |
www/py-urlwatch: Update to 2.25
* Fix BUILD if DOCS option is unset as BINARY_ALIAS can only be used if
textproc/py-sphinx (enabled via the DOCS option) is present.
* Add EXAMPLES option to let users choose to install the supplied
examples.
Changelog:
https://github.com/thp/urlwatch/blob/2.25/CHANGELOG.md
MFH: 2022Q2 |
2.24 13 Nov 2021 14:00:56
    |
Kai Knoblich (kai)  |
www/py-urlwatch: Update to 2.24
* Remove "-rs" parameter from testsuite as it causes issues with some
new tests.
Changelog:
https://github.com/thp/urlwatch/blob/2.24/CHANGELOG.md |
2.23 04 Jun 2021 21:50:58
    |
Matthias Andree (mandree)  |
www/py-urlwatch: update to v2.23, add DOCS
Add DOCS option (uses py-sphinx and GNU make) to build/install
html and text documentation.
Ensure build works for non-default Python flavors.
Update TEST_DEPENDS to list additional self-test requisites.
Changelog:
https://github.com/thp/urlwatch/blob/2.23/CHANGELOG.md#223----2021-04-10
PR: 256085
Approved by: kai@FreeBSD.org |
2.18 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.18 05 May 2020 08:31:15
  |
kai  |
www/py-urlwatch: Update to 2.18
* Adjust output of test suite to give a summary about skipped tests as well.
Changelog:
https://github.com/thp/urlwatch/blob/2.18/CHANGELOG.md |
2.17 20 May 2019 21:20:45
  |
kai  |
New port: www/py-urlwatch
With urlwatch you can watch changes in webpages and get notified (via e-mail,
in your terminal or through various third party services) of any changes.
The change notification will include the URL that has changed and a unified
diff of what has changed.
WWW: https://github.com/thp/urlwatch |