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
dmarcts-report-parser Perl based tool to parse DMARC reports
2.0 mail on this many watch lists=1 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 2.0Version of this port present on the latest quarterly branch.
Maintainer: crees@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-06-25 15:39:06
Last Update: 2023-06-25 15:38:46
Commit Hash: 62e8b91
People watching this port, also watch:: json-c, sysinfo, python, miller
License: GPLv3
WWW:
https://github.com/techsneeze/dmarcts-report-parser/
Description:
A Perl based tool to parse DMARC reports, based on John Levine's rddmarc, but extended by the following features: Allow to read messages from an IMAP server and not only from the local filesystem. Store much more XML values into the database (for example the missing SPF and DKIM results from the policy_evaluated section) and also the entire XML for later reference. Supports MySQL and PostgreSQL. Needed database tables and columns are created automatically, user only needs to provide a database. The database schema is compatible to the one used by rddmarc, but extends it by additional fields. Users can switch from rddmarc to dmarcts-report-parser without having to do any changes to the database by themselves.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (11 items)
Collapse this list.
  1. /usr/local/share/licenses/dmarcts-report-parser-2.0/catalog.mk
  2. /usr/local/share/licenses/dmarcts-report-parser-2.0/LICENSE
  3. /usr/local/share/licenses/dmarcts-report-parser-2.0/GPLv3
  4. bin/dmarcts-report-parser.pl
  5. @sample etc/dmarcts-report-parser.conf.sample
  6. etc/periodic/daily/667.dmarcts-report-parser
  7. share/dmarcts-report-parser/dbx_Pg.pl
  8. share/dmarcts-report-parser/dbx_mysql.pl
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • dmarcts-report-parser>0:mail/dmarcts-report-parser
To install the port:
cd /usr/ports/mail/dmarcts-report-parser/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/dmarcts-report-parser
  • pkg install dmarcts-report-parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dmarcts-report-parser
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1687701602 SHA256 (techsneeze-dmarcts-report-parser-v2.0_GH0.tar.gz) = 06b3f9db47b5cb8a487d7ddd8a5bf8d3ae419e2a3a58abfcbbe1f66f45363696 SIZE (techsneeze-dmarcts-report-parser-v2.0_GH0.tar.gz) = 26425

Packages (timestamps in pop-ups are UTC):
dmarcts-report-parser
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.02.0-2.02.0---
FreeBSD:13:quarterly2.02.0-2.02.02.02.02.0
FreeBSD:14:latest2.02.0-2.02.0---
FreeBSD:14:quarterly2.02.0-2.02.02.02.02.0
FreeBSD:15:latest2.02.0n/a2.0n/a2.02.02.0
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-File-MimeInfo>=0 : devel/p5-File-MimeInfo
  2. p5-Mail-IMAPClient>=0 : mail/p5-Mail-IMAPClient
  3. p5-MIME-Tools>=0 : mail/p5-MIME-Tools
  4. p5-XML-Simple>=0 : textproc/p5-XML-Simple
  5. p5-DBI>=0 : databases/p5-DBI
  6. p5-Socket6>=0 : net/p5-Socket6
  7. p5-PerlIO-gzip>=0 : archivers/p5-PerlIO-gzip
  8. p5-Mail-Mbox-MessageParser>=0 : mail/p5-Mail-Mbox-MessageParser
  9. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
mail_dmarcts-report-parser
USES:
perl5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/techsneeze/dmarcts-report-parser/tar.gz/v2.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0
25 Jun 2023 15:38:46
commit hash: 62e8b9119097a852ae34082eb65111449714051acommit hash: 62e8b9119097a852ae34082eb65111449714051acommit hash: 62e8b9119097a852ae34082eb65111449714051acommit hash: 62e8b9119097a852ae34082eb65111449714051a files touched by this commit
Chris Rees (crees) search for other commits by this committer
mail/dmarcts-report-parser: New port

A Perl based tool to parse DMARC reports, based on John Levine's rddmarc,
but extended by the following features:

    Allow to read messages from an IMAP server and not only from
    the local filesystem.

    Store much more XML values into the database (for example the
    missing SPF and DKIM results from the policy_evaluated section)
    and also the entire XML for later reference.

    Supports MySQL and PostgreSQL.

    Needed database tables and columns are created automatically,
    database by themselves.

Number of commits found: 1