notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
spamstats Tool to generate statistics for spamd of Mail::SpamAssassin
0.6c_2 mail on this many watch lists=18 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6c_2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-04-07 06:52:20
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: sudo, razor-agents, lsof, expat
License: not specified in port
WWW:
http://www.inl.fr/Spamstats.html
Description:
A script that generates statistics about spam you receive at your site. The script parses maillog file, generated by exim/postfix/sendmail and spamd. The script will currently not work with other mailers than exim, postfix or sendmail (contributions will be welcome) or if you do not use spamd.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/spamstats.pl
Collapse this list.
Dependency lines:
  • spamstats>0:mail/spamstats
To install the port:
cd /usr/ports/mail/spamstats/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/spamstats
  • pkg install spamstats
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: spamstats
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (spamstats-0.6c.tar.gz) = f51584c6c759b23e1827630727b1795567076b93e5b83c26a366dcb746217f0a SIZE (spamstats-0.6c.tar.gz) = 26560

Packages (timestamps in pop-ups are UTC):
spamstats
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6c_20.6c_20.6c_20.6c_20.6c_2-0.6c_2-
FreeBSD:13:quarterly0.6c_20.6c_20.6c_20.6c_20.6c_20.6c_20.6c_20.6c_2
FreeBSD:14:latest0.6c_20.6c_20.6c_20.6c_20.6c_20.6c_2-0.6c_2
FreeBSD:14:quarterly0.6c_20.6c_2-0.6c_20.6c_20.6c_20.6c_20.6c_2
FreeBSD:15:latest0.6c_20.6c_2n/a0.6c_2n/a0.6c_20.6c_20.6c_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Date-Manip>=0 : devel/p5-Date-Manip
  2. p5-Compress-Bzip2>=2.08 : archivers/p5-Compress-Bzip2
  3. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for spamstats-0.6c_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
mail_spamstats
USES:
shebangfix perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/leeym/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/leeym/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/leeym/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/leeym/
Collapse this list.

Number of commits found: 35

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.6c_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6c_2
20 Jul 2022 14:22:19
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6c_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6c_2
02 Jan 2017 20:04:36
Revision:430404Original commit files touched by this commit
rene search for other commits by this committer
leeym handed in his commit bit.
0.6c_2
19 May 2016 10:44:12
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
0.6c_2
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.6c_2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
0.6c_2
07 Jul 2014 15:31:02
Revision:361099Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
0.6c_2
18 Mar 2014 07:42:43
Revision:348517Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
0.6c_2
21 Feb 2014 13:37:57
Revision:345418Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category mail
0.6c_2
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
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)
0.6c_2
20 Sep 2013 19:59:14
Revision:327742Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
0.6c_2
14 Sep 2013 18:12:50
Revision:327311Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
0.6c_2
26 Jul 2013 07:33:42
Revision:323702Original commit files touched by this commit
az search for other commits by this committer
- switch simple inline replacement from perl to sed
  and remove where is no need in this anymore.
- trim Makefile header

Approved by:	bapt@ (portmrg@)
0.6c_2
03 Jun 2013 15:15:51
Revision:319788Original commit files touched by this commit
leeym search for other commits by this committer
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		178896
Submitted by:	az@
0.6c_2
21 Aug 2012 23:47:43
Original commit files touched by this commit
leeym search for other commits by this committer
- Update MASTER_SITES
- Add required dependency p5-Compress-Bzip2
- Bump PORTREVISION

PR:		170765
Submitted by:	dhn@
0.6c_1
29 Jun 2012 18:18:19
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
0.6c_1
03 Jul 2011 13:53:52
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
0.6c_1
21 Sep 2010 07:56:43
Original commit files touched by this commit Sanity Test Failure
mm search for other commits by this committer
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
0.6c
03 Dec 2006 12:45:59
Original commit files touched by this commit
demon search for other commits by this committer
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
0.6c
13 Feb 2006 16:28:47
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.6c (bzip2 patch now integrated into official release)
- update URL in pkg-descr
0.6b_1
05 Feb 2006 15:32:18
Original commit files touched by this commit
leeym search for other commits by this committer
- add bzip2 support
- bump PORTREVISION
0.6b
01 Feb 2006 15:48:28
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.6b
0.6a
22 Jan 2006 12:50:54
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.6a
29 Jul 2004 16:56:40
Original commit files touched by this commit
leeym search for other commits by this committer
- update to spamstats-0.6a
- relocate MASTER_SITES
0.5b_1
07 Mar 2004 17:41:43
Original commit files touched by this commit
leeym search for other commits by this committer
add Date::Manip into RUN_DEPENDS
bump PORTREVISION

Submitted by:   Dan Larsson <dl@tyfon.net>
0.5b
05 Mar 2004 02:54:18
Original commit files touched by this commit
leeym search for other commits by this committer
update to spamstats-0.5b

Noticed by:     kris
0.5a
29 Feb 2004 04:05:20
Original commit files touched by this commit
leeym search for other commits by this committer
update to 0.5a

Submitted by:   Radko Keves <rado@unitra.sk>
Reviewed by:    Vincent Deffontaines <vincent@gryzor.com>
0.5
07 Feb 2004 16:02:26
Original commit files touched by this commit
leeym search for other commits by this committer
update to 0.5
use PORTDOCS and PLIST_FILES instead of pkg-plist
0.4b5
01 Jan 2004 15:57:51
Original commit files touched by this commit
leeym search for other commits by this committer
makes portlint happy
- apply DOCSDIR
- replace variable "file" with "f"
0.4b5
25 Sep 2003 08:28:25
Original commit files touched by this commit
leeym search for other commits by this committer
update to spamstats-0.4b5
0.4b4
14 Jun 2003 04:59:32
Original commit files touched by this commit
leeym search for other commits by this committer
update to spamstats-0.4b4, which fix the empty array problem.
0.4b3
07 Jun 2003 18:34:42
Original commit files touched by this commit
leeym search for other commits by this committer
update to spamstats-0.4b3

Reminded by:    Bill "distfiles" Fenner
0.4b
07 Apr 2003 06:51:44
Original commit files touched by this commit
leeym search for other commits by this committer
add spamstats-0.4b
a tool to generate statistics on a {exim/postfix/sendmail}/spamd system.

Number of commits found: 35