Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2010 22:14:13 GMT
From:      Tomaž Muraus <kami@k5-storitve.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147261: [NEW PORT] sysutils/ckl: A command line tool for noting when something was changed on a machine
Message-ID:  <201005312214.o4VMEDsV016104@www.freebsd.org>
Resent-Message-ID: <201005312220.o4VMK1X6028217@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005312214.o4VMEDsV016104>