9 Commits

Author SHA1 Message Date
sthen
9f83ad34c6 regen patch (no pkg change)
enable tests
2016-11-01 15:27:24 +00:00
rpe
8dfa71269b Update www/urlwatch to version 2.
This is a major update for urlwatch which is now a python3 program.
Consider looking at the README.md at https://github.com/thp/urlwatch
if you are migrating from version 1.

Noteable changes:
- the urls file is now in PyYaml format and will be auto-convertert
- watching ftp:// URLs needs a workaround like:
  kind: shell
  command: curl ftp://url/path/
- custom hooks are different and need rewriting

Feedback from and OK sthen@ aja@
2016-11-01 14:20:15 +00:00
sthen
da06a3531d modify urlwatch to use -nonumbers in the command-line to lynx 2016-01-10 16:11:48 +00:00
sthen
897b18617f regen 2016-01-10 16:11:04 +00:00
rpe
bd79c902ac Update www/urlwatch to 1.18
OK aja@
2015-04-05 23:01:23 +00:00
jasper
7442a010e4 update to urlwatch-1.17 2014-08-30 22:02:39 +00:00
sthen
29ea32c1cc add a run dep for urlwatch on lynx, ok jasper@ 2014-07-23 13:27:09 +00:00
sthen
e5840fe3a7 update to urlwatch-1.16 2014-07-18 14:11:42 +00:00
sthen
f6cf4bf2ab import ports/www/urlwatch, ok dcoppa@ benoit@
This script is intended to help you watch URLs and get notified (via
email or in your terminal) of any changes. The change notification will
include the URL that has changed and a unified diff of what has changed.

The script supports the use of a filtering hook function to strip
trivially-varying elements of a webpage.
2013-10-02 07:55:55 +00:00