Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2008 16:14:58 GMT
From:      Jouke Witteveen <j.witteveen@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/119426: New port: sysutils/respond - A response automator for logged events
Message-ID:  <200801071614.m07GEw4j018156@www.freebsd.org>
Resent-Message-ID: <200801071620.m07GK1E5081281@freefall.freebsd.org>

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

>Number:         119426
>Category:       ports
>Synopsis:       New port: sysutils/respond - A response automator for logged events
>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 Jan 07 16:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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