[44866] trunk/dports/python

brett at macports.org brett at macports.org
Sat Jan 3 14:46:59 PST 2009


Revision: 44866
          http://trac.macports.org/changeset/44866
Author:   brett at macports.org
Date:     2009-01-03 14:46:59 -0800 (Sat, 03 Jan 2009)
Log Message:
-----------
initial urlwatch port

Added Paths:
-----------
    trunk/dports/python/py26-urlwatch/
    trunk/dports/python/py26-urlwatch/Portfile

Added: trunk/dports/python/py26-urlwatch/Portfile
===================================================================
--- trunk/dports/python/py26-urlwatch/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-urlwatch/Portfile	2009-01-03 22:46:59 UTC (rev 44866)
@@ -0,0 +1,21 @@
+# -*- 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.7
+categories		python
+platforms		darwin
+maintainers		nomaintainer
+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-setuptools
+checksums		sha1 4975c7e0c4b08b82d4497dc9de7c9abbe527ee55


Property changes on: trunk/dports/python/py26-urlwatch/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090103/a63f3b6a/attachment.html>


More information about the macports-changes mailing list