ports/sysutils/ck4up/files/patch-ck4up.rb
Martin Wilke bf7a3f4e5e ck4up is a small command-line utility, written in ruby. ck4up scans through a
configuration file, fetches the listed URLs from the web, computes the md5sum
of the page, and compares the value with the ones stored in a gdbm database.
If both differ, a message will be written to the standard output.

WWW: http://jue.li/crux/ck4up/

Sponsord by: My 1000er! *g
2006-11-20 19:05:47 +00:00

8 lines
155 B
Ruby

--- ck4up.rb.orig Sun Nov 19 21:39:42 2006
+++ ck4up.rb Sun Nov 19 21:40:03 2006
@@ -1,4 +1,4 @@
-#! /usr/bin/ruby
+#! %%PREFIX%%/bin/ruby
#
# ck4up
#