Port details |
- sendok Generates qmail email addresses with timed cookies
- 0.9.2 mail =2 0.9.2Version of this port present on the latest quarterly branch.
- Maintainer: zakj@nox.cx
- Port Added: 2005-10-22 22:30:58
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://peff.net/sendok/
- Description:
- sendok is a simple program to generate qmail email addresses with timed cookies
in them. That is, you can give someone a generated address that will accept
mail from a given sender for a given time period. The address contains a
cryptographic hash so that no per-address local data needs to be stored.
- ¦ ¦ ¦ ¦
- 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/sendok/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/sendok
- pkg install sendok
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sendok
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (sendok-0.9.2.tar.gz) = eab903848f75bf152d1c8f1ff189b9e1e161d9861d50957adfbe5f2df56fbfa9
SIZE (sendok-0.9.2.tar.gz) = 15026
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- qmail-send : mail/qmail
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_sendok
- USES:
- qmail:run
- 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 |
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) |
0.9.2 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 ) |
0.9.2 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 ) |
0.9.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.2 26 Feb 2014 09:38:51 |
ehaupt |
Support staging |
0.9.2 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.9.2 15 Mar 2013 22:03:43 |
bdrewery |
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers
USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX
With hat: portmgr |
0.9.2 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.9.2 20 Apr 2007 21:08:04 |
miwi |
- Update to 0.9.2
PR: 111885
Submitted by: miwi
Approved by: maintainer |
0.9.1 13 Feb 2006 14:53:57 |
garga |
- Use USE_QMAIL_RUN knob, forgotten on qmail big patch when bsd.mail.mk was
added.
Approved by: portmgr (erwin) |
0.9.1 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
0.9.1 24 Oct 2005 12:02:41 |
ehaupt |
Remove superfluous post-patch operation.
Approved by: maintainer |
0.9.1 22 Oct 2005 22:30:00 |
ehaupt |
Add sendok, a command line utility for generating qmail email addresses with
timed cookies.
PR: 87824
Submitted by: Zak Johnson <zakj@nox.cx> |