# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python26 1.0 name py26-urlwatch version 1.12 categories python platforms darwin maintainers phw openmaintainer description a tool for monitoring webpages for updates long_description urlwatch helps 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, and can also filter \ content via hooks, remove noise (always-changing website parts), etc. homepage http://thpinfo.com/2008/urlwatch/ master_sites ${homepage} distname urlwatch-${version} depends_lib port:py26-distribute checksums md5 08051e6ce28ddfebb7021fd0f6251859 \ sha1 b8bf7bd081a7c19bb3babd489d1a7ed6d8a49093 \ rmd160 e46d884091a595aca9ef28119b8b656ad909c7b0 livecheck.type regex livecheck.url ${homepage} livecheck.regex "Current version: (\\d+(?:\\.\\d+)*)"