the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: webdiff
Version: 20070302
Revision: 1
Description: Powerful web page update checker
License: GPL
Maintainer: Christian Schaffner
# Dependencies:
Depends: algorithm-diff-rb18, ruby18
# Unpack Phase:
Source: http://pkqs.net/~sbeyer/tools/netstiff/%n_%v.orig.tar.gz
SourceDirectory: %n-%v
Source-MD5: 48ed71e36037c2d96f30cb44b0ae3ad6
# Compile Phase:
CompileScript: echo 'nothing to compile'
# Patch Phase:
PatchScript: <<
perl -pi.bak -e 's;#!/usr/bin/ruby;#!%p/bin/ruby1.8;' webdiff
<<
# Install Phase:
InstallScript: <<
/usr/bin/install -d %i/bin
/usr/bin/install -m 755 webdiff %i/bin/webdiff
/usr/bin/install -d %i/share
/usr/bin/install -d %i/share/man
/usr/bin/install -d %i/share/man/man1
/usr/bin/install -m 644 webdiff.1 %i/share/man/man1
<<
# Additional Info:
DescDetail: <<
NOTE:
***
As of 2007-03-22 webdiff has changed its name to netstiff
***
webdiff is a powerful and easy-to-use web page update checker. Updates
are recognized using several test criteria (diff, html, size, date,
md5sum, regexp). Without any given options, webdiff will only print
the URIs of web pages that changed - one per line - so that the output
of webdiff can easily be used by further scripts (e.g. wget or mail).
In 'diff' and 'html' mode a diff-like output can be generated from the
changes. It also comes with a built-in interactive configuration tool.
<<
Homepage: http://pkqs.net/~sbeyer/#webdiff