From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 19 03:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38388160 for ; Fri, 19 Apr 2013 03:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B12465C for ; Fri, 19 Apr 2013 03:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3J3K0wF016444 for ; Fri, 19 Apr 2013 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3J3K0aC016433; Fri, 19 Apr 2013 03:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 19 Apr 2013 03:20:00 GMT Resent-Message-Id: <201304190320.r3J3K0aC016433@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, Danilo Egea Gondolfo Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 41DD6E15 for ; Fri, 19 Apr 2013 03:16:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 198F7642 for ; Fri, 19 Apr 2013 03:16:45 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3J3GiF2099952 for ; Fri, 19 Apr 2013 03:16:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3J3Gi9N099951; Fri, 19 Apr 2013 03:16:44 GMT (envelope-from nobody) Message-Id: <201304190316.r3J3Gi9N099951@red.freebsd.org> Date: Fri, 19 Apr 2013 03:16:44 GMT From: Danilo Egea Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177969: [New Port] sysutils/entr X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Apr 2013 03:20:01 -0000 >Number: 177969 >Category: ports >Synopsis: [New Port] sysutils/entr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Apr 19 03:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egea Gondolfo >Release: FreeBSD 9.1-STABLE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #0 r249522: Mon Apr 15 16:35:31 BRT 2013 root@projeto:/usr/obj/usr/src.stable/sys/PROJETO amd64 >Description: New port: sysutils/entr A utility for running arbitrary commands when files change. Uses kqueue(2) to avoid polling. entr responds to file system events by executing command line arguments or by writing to a FIFO. entr was written to provide an effective means of incorporating micro-tests into the daily workflow on UNIX platforms. >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: # # entr # entr/distinfo # entr/pkg-descr # entr/Makefile # echo c - entr mkdir -p entr > /dev/null 2>&1 echo x - entr/distinfo sed 's/^X//' >entr/distinfo << '22d9f4afe4b76e5ceb7d8fd5980ee466' XSHA256 (entr-1.9.tar.gz) = 7a4dd77c3694ac88a10d0d1e468ca7f1268275c419043d9d35514ef6763e7396 XSIZE (entr-1.9.tar.gz) = 8680 22d9f4afe4b76e5ceb7d8fd5980ee466 echo x - entr/pkg-descr sed 's/^X//' >entr/pkg-descr << '4740ea54a68c889b48166a4ef00babe1' XA utility for running arbitrary commands when files change. XUses kqueue(2) to avoid polling. entr responds to file system Xevents by executing command line arguments or by writing to a FIFO. Xentr was written to provide an effective means of incorporating Xmicro-tests into the daily workflow on UNIX platforms. X XWWW: http://entrproject.org 4740ea54a68c889b48166a4ef00babe1 echo x - entr/Makefile sed 's/^X//' >entr/Makefile << '61cd03c65ec5e01873c5434ae6baee96' X# $FreeBSD$ X XPORTNAME= entr XPORTVERSION= 1.9 XCATEGORIES= sysutils XMASTER_SITES= http://entrproject.org/code/ X XMAINTAINER= danilogondolfo@gmail.com XCOMMENT= Run arbitrary commands when files change X XPLIST_FILES= bin/entr X XMAKE_ARGS= MANPREFIX=${PREFIX}/man/ XMAKEFILE= Makefile.bsd XWRKSRC= ${WRKDIR}/eradman-entr-587c18272485 X XMAN1= entr.1 XMANCOMPRESSED= no X X.include 61cd03c65ec5e01873c5434ae6baee96 exit >Release-Note: >Audit-Trail: >Unformatted: