Bug 119426 - New port: sysutils/respond - A response automator for logged events
Summary: New port: sysutils/respond - A response automator for logged events
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-07 16:20 UTC by j.witteveen
Modified: 2008-01-12 21:25 UTC (History)
0 users

See Also:


Attachments
file.shar (2.03 KB, text/plain)
2008-01-07 16:20 UTC, j.witteveen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description j.witteveen 2008-01-07 16:20:01 UTC
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.
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2008-01-10 19:03:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-12 21:19:58 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"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2008-01-12 21:25:02 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!