diff options
author | kai <kai@FreeBSD.org> | 2019-05-21 05:20:45 +0800 |
---|---|---|
committer | kai <kai@FreeBSD.org> | 2019-05-21 05:20:45 +0800 |
commit | d4c4d09dd01e42df5e7dd6e44cf3780723272dfd (patch) | |
tree | c5a861f30343f9999d53f01d7eedd6890e5e52b2 /www/Makefile | |
parent | 814f8dba25400cddc3353368fe343acbb1ff8adc (diff) | |
download | freebsd-ports-gnome-d4c4d09dd01e42df5e7dd6e44cf3780723272dfd.tar.gz freebsd-ports-gnome-d4c4d09dd01e42df5e7dd6e44cf3780723272dfd.tar.zst freebsd-ports-gnome-d4c4d09dd01e42df5e7dd6e44cf3780723272dfd.zip |
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
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2718fb2f7824..3e1fcfba8ed4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1848,6 +1848,7 @@ SUBDIR += py-url SUBDIR += py-urlgrabber SUBDIR += py-urlobject + SUBDIR += py-urlwatch SUBDIR += py-user_agent SUBDIR += py-utidylib SUBDIR += py-w3lib |