Port details |
- libdkim DKIM (DomainKeys Identified Mail) library
- 1.0.21 mail =2 1.0.21Version 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
- Port Added: 2008-10-03 10:38:40
- Last Update: 2023-11-01 22:13:06
- Commit Hash: 9d66bcf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://dkim.org/
- Description:
- This is a C++ library which allows incorporating DKIM into existing MTA
or other application. It provides full support for signing, verifying,
and SSP. It is compliant with RFC 4871.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/mail/libdkim/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/libdkim
- pkg install libdkim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdkim
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libdkim-1.0.21.zip) = dc685c8c47384c5d0379a1bcc0c96c8b7877a01e0c3bfedd6a54ae4ebdfa0323
SIZE (libdkim-1.0.21.zip) = 55049
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_libdkim
- USES:
- uidfix zip ssl
- 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.0.21 01 Nov 2023 22:13:06 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart |
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.21 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.21 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.21 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.0.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.21 09 Sep 2020 03:00:49 |
danfe |
- Unbreak the build against modern versions of OpenSSL
- While at it, provide more elaborate port description |
1.0.21 20 Dec 2019 23:24:40 |
brooks |
Additional builds with with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>.
Also GC NO_MANCOMPRESSED which doesn't do anything.
In the case of devel/libpasori, this change accomplished the same thing
as the change in r518434, but more directly (fix the Makefiles rather
than patching them after they are installed). |
1.0.21 05 Apr 2019 06:01:07 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
1.0.21 16 Aug 2018 05:03:33 |
dinoex |
- fix build for FreeBSD 11.2 and FreeBSD 12.0 |
1.0.21 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.0.21 10 Sep 2014 20:53:15 |
antoine |
Allow staging as a regular user |
1.0.21 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
1.0.21 02 Feb 2014 14:33:37 |
miwi |
- Stage support
- Convert few ports to USES |
1.0.21 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
1.0.21 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0.21 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
1.0.21 09 Jan 2012 15:41:08 |
tabthorpe |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
1.0.21 13 Aug 2011 18:45:32 |
skv |
Update to 1.0.21
PR: ports/159257
Submitted by: Ismail YENIGUL <ismail.yenigul@surgate.com> |
1.0.17_1 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.0.17_1 04 Feb 2009 02:52:12 |
pgollucci |
- Distfile rerolled up stream, exactly 1 fprintf() removed
Reported by: -fetch-original pointyhat run |
1.0.17_1 09 Jan 2009 12:09:35 |
pav |
- Change the OpenSSL 0.9.8 check to use OSVERSION
Approved by: skv (maintainer) |
1.0.17_1 28 Dec 2008 11:48:19 |
skv |
* Fix makefile: rename CFLAGS to CXXFLAGS
* Install only "dkim.h" include file
Submitted by: Bill Milford <bill xx themilfords.com> |
1.0.17 24 Dec 2008 18:05:19 |
skv |
Unbreak build on 6.x
Submitted by: Bill Milford <bill xx themilfords.com> |
1.0.17 19 Dec 2008 17:47:03 |
pav |
- Mark BROKEN on FreeBSD 6.x: does not compile
Reported by: pointyhat |
1.0.17 03 Oct 2008 10:38:25 |
skv |
Add libdkim 1.0.17, DKIM (DomainKeys Identified Mail) library. |