From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 31 22:20:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 194961065675 for ; Mon, 31 May 2010 22:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D0FB48FC0A for ; Mon, 31 May 2010 22:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4VMK1IU028218 for ; Mon, 31 May 2010 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4VMK1X6028217; Mon, 31 May 2010 22:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 31 May 2010 22:20:01 GMT Resent-Message-Id: <201005312220.o4VMK1X6028217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tomaž Muraus Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF461065674 for ; Mon, 31 May 2010 22:14:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D83B38FC17 for ; Mon, 31 May 2010 22:14:13 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4VMEDPP016105 for ; Mon, 31 May 2010 22:14:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4VMEDsV016104; Mon, 31 May 2010 22:14:13 GMT (envelope-from nobody) Message-Id: <201005312214.o4VMEDsV016104@www.freebsd.org> Date: Mon, 31 May 2010 22:14:13 GMT From: Tomaž Muraus To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/147261: [NEW PORT] sysutils/ckl: A command line tool for noting when something was changed on a machine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 22:20:02 -0000 >Number: 147261 >Category: ports >Synopsis: [NEW PORT] sysutils/ckl: A command line tool for noting when something was changed on a machine >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 31 22:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Tomaž Muraus >Release: 8.0 >Organization: >Environment: FreeBSD freebsd-vbox-dev 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Tue May 25 20:54:11 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: 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 >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ckl # ckl/pkg-plist # ckl/pkg-descr # ckl/Makefile # ckl/distinfo # echo c - ckl mkdir -p ckl > /dev/null 2>&1 echo x - ckl/pkg-plist sed 's/^X//' >ckl/pkg-plist << '362a87ca86e1d31a889eeb003c57b85d' Xbin/ckl 362a87ca86e1d31a889eeb003c57b85d echo x - ckl/pkg-descr sed 's/^X//' >ckl/pkg-descr << '939bdd7723aa8662e133f2e9d5936add' XA command line tool for noting when something was changed on a machine. XThe contents of the message are POST'ed to another server for logging. X XWWW: http://github.com/pquerna/ckl 939bdd7723aa8662e133f2e9d5936add echo x - ckl/Makefile sed 's/^X//' >ckl/Makefile << 'c6d4cd68b9a79e7fff44a130e337e1e9' X# New ports collection makefile for: ckl X# Date created: 1 June 2010 X# Whom: Tomaž Muraus X# X# $FreeBSD$ X# X XPORTNAME= ckl XPORTVERSION= 0.9.1 XCATEGORIES= sysutils net XMASTER_SITES= http://packages.cloudkick.com/releases/ckl/ XDISTNAME= ckl-${PORTVERSION} X XMAINTAINER= kami@k5-storitve.net XCOMMENT= A command line tool for noting when something was changed on a machine X XUSE_SCONS= yes XUSE_BZIP2= yes X XPORTDOCS= CHANGES LICENSE NOTICE README X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/ckl ${PREFIX}/bin X Xpost-install: X ${MKDIR} ${EXAMPLESDIR}/webapp X (cd ${WRKSRC}/webapp/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/webapp) X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for file in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X @if [ ! -f /etc/cloudkick.conf ]; then \ X ${TOUCH} /etc/cloudkick.conf ; \ X fi X X.include c6d4cd68b9a79e7fff44a130e337e1e9 echo x - ckl/distinfo sed 's/^X//' >ckl/distinfo << '83d720edac8444a18f8d693425bfd00b' XMD5 (ckl-0.9.1.tar.bz2) = 010b2e7455a41b5c2380cb0c56954802 XSHA256 (ckl-0.9.1.tar.bz2) = 270d8de8f08ff0eeb88191527f6991467d3fee10b99c5c9319b5e027e1d3f77f XSIZE (ckl-0.9.1.tar.bz2) = 297908 83d720edac8444a18f8d693425bfd00b exit >Release-Note: >Audit-Trail: >Unformatted: