Port details |
- py-dkimpy Python library for DKIM email signing and verification
- 1.1.8 mail =3 1.1.5_2Version of this port present on the latest quarterly branch.
- Maintainer: ports@caomhin.org
- Port Added: 2015-05-07 00:52:31
- Last Update: 2024-07-11 13:25:18
- Commit Hash: bed6023
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- Also Listed In: python
- License: ZLIB
- WWW:
- https://launchpad.net/dkimpy
- Description:
- Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It also provides helper scripts for command
line signing and verification.
- ¦ ¦ ¦ ¦
- 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}dkimpy>0:mail/py-dkimpy@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/mail/py-dkimpy/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/py-dkimpy
- pkg install py311-dkimpy
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-dkimpy listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dkimpy
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720690438
SHA256 (dkimpy-1.1.8.tar.gz) = b5f60fb47bbf5d8d762f134bcea0c388eba6b498342a682a21f1686545094b77
SIZE (dkimpy-1.1.8.tar.gz) = 66979
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:
-
- py311-authres>=0 : mail/py-authres@py311
- py311-dnspython>=0 : dns/py-dnspython@py311
- py311-aiodns>0 : dns/py-aiodns@py311
- py311-pynacl>=0 : security/py-pynacl@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- mail/py-afew
- mail/py-authheaders
- mail/py-dkimpy-milter
- mail/py-fuglu
Configuration Options:
- No options to configure
- Options name:
- mail_py-dkimpy
- USES:
- python
- 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.1.8 11 Jul 2024 13:25:18 |
Wen Heping (wen) |
mail/py-dkimpy: Update to 1.1.8
PR: 280126
Reported by: herbert@gojira.at
Approved by: maintainer |
1.1.5_2 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
1.1.5_1 31 Jan 2024 12:59:16 |
Muhammad Moinur Rahman (bofh) |
mail/py-dkimpy: Moved man to share/man
Approved by: portmgr (blanket) |
1.1.5 14 Aug 2023 07:23:59 |
Xin LI (delphij) |
mail/py-dkimpy: update to 1.1.5.
PR: ports/273125
Approved by: maintainer |
1.1.4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.1.4 18 Jun 2023 01:45:16 |
Wen Heping (wen) Author: Herbert J. Skuhra |
mail/py-dkimpy: Update to 1.1.4
Add missing DEPENDS
PR: 272023
Reported by: herbert@gojira.at
Approved by: maintainer |
1.0.5 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.0.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.0.5 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
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 ) |
1.0.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.5 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.0.5 15 Aug 2020 23:08:17 |
swills |
mail/py-dkimpy: Update to 1.0.5
PR: 248653
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
1.0.4 24 Apr 2020 00:30:33 |
dbaio |
mail/py-dkimpy: Update to 1.0.4
PR: 245846
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.9.4 07 Oct 2019 17:53:52 |
swills |
mail/py-dkimpy: Update to 0.9.4
PR: 240933
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.9.2 29 May 2019 23:32:20 |
swills |
mail/py-dkimpy: update to 0.9.2
PR: 238222
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.9.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.9.0 31 Oct 2018 12:19:38 |
swills |
mail/py-dkimpy: Update to 0.9.0
PR: 232840
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.8.1 03 Aug 2018 16:27:03 |
swills |
mail/py-dkimpy: update to 0.8.1
PR: 230296
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.8.0 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.8.0 27 May 2018 08:17:10 |
krion |
Update to 0.8.0
PR: 228534
Submitted by: maintainer |
0.7.1_1 02 May 2018 18:37:58 |
sunpoet |
Update RUN_DEPENDS: remove unnecessary py-milter
- Relax USES=python
- Bump PORTREVISION for dependency change
PR: 227893
Submitted by: Sebastian Schwarz <seschwar@gmail.com>
Approved by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.7.1 09 Mar 2018 16:54:22 |
arved |
Update to 0.7.1
Changelog:
https://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/head:/ChangeLog
PR: 226473
Submitted by: maintainer |
0.7.0 10 Feb 2018 09:39:30 |
antoine |
Unbreak bulk -a |
0.7.0 10 Feb 2018 08:23:05 |
yuri |
mail/py-dkimpy: Update to 0.7.0
Additional port changes:
* DISTVERSION
* Added dependencies:
* mail/py-authres
* mail/py-milter (unfortunately py27-only)
* security/py-pynacl
* Replaced dependencies:
* dns/py-dns -> dns/py-dnspython (allows py36 now)
* Added USE_PYTHON=concurrent.
* Added patch fixing manpage path.
PR: 225742
Submitted by: Sebastian Schwarz <seschwar@gmail.com>
Approved by: Kevin Golding <ports@caomhin.org> (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14293 |
0.6.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.6.1 22 Feb 2017 15:39:21 |
tobik |
Update to 0.6.1
Changes: http://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/131/ChangeLog
PR: 217277
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9704 |
0.5.6 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.5.6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.5.6 12 Dec 2015 01:08:26 |
junovitch |
mail/py-dkimpy: update 0.5.4 -> 0.5.6
Changes:
2015-12-07 Verion 0.5.6
* Brown paper bag release, 0.5.5 tarball inadvertently included pyc files
and other artifacts from development
2015-12-07 Version 0.5.5
* Fix and test case for case insensitive subdomain matching.
* Python3 compatibility fixes and test cases thanks to Diane Trout
PR: 205128
Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) |
0.5.4 13 Sep 2015 03:33:46 |
wen |
- Add LICENSE and NO_ARCH
PR: 202828
Submitted by: ports@caomhin.org(maintainer) |
0.5.4 07 May 2015 00:52:23 |
wen |
Python module that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It also provides helper scripts for command
line signing and verification.
WWW: https://launchpad.net/dkimpy
PR: 198982
Submitted by: ports@caomhin.org |