From owner-cvs-ports@FreeBSD.ORG Wed Jun 2 21:01:10 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93806106567F; Wed, 2 Jun 2010 21:01:10 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82B238FC29; Wed, 2 Jun 2010 21:01:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o52L1AFL047767; Wed, 2 Jun 2010 21:01:10 GMT (envelope-from sylvio@repoman.freebsd.org) Received: (from sylvio@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o52L1ASD047766; Wed, 2 Jun 2010 21:01:10 GMT (envelope-from sylvio) Message-Id: <201006022101.o52L1ASD047766@repoman.freebsd.org> From: Sylvio Cesar Teixeira Date: Wed, 2 Jun 2010 21:01:10 +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/ckl Makefile distinfo pkg-descr pkg-plist ports/sysutils/ckl/files cloudkick.conf.example patch-src-conf.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 21:01:10 -0000 sylvio 2010-06-02 21:01:10 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/ckl Makefile distinfo pkg-descr pkg-plist sysutils/ckl/files cloudkick.conf.example patch-src-conf.c Log: A command line tool for noting when something was changed on a machine. The contents of the message are POST'ed to another server for logging. WWW: http://github.com/pquerna/ckl PR: ports/147261 Submitted by: Tomaz Muraus Revision Changes Path 1.1196 +1 -0 ports/sysutils/Makefile 1.1 +45 -0 ports/sysutils/ckl/Makefile (new) 1.1 +3 -0 ports/sysutils/ckl/distinfo (new) 1.1 +2 -0 ports/sysutils/ckl/files/cloudkick.conf.example (new) 1.1 +27 -0 ports/sysutils/ckl/files/patch-src-conf.c (new) 1.1 +4 -0 ports/sysutils/ckl/pkg-descr (new) 1.1 +4 -0 ports/sysutils/ckl/pkg-plist (new)