From nobody@FreeBSD.org  Mon May 31 22:14:14 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0EF461065674
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <kami@k5-storitve.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] sysutils/ckl: A command line tool for noting when something was changed on a machine
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 31 22:20:01 UTC 2010
>Closed-Date:    Wed Jun 02 21:01:45 UTC 2010
>Last-Modified:  Thu Jun 03 00:19:25 UTC 2010
>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 <kami@k5-storitve.net>
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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Mon May 31 23:55:04 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147261 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Tue Jun 1 01:44:38 UTC 2010 
State-Changed-Why:  
From misfiled PR ports/147264: 

Date: Mon, 31 May 2010 21:40:12 -0300 
From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> 
To: bug-followup@freebsd.org 
Cc: kami@k5-storitve.net 
Subject: Re: [NEW PORT] sysutils/ckl: A command line tool for noting when  
something was changed on a machine 

Hi, 

The file must be add in "/usr/local/etc/cloudkick.conf" and not 
"/etc/cloudkick.conf. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147261 

From: =?UTF-8?Q?Toma=C5=BE?= Muraus <kami@k5-storitve.net>
To: bug-followup@FreeBSD.org
Cc: sylvio@FreeBSD.org
Subject: Re: ports/147261: [NEW PORT] sysutils/ckl: A command line tool for
 noting when something was changed on a machine
Date: Tue, 01 Jun 2010 08:19:35 +0200

 --=-wLnx7YbDibD0CyNwXoX5
 Content-Type: multipart/alternative; boundary="=-ySUV5c7wJflMXdbCTOm+"
 
 
 --=-ySUV5c7wJflMXdbCTOm+
 Content-Type: text/plain; charset="UTF-8"
 Content-Transfer-Encoding: 8bit
 
 Added a patch which modifies the path to the config file and an example
 config file.
 
 Hope that is ok now.
 
 Tomaž
 
 --=-ySUV5c7wJflMXdbCTOm+
 Content-Type: text/html; charset="utf-8"
 Content-Transfer-Encoding: 7bit
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
 <HTML>
 <HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
   <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
 </HEAD>
 <BODY>
 Added a patch which modifies the path to the config file and an example config file.<BR>
 <BR>
 Hope that is ok now.<BR>
 <BR>
 Toma&#382;
 </BODY>
 </HTML>
 
 --=-ySUV5c7wJflMXdbCTOm+--
 
 --=-wLnx7YbDibD0CyNwXoX5
 Content-Disposition: attachment; filename="ckl.txt"
 Content-Type: text/plain; name="ckl.txt"; charset="UTF-8"
 Content-Transfer-Encoding: 8bit
 
 # 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/files
 #	ckl/files/patch-src-conf.c
 #	ckl/files/cloudkick.conf.example
 #	ckl/pkg-plist
 #	ckl/pkg-descr
 #	ckl/Makefile
 #	ckl/distinfo
 #
 echo c - ckl/
 mkdir -p ckl/ > /dev/null 2>&1
 echo c - ckl/files
 mkdir -p ckl/files > /dev/null 2>&1
 echo x - ckl/files/patch-src-conf.c
 sed 's/^X//' >ckl/files/patch-src-conf.c << '3f942d8fda99e0d239351ca82e5b50c3'
 X*** src/conf.c.orig	Sun Jan 24 02:46:27 2010
 X--- src/conf.c		Tue Jun  1 07:19:59 2010
 X***************
 X*** 86,96 ****
 X  {
 X    int rv;
 X    FILE *fp;
 X    
 X    /* TODO: respect prefix */
 X!   fp = fopen("/etc/cloudkick.conf", "r");
 X    if (fp == NULL) {
 X      char buf[2048];
 X      const char *home = getenv("HOME");
 X      
 X      if (home == NULL) {
 X--- 86,96 ----
 X  {
 X    int rv;
 X    FILE *fp;
 X    
 X    /* TODO: respect prefix */
 X!   fp = fopen("/usr/local/etc/cloudkick.conf", "r");
 X    if (fp == NULL) {
 X      char buf[2048];
 X      const char *home = getenv("HOME");
 X      
 X      if (home == NULL) {
 3f942d8fda99e0d239351ca82e5b50c3
 echo x - ckl/files/cloudkick.conf.example
 sed 's/^X//' >ckl/files/cloudkick.conf.example << 'a1f61b8f10fe5f4d1b9d32157e464e19'
 Xckl_endpoint http://ckl.example.com/
 Xsecret mySuperSecret
 a1f61b8f10fe5f4d1b9d32157e464e19
 echo x - ckl/pkg-plist
 sed 's/^X//' >ckl/pkg-plist << '362a87ca86e1d31a889eeb003c57b85d'
 Xbin/ckl
 Xshare/examples/ckl/cloudkick.conf.example
 Xshare/examples/ckl/webapp/ckl.cgi
 X@dirrm share/examples/ckl/webapp
 X@dirrm share/examples/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 <kami@k5-storitve.net>
 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}
 X	${MKDIR} ${EXAMPLESDIR}/webapp
 X	${INSTALL_DATA} ${PATCHDIR}/cloudkick.conf.example ${EXAMPLESDIR}
 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 ${PREFIX}/etc/cloudkick.conf ]; then \
 X		${TOUCH} ${PREFIX}/etc/cloudkick.conf ; \
 X	fi
 X
 X.include <bsd.port.mk>
 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
 
 
 --=-wLnx7YbDibD0CyNwXoX5--

Date: Tue, 01 Jun 2010 07:02:00 +0200
From: =?UTF-8?Q?Toma=C5=BE?= Muraus <kami@k5-storitve.net>
To: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
Subject: Re: [NEW PORT] sysutils/ckl: A command line tool for noting when 
 something was changed on a machine

 --=-DFkJyoljFbZ19OXftSrG
 Content-Type: text/plain; charset="UTF-8"
 Content-Transfer-Encoding: 8bit
 
 Hello,
 
 Yes, I'm aware where FreeBSD stores ports config files, but I was not
 sure if I should create a patch, because program searches for config
 file in /etc/ or put the config file in /etc/cloudkick.conf?
 
 Thanks,
 Tomaž
 
 --=-DFkJyoljFbZ19OXftSrG--
 
Date: Wed, 2 Jun 2010 10:26:54 -0300
From: =?ISO-8859-1?Q?Sylvio_C=E9sar?= <scjamorim@bsd.com.br>
To: =?ISO-8859-2?Q?Toma=BE_Muraus?= <kami@k5-storitve.net>
Subject: Re: [NEW PORT] sysutils/ckl: A command line tool for noting when 
	something was changed on a machine

 2010/6/1 Toma=C5=BE Muraus <kami@k5-storitve.net>:
 > On Mon, 2010-05-31 at 21:40 -0300, Sylvio Cesar Teixeira wrote:
 >
 > The file must be add in "/usr/local/etc/cloudkick.conf" and not
 > "/etc/cloudkick.conf.
 >
 >
 
 Error:
 
 http://people.freebsd.org/~sylvio/ckl-0.9.1.log

Date: Wed, 2 Jun 2010 10:42:58 -0300
From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
To: bug-followup@freebsd.org
Subject: Re: [NEW PORT] sysutils/ckl: A command line tool for noting when 
	something was changed on a machine

 Error:
 
 http://people.freebsd.org/~sylvio/ckl-0.9.1.log

Date: Wed, 02 Jun 2010 19:51:02 +0200
From: =?UTF-8?Q?Toma=C5=BE?= Muraus <kami@k5-storitve.net>
To: Sylvio =?ISO-8859-1?Q?C=E9sar?= <scjamorim@bsd.com.br>
Subject: Re: [NEW PORT] sysutils/ckl: A command line tool for noting when 
 something was changed on a machine

 --=-AK2mIq21GVnWjlazzNev
 Content-Type: multipart/alternative; boundary="=-QUszrASw1JwDExgQP2yH"
 
 
 --=-QUszrASw1JwDExgQP2yH
 Content-Type: text/plain; charset="UTF-8"
 Content-Transfer-Encoding: 8bit
 
 I've added the cURL dependency so it should work now (compiles fine
 under my tinderbox jail).
 
 --=-QUszrASw1JwDExgQP2yH--
 
 --=-AK2mIq21GVnWjlazzNev
 Content-Disposition: attachment; filename="ckl.txt"
 Content-Type: text/plain; name="ckl.txt"; charset="UTF-8"
 Content-Transfer-Encoding: 8bit
 
 # 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-descr
 #	ckl/distinfo
 #	ckl/pkg-plist
 #	ckl/Makefile
 #	ckl/files
 #	ckl/files/patch-src-conf.c
 #	ckl/files/cloudkick.conf.example
 #
 echo c - ckl
 mkdir -p ckl > /dev/null 2>&1
 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/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
 echo x - ckl/pkg-plist
 sed 's/^X//' >ckl/pkg-plist << '362a87ca86e1d31a889eeb003c57b85d'
 Xbin/ckl
 Xshare/examples/ckl/cloudkick.conf.example
 Xshare/examples/ckl/webapp/ckl.cgi
 X@dirrm share/examples/ckl/webapp
 X@dirrm share/examples/ckl
 362a87ca86e1d31a889eeb003c57b85d
 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 <kami@k5-storitve.net>
 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
 XLIB_DEPENDS=		curl:${PORTSDIR}/ftp/curl
 X          
 XPORTDOCS=		CHANGES LICENSE NOTICE README
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/src/ckl ${PREFIX}/bin
 X
 Xpost-install:
 X	${MKDIR} ${EXAMPLESDIR}
 X	${MKDIR} ${EXAMPLESDIR}/webapp
 X	${INSTALL_DATA} ${PATCHDIR}/cloudkick.conf.example ${EXAMPLESDIR}
 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 ${PREFIX}/etc/cloudkick.conf ]; then \
 X		${TOUCH} ${PREFIX}/etc/cloudkick.conf ; \
 X	fi
 X
 X.include <bsd.port.mk>
 c6d4cd68b9a79e7fff44a130e337e1e9
 echo c - ckl/files
 mkdir -p ckl/files > /dev/null 2>&1
 echo x - ckl/files/patch-src-conf.c
 sed 's/^X//' >ckl/files/patch-src-conf.c << '3f942d8fda99e0d239351ca82e5b50c3'
 X*** src/conf.c.orig	Sun Jan 24 02:46:27 2010
 X--- src/conf.c		Tue Jun  1 07:19:59 2010
 X***************
 X*** 86,96 ****
 X  {
 X    int rv;
 X    FILE *fp;
 X    
 X    /* TODO: respect prefix */
 X!   fp = fopen("/etc/cloudkick.conf", "r");
 X    if (fp == NULL) {
 X      char buf[2048];
 X      const char *home = getenv("HOME");
 X      
 X      if (home == NULL) {
 X--- 86,96 ----
 X  {
 X    int rv;
 X    FILE *fp;
 X    
 X    /* TODO: respect prefix */
 X!   fp = fopen("/usr/local/etc/cloudkick.conf", "r");
 X    if (fp == NULL) {
 X      char buf[2048];
 X      const char *home = getenv("HOME");
 X      
 X      if (home == NULL) {
 3f942d8fda99e0d239351ca82e5b50c3
 echo x - ckl/files/cloudkick.conf.example
 sed 's/^X//' >ckl/files/cloudkick.conf.example << 'a1f61b8f10fe5f4d1b9d32157e464e19'
 Xckl_endpoint http://ckl.example.com/
 Xsecret mySuperSecret
 a1f61b8f10fe5f4d1b9d32157e464e19
 exit
 
 
 --=-AK2mIq21GVnWjlazzNev--
 

Date: Wed, 2 Jun 2010 14:52:52 -0300
From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
To: =?ISO-8859-2?Q?Toma=BE_Muraus?= <kami@k5-storitve.net>
Subject: Re: [NEW PORT] sysutils/ckl: A command line tool for noting when 
	something was changed on a machine

 Thanks, I'll test it.
 
 --=20
 Regards,
 
 Sylvio Cesar               || FreeBSD Committer || Team multimedia@FreeBSD.=
 org
 sylvio@FreeBSD.org  || http://people.freebsd.org/~sylvio ||
 http://www.scjamorim.org || http://www.freebsd.org
 
 "Tenho posto o Senhor continuamente diante de mim; porque Ele est=C3=A1 =C3=
 =A0
 minha m=C3=A3o direita, n=C3=A3o vacilarei. Portanto, alegre est=C3=A1 o me=
 u
 cora=C3=A7=C3=A3o". (Salmos 16:8)
 
 "Os olhos do SENHOR est=C3=A3o sobre os justos, e os seus ouvidos atentos
 ao seu clamor". (Salmos 34:15)

State-Changed-From-To: feedback->closed 
State-Changed-By: sylvio 
State-Changed-When: Wed Jun 2 21:01:44 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147261 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147261: commit references a PR
Date: Wed,  2 Jun 2010 21:01:18 +0000 (UTC)

 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 <kami@k5-storitve.net>
   
   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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
