From nobody@FreeBSD.org  Mon Jan  7 16:15:59 2008
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 3162516A418
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jan 2008 16:15:59 +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 1B42613C4E8
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Jan 2008 16:15:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m07GEw0j018157
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 7 Jan 2008 16:14:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m07GEw4j018156;
	Mon, 7 Jan 2008 16:14:58 GMT
	(envelope-from nobody)
Message-Id: <200801071614.m07GEw4j018156@www.freebsd.org>
Date: Mon, 7 Jan 2008 16:14:58 GMT
From: Jouke Witteveen <j.witteveen@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: sysutils/respond - A response automator for logged events
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         119426
>Category:       ports
>Synopsis:       New port: sysutils/respond - A response automator for logged events
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 07 16:20:01 UTC 2008
>Closed-Date:    Sat Jan 12 21:25:03 UTC 2008
>Last-Modified:  Sat Jan 12 21:25:03 UTC 2008
>Originator:     Jouke Witteveen
>Release:        7.0-RC1
>Organization:
>Environment:
>Description:
respond listens on stdin or on a specified named pipe and matches each line it reads to the regular expressions it finds in the specified actionscript. If a line matches, respond executes a rewritten command defined in the actionscript.

WWW: http://respond.sf.net

I am the author of both the program and the port: whatever remarks can be send to me.
>How-To-Repeat:

>Fix:
# 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:
#
#       respond/
#       respond/Makefile
#       respond/pkg-descr
#       respond/distinfo
#
echo c - respond/
mkdir -p respond/ > /dev/null 2>&1
echo x - respond/Makefile
sed 's/^X//' >respond/Makefile << 'END-of-respond/Makefile'
X# New ports collection makefile for:   respond
X# Date created:                                8 January 2008
X# Whom:                                        Jouke Witteveen <j.witteveen@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=              respond
XPORTVERSION=           1.2
XCATEGORIES=            sysutils
XMASTER_SITES=          ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=    ${PORTNAME}
X
XMAINTAINER=            j.witteveen@gmail.com
XCOMMENT=               A response automator for logged events
X
XPLIST_FILES=           bin/${PORTNAME}
XMAN1=                  respond.1
XMANCOMPRESSED=         maybe
X
XMAKE_ENV+=             INSTALL_MAN="${INSTALL_MAN}" \
X                       INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
X                       MANEXT=${MANEXT} \
X                       PTHREAD_LIBS="${PTHREAD_LIBS}"
X
X.include <bsd.port.mk>
END-of-respond/Makefile
echo x - respond/pkg-descr
sed 's/^X//' >respond/pkg-descr << 'END-of-respond/pkg-descr'
XRespond listens on stdin or on a specified named pipe and matches
Xeach line it reads to the regular expressions it finds in the
Xspecified actionscript. If a line matches, respond executes a
Xrewritten command defined in the actionscript.
X
XWWW:   http://respond.sf.net
END-of-respond/pkg-descr
echo x - respond/distinfo
sed 's/^X//' >respond/distinfo << 'END-of-respond/distinfo'
XMD5 (respond-1.2.tar.gz) = baae67967cc6139e8d8e920848b20721
XSHA256 (respond-1.2.tar.gz) = 2cf45b589cd807cb7ebbb7729c59ab698e2705391817bb6d5186071394ea8208
XSIZE (respond-1.2.tar.gz) = 6485
END-of-respond/distinfo
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Thu Jan 10 19:03:45 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119426: commit references a PR
Date: Sat, 12 Jan 2008 21:19:58 +0000 (UTC)

 araujo      2008-01-12 21:19:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/respond     Makefile distinfo pkg-descr 
   Log:
   Respond listens on stdin or on a specified named pipe and matches
   each line it reads to the regular expressions it finds in the
   specified actionscript. If a line matches, respond executes a
   rewritten command defined in the actionscript.
   
   WWW:   http://respond.sf.net
   
   PR:             ports/119426
   Submitted by:   Jouke Witteveen <j.witteveen@gmail.com>
   Approved by:    stas (mentor, implicit)
   
   Revision  Changes    Path
   1.970     +1 -0      ports/sysutils/Makefile
   1.1       +25 -0     ports/sysutils/respond/Makefile (new)
   1.1       +3 -0      ports/sysutils/respond/distinfo (new)
   1.1       +6 -0      ports/sysutils/respond/pkg-descr (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Sat Jan 12 21:25:02 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119426 
>Unformatted:
