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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-pymilter Python interface to Sendmail milter API
1.0.6_1 mailnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: matthew@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-08 12:18:31
Last Update: 2025-05-08 16:11:37
Commit Hash: 4fb194a
People watching this port, also watch:: xcb-util-image, rubygem-ostruct, libthai, libXdamage, tmux
Also Listed In: python
License: GPLv2+
WWW:
https://www.pymilter.org/
https://github.com/sdgathman/pymilter
Description:
This is a python extension module to enable python scripts to attach to sendmail's libmilter functionality. Additional python modules provide for navigating and modifying MIME parts, and sending DSNs or doing CBVs.
HomepageHomepage    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
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pymilter>0:mail/py-pymilter@${PY_FLAVOR}
To install the port:
cd /usr/ports/mail/py-pymilter/ && make install clean
To add the package, run one of these commands:
  • pkg install mail/py-pymilter
  • pkg install py311-pymilter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-pymilter listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-pymilter
Package flavors (<flavor>: <package>)
  • py311: py311-pymilter
distinfo:
TIMESTAMP = 1746522427 SHA256 (sdgathman-pymilter-pymilter-1.0.6_GH0.tar.gz) = 1c30abcf4b229e0e0f526a4e61eb7a7e9d88e14c6101001353b8219719325fcb SIZE (sdgathman-pymilter-pymilter-1.0.6_GH0.tar.gz) = 1030816

Packages (timestamps in pop-ups are UTC):
py311-pymilter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-1.0.6_1--1.0.6_1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libmilter.so.7 : mail/libmilter
This port is required by:
for Run
  1. mail/py-dkimpy-milter
  2. mail/py-spf-engine

Configuration Options:
===> The following configuration options are available for py311-pymilter-1.0.6_1: ====> Options available for the single MILTER: you have to select exactly one of them LIBMILTER=on: Link against libmilter from mail/libmilter BASE=off: Link against libmilter from base Sendmail ===> Use 'make config' to modify these settings
Options name:
mail_py-pymilter
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/sdgathman/pymilter/tar.gz/pymilter-1.0.6?dummy=/
Collapse this list.
Port Moves
  • port moved here from mail/py-milter on 2025-05-08
    REASON: Renamed to match upstream PyPI package name

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.6_1
08 May 2025 16:11:37
commit hash: 4fb194ad52fbef38b667227df0599f704de11fd0commit hash: 4fb194ad52fbef38b667227df0599f704de11fd0commit hash: 4fb194ad52fbef38b667227df0599f704de11fd0commit hash: 4fb194ad52fbef38b667227df0599f704de11fd0 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
mail/py-pymilter: patch some incorrect version number references

Looks like upstream's attempt to release version 1.0.6 didn't quite go
all the way.  There are other refences to 1.0.5 still in the source
tarball, but those aren't involved in building the pkg, so ignored.

Reported by:	Herbert J Shukra
1.0.6
08 May 2025 12:16:04
commit hash: 6926015813308129969e123fa27a6c4a24ccd726commit hash: 6926015813308129969e123fa27a6c4a24ccd726commit hash: 6926015813308129969e123fa27a6c4a24ccd726commit hash: 6926015813308129969e123fa27a6c4a24ccd726 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
mail/py-pymilter: update to 1.0.6, add options, rename

Take maintainership.

Move port from mail/py-milter to mail/py-pymilter to match the name of
the PyPI package being ported.

Update to version 1.0.6

Use ${PORTSDIR}/mail/sendmail/bsd.milter.mk for consistency with most
other milter ports.

Add options to force selection between the mail/libmilter port and the
libmilter.so bundled with the base FreeBSD-sendmail package.  Prefer
the mail/libmilter port on general principles: given that all major
MTA software supports the milter interface, it should be possible to
install milters from pkg(8) without forcing the FreeBSD-sendmail to be
installed.

Changes:       
https://github.com/sdgathman/pymilter/compare/pymilter-1.0.5...pymilter-1.0.6
Approved by:	Gerhard Schmidt (former maintainer)
PR:	 	286630

Number of commits found: 2