Import postsrsd-1.4 as mail/postsrsd.
PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix. SRS is needed if your mail server acts as forwarder.
This commit is contained in:
parent
1001db38bf
commit
8ce6a0e193
4 changed files with 28 additions and 0 deletions
3
mail/postsrsd/DESCR
Normal file
3
mail/postsrsd/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based
|
||||
lookup tables for Postfix. SRS is needed if your mail server acts
|
||||
as forwarder.
|
14
mail/postsrsd/Makefile
Normal file
14
mail/postsrsd/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/02/25 15:29:15 wiz Exp $
|
||||
|
||||
DISTNAME= postsrsd-1.4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=roehling/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/roehling/postsrsd
|
||||
COMMENT= Postfix Sender Rewriting Scheme daemon
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
USE_CMAKE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
mail/postsrsd/PLIST
Normal file
5
mail/postsrsd/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/02/25 15:29:15 wiz Exp $
|
||||
sbin/postsrsd
|
||||
share/doc/postsrsd/README.md
|
||||
share/doc/postsrsd/README_UPGRADE.md
|
||||
share/doc/postsrsd/main.cf.ex
|
6
mail/postsrsd/distinfo
Normal file
6
mail/postsrsd/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/02/25 15:29:15 wiz Exp $
|
||||
|
||||
SHA1 (postsrsd-1.4.tar.gz) = 9b71bc8bbd40dab7d545cd2ec98cf69e4ff50450
|
||||
RMD160 (postsrsd-1.4.tar.gz) = 9402c4b9ab9f4bb356a07c67a74fd270c9c56655
|
||||
SHA512 (postsrsd-1.4.tar.gz) = e5b9d2091d562030dd8d35117a3c5fb7d99c0613120fc90f74be57af5e88a3fe0ce73a5ce702708047ae37f70c6aedb4a0df018dccbe480048ccb6ed4debbcef
|
||||
Size (postsrsd-1.4.tar.gz) = 26555 bytes
|
Loading…
Reference in a new issue