Port details |
- py-pymilter Python interface to Sendmail milter API
- 1.0.6_1 mail
=1 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
 - 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.
 ¦ ¦ ¦ ¦ 
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libmilter.so.7 : mail/libmilter
- This port is required by:
- for Run
-
- mail/py-dkimpy-milter
- 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:
|
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) |
Commit | Credits | Log message |
1.0.6_1 08 May 2025 16:11:37
    |
Matthew Seaman (matthew)  |
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
    |
Matthew Seaman (matthew)  |
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
|