1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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)
This commit is contained in:
Marcelo Araujo 2008-01-12 21:19:52 +00:00
parent e0b4e4b545
commit 7f7e66385f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205574
4 changed files with 35 additions and 0 deletions

View File

@ -565,6 +565,7 @@
SUBDIR += relaxconf
SUBDIR += rename
SUBDIR += reoback
SUBDIR += respond
SUBDIR += rfstool
SUBDIR += rmonitor
SUBDIR += roottail

25
sysutils/respond/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: respond
# Date created: 8 January 2008
# Whom: Jouke Witteveen <j.witteveen@gmail.com>
#
# $FreeBSD$
#
PORTNAME= respond
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= j.witteveen@gmail.com
COMMENT= A response automator for logged events
PLIST_FILES= bin/${PORTNAME}
MAN1= respond.1
MANCOMPRESSED= maybe
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
MANEXT=${MANEXT} \
PTHREAD_LIBS="${PTHREAD_LIBS}"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (respond-1.2.tar.gz) = baae67967cc6139e8d8e920848b20721
SHA256 (respond-1.2.tar.gz) = 2cf45b589cd807cb7ebbb7729c59ab698e2705391817bb6d5186071394ea8208
SIZE (respond-1.2.tar.gz) = 6485

View File

@ -0,0 +1,6 @@
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