aboutsummaryrefslogtreecommitdiff
path: root/sysutils/respond
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-01-12 21:19:52 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-01-12 21:19:52 +0000
commit7f7e66385f86bc321f6c688664b8b97e8c0b0dca (patch)
tree5e971aa89dfccdad6074b278fdcf769ea93dc558 /sysutils/respond
parente0b4e4b54592f1c4a6f71e4c0ff10a3fe3a4b81e (diff)
downloadports-7f7e66385f86bc321f6c688664b8b97e8c0b0dca.tar.gz
ports-7f7e66385f86bc321f6c688664b8b97e8c0b0dca.zip
Notes
Diffstat (limited to 'sysutils/respond')
-rw-r--r--sysutils/respond/Makefile25
-rw-r--r--sysutils/respond/distinfo3
-rw-r--r--sysutils/respond/pkg-descr6
3 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/respond/Makefile b/sysutils/respond/Makefile
new file mode 100644
index 000000000000..1cbda3ac6bb4
--- /dev/null
+++ b/sysutils/respond/Makefile
@@ -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>
diff --git a/sysutils/respond/distinfo b/sysutils/respond/distinfo
new file mode 100644
index 000000000000..39d74cb65fac
--- /dev/null
+++ b/sysutils/respond/distinfo
@@ -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
diff --git a/sysutils/respond/pkg-descr b/sysutils/respond/pkg-descr
new file mode 100644
index 000000000000..5e4a03e8eb40
--- /dev/null
+++ b/sysutils/respond/pkg-descr
@@ -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