mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add sendok, a command line utility for generating qmail email addresses with
timed cookies. PR: 87824 Submitted by: Zak Johnson <zakj@nox.cx>
This commit is contained in:
parent
bb9405af56
commit
d7b97a4ba4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146141
4 changed files with 42 additions and 0 deletions
|
@ -466,6 +466,7 @@
|
|||
SUBDIR += sendmail
|
||||
SUBDIR += sendmail-ldap
|
||||
SUBDIR += sendmail-sasl
|
||||
SUBDIR += sendok
|
||||
SUBDIR += sentinel
|
||||
SUBDIR += serialmail
|
||||
SUBDIR += sid-milter
|
||||
|
|
33
mail/sendok/Makefile
Normal file
33
mail/sendok/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: sendok
|
||||
# Date created: 18 October 2005
|
||||
# Whom: Zak Johnson <zakj@nox.cx>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sendok
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://peff.net/sendok/ \
|
||||
http://www.cs.virginia.edu/~jrk3g/sendok/
|
||||
|
||||
MAINTAINER= zakj@nox.cx
|
||||
COMMENT= Generates qmail email addresses with timed cookies
|
||||
|
||||
RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
|
||||
|
||||
PLIST_FILES= bin/sendok-check bin/sendok-create
|
||||
|
||||
ALL_TARGET= it
|
||||
QMAIL_DIR?= /var/qmail
|
||||
|
||||
post-patch:
|
||||
@${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
|
||||
@${ECHO_CMD} ${CC} ${CFLAGS} >${WRKSRC}/conf-cc
|
||||
|
||||
do-install:
|
||||
.for f in sendok-check sendok-create
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/sendok/distinfo
Normal file
2
mail/sendok/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (sendok-0.9.1.tar.gz) = c40c6fb25a0bf42cf4c6d1fcdbc4f535
|
||||
SIZE (sendok-0.9.1.tar.gz) = 14988
|
6
mail/sendok/pkg-descr
Normal file
6
mail/sendok/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
||||
|
||||
WWW: http://peff.net/sendok/
|
Loading…
Add table
Reference in a new issue