Bug 159988 - New port: mail/postfix-logwatch Postfix MTA log parser
Summary: New port: mail/postfix-logwatch Postfix MTA log parser
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: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 10:20 UTC by Alexander Moisseev
Modified: 2011-08-23 04:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.51 KB, text/plain)
2011-08-22 10:20 UTC, Alexander Moisseev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Moisseev 2011-08-22 10:20:10 UTC
Fix: Patch attached with submission follows:
Comment 1 Sahil Tandon freebsd_committer freebsd_triage 2011-08-22 23:06:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-23 04:18:59 UTC
sahil       2011-08-23 03:18:46 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/postfix-logwatch Makefile distinfo pkg-descr pkg-plist 
  Log:
  The postfix-logwatch(1) utility is a Postfix MTA log parser
  that produces summaries, details, and statistics regarding
  the operation of Postfix.
  
  A key feature of postfix-logwatch is its ability to produce
  a very wide range of reports with data grouped and sorted as
  much as possible to reduce noise and highlight patterns. Brief
  summary reports provide a quick overview of general Postfix
  operations and message delivery, calling out warnings that
  may require attention. Detailed reports provide easy to scan,
  hierarchically-arranged and organized information, with as
  much or little detail as desired.
  
  WWW: http://logreporters.sourceforge.net/
  
  PR:             ports/159988
  Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru>
  
  Revision  Changes    Path
  1.1091    +1 -0      ports/mail/Makefile
  1.1       +52 -0     ports/mail/postfix-logwatch/Makefile (new)
  1.1       +2 -0      ports/mail/postfix-logwatch/distinfo (new)
  1.1       +14 -0     ports/mail/postfix-logwatch/pkg-descr (new)
  1.1       +5 -0      ports/mail/postfix-logwatch/pkg-plist (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 Sahil Tandon freebsd_committer freebsd_triage 2011-08-23 04:19:21 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!