Port details |
- sma Program that analyses Sendmail log entries
- 1.4_1 mail
=10 1.4_1Version of this port present on the latest quarterly branch. - Maintainer: dinoex@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2002-03-28 20:03:53
- Last Update: 2024-01-11 16:30:20
- Commit Hash: 8fc8d98
- People watching this port, also watch:: unzip, libgd, libxml2, wget, freetype2
- License: not specified in port
- Description:
- SMA is a program that analyses sendmail log entries.
The key features of SMA are
Fast (written in C)
Portable
Free (BSD-style licensing)
output as HTML or ASCII.
SMA features
Support for all recent sendmail versions (UNIX/NT)
Flexible output formatting - HTML, ASCII and Custom Log
Regular expression filtering of messages
Multiple hosts in a same report
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/sma/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/sma
- pkg install sma
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sma
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (sma-1.4.tar.gz) = a5b5afbb2a8081f72a22e3dc4f2fe75e977d56883dd2466311fb16f3f07e30af
SIZE (sma-1.4.tar.gz) = 121365
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sma-1.4_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- mail_sma
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4_1 11 Jan 2024 16:30:20
![commit hash: 8fc8d9884990e366a2395fa9075ae60846b6848b commit hash: 8fc8d9884990e366a2395fa9075ae60846b6848b](/images/git.png) ![commit hash: 8fc8d9884990e366a2395fa9075ae60846b6848b commit hash: 8fc8d9884990e366a2395fa9075ae60846b6848b](/images/codeberg.svg) ![commit hash: 8fc8d9884990e366a2395fa9075ae60846b6848b commit hash: 8fc8d9884990e366a2395fa9075ae60846b6848b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dirk Meyer (dinoex) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
mail/sma: use ${PREFIX}/share/man |
1.4 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.4 04 May 2020 11:11:11
![Revision:533914 Revision:533914](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- fix build with -fno-common |
1.4 19 May 2016 10:44:12
![Revision:415499 Revision:415499](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.4 20 Sep 2015 19:21:30
![Revision:397385 Revision:397385](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch to options helpers
Approved by: portmgr blanket |
1.4 14 May 2015 10:15:09
![Revision:386312 Revision:386312](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.4 22 Nov 2014 18:42:44
![Revision:373086 Revision:373086](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
1.4 04 Mar 2014 06:51:38
![Revision:346994 Revision:346994](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- remove broken MANPREFIX |
1.4 21 Feb 2014 13:37:57
![Revision:345418 Revision:345418](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove trailing whitespaces from category mail |
1.4 10 Feb 2014 13:54:28
![Revision:343634 Revision:343634](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ehaupt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.4 28 Oct 2013 20:17:50
![Revision:331895 Revision:331895](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- revert r331810 |
1.4 27 Oct 2013 22:29:46
![Revision:331810 Revision:331810](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- use STAGEDIR
- use OPTIONS_DEFINE |
1.4 21 Sep 2013 11:06:04
![Revision:327804 Revision:327804](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- fix misplaced NO_STAGE in slaveports and ifdefs |
1.4 20 Sep 2013 19:59:14
![Revision:327742 Revision:327742](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.4 05 Mar 2013 06:08:13
![Revision:313435 Revision:313435](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- fix MASTER_SITES
PR: 176631
- drop Homepage
- add MASTER_SITES_LOCAL |
1.4 13 Oct 2012 13:39:59
![Revision:305832 Revision:305832](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- cleanup comments
Feature safe: yes |
1.4 07 Aug 2011 11:52:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- extend MASTER_SITES |
1.4 03 Jul 2011 13:53:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- remove MD5 |
1.4 30 May 2008 17:06:29
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- use PORTEXAMPLES |
1.4 13 Nov 2005 09:26:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- add SHA checksum |
1.4 17 Jan 2004 06:58:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- add 2nd checksum for distfile, no package change
distfile was recreated with:
changed files: HISTORY, TODO
added files: contrib/portugese.diff
Reported by: milter@free.fr |
1.4 12 Oct 2003 10:58:50
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- use DOCSDIR and EXAMPLESDIR |
1.4 02 Jul 2003 15:32:33
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.4
PR: 53970
Submitted by: rob@debank.tv |
1.3.1 21 Feb 2003 03:59:00
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- retire pkg-comment |
1.3.1 20 Feb 2003 18:26:42
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- add COMMENT |
1.3.1 22 Jan 2003 19:14:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- make portlint happier |
1.3.1 05 Nov 2002 21:12:00
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.3.1 |
1.3 05 Nov 2002 20:16:36
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.3 |
1.2 22 Jul 2002 04:19:55
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.2
Submitted by: chris@aims.com.au |
1.1 16 Jun 2002 15:03:10
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get rid of PERL and use SED |
1.1 26 May 2002 15:01:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix missing directory. |
1.1 26 May 2002 12:05:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add another MASTER_SITE
Submitted by: jt@klake.org |
1.1 04 Apr 2002 03:13:30
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to sma-1.1
* New analysis options:
- status messages (configuration file option: PrintStatus)
- ruleset rejections (PrintRuleset and PrintRuleset)
- top envelope pairs (EnvelopePairs)
- top relay pairs (RelayPairs) |
1.0 28 Mar 2002 20:03:02
![files touched by this commit files touched by this commit](/images/logs.gif) |
dinoex ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
New Port:
SMA is a program that analyses sendmail log entries.
The key features of SMA are
Fast (written in C)
Portable
Free (BSD-style licensing)
output as HTML or ASCII.
SMA features
Support for all recent sendmail versions (UNIX/NT)
Flexible output formatting - HTML, ASCII and Custom Log
Regular expression filtering of messages
Multiple hosts in a same report
WWW: http://www.klake.org/sma/ |