From owner-cvs-all@FreeBSD.ORG Mon Nov 20 19:08:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23CF816A4CE; Mon, 20 Nov 2006 19:08:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0A043FAC; Mon, 20 Nov 2006 19:05:37 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAKJ5mar042334; Mon, 20 Nov 2006 19:05:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAKJ5mlO042333; Mon, 20 Nov 2006 19:05:48 GMT (envelope-from miwi) Message-Id: <200611201905.kAKJ5mlO042333@repoman.freebsd.org> From: Martin Wilke Date: Mon, 20 Nov 2006 19:05:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/ck4up Makefile distinfo pkg-descr ports/sysutils/ck4up/files patch-Makefile patch-ck4up.rb patch-ck4up.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2006 19:08:41 -0000 miwi 2006-11-20 19:05:47 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/ck4up Makefile distinfo pkg-descr sysutils/ck4up/files patch-Makefile patch-ck4up.rb patch-ck4up.sh Log: 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 Revision Changes Path 1.859 +1 -0 ports/sysutils/Makefile 1.1 +35 -0 ports/sysutils/ck4up/Makefile (new) 1.1 +3 -0 ports/sysutils/ck4up/distinfo (new) 1.1 +23 -0 ports/sysutils/ck4up/files/patch-Makefile (new) 1.1 +8 -0 ports/sysutils/ck4up/files/patch-ck4up.rb (new) 1.1 +11 -0 ports/sysutils/ck4up/files/patch-ck4up.sh (new) 1.1 +6 -0 ports/sysutils/ck4up/pkg-descr (new)