Sievelog is a message dispatcher inspired by swatch but more focused on the following problems: * Having a clean syntax * Directing a raw syslog stream to different files based on content * Mailing out alerts based on content * Being fast Sievelog's syntax is as simple as "<regex>" -> /some/file. WWW: http://code.google.com/p/sievelog/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sahil I'll take it.
Hi Jesse, I made a few changes to your submission and have attached a new shar. Please review, let me know where (if at all) you disagree with my adjustments, and then hopefully I can soon commit this new port. Thanks for your work on FreeBSD. -- Sahil Tandon <sahil@FreeBSD.org>
Sahil Tandon wrote: > Hi Jesse, > > I made a few changes to your submission and have attached a new shar. > Please review, let me know where (if at all) you disagree with my > adjustments, and then hopefully I can soon commit this new port. Thanks > for your work on FreeBSD. > Everything looks good to me, but I have one question: do ports of applications written in Python usually use PYTHON_PKGNAMEPREFIX? If so, then I'd say it's ready to be committed. Cheers, -Jesse ------------------------------------------------------------------------ The information contained in this communication is intended only for the use of the recipient(s) named above. It may contain information that is privileged or confidential, and may be protected by State and/or Federal Regulations. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. If you have received this communication in error, please return it to the sender immediately and delete the original message and any copy of it from your computer system. If you have any questions concerning this message, please contact the sender. ------------------------------------------------------------------------
sahil 2010-08-17 23:00:22 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/sievelog Makefile distinfo pkg-descr sysutils/sievelog/files pkg-message.in Log: Sievelog is a message dispatcher inspired by swatch but more focused on the following problems: * Having a clean syntax * Directing a raw syslog stream to different files based on content * Mailing out alerts based on content * Being fast Sievelog's syntax is as simple as "<regex>" -> /some/file. WWW: http://sievelog.googlecode.com/ PR: ports/149347 Submitted by: Jesse Kempf <jkempf@davisvision.com> Revision Changes Path 1.1215 +1 -0 ports/sysutils/Makefile 1.1 +33 -0 ports/sysutils/sievelog/Makefile (new) 1.1 +3 -0 ports/sysutils/sievelog/distinfo (new) 1.1 +4 -0 ports/sysutils/sievelog/files/pkg-message.in (new) 1.1 +11 -0 ports/sysutils/sievelog/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 New port added, with minor changes. Thanks!