Add yadda 1.0, Yet Another Damn Delivery Agent.
Yadda - Yet Another Damn Delivery Agent is a fully featured mail delivery agent, with support for Maildir++ and softquotas. It also supports filtering, and SQL-usage. It's written entirely in Perl and uses Mail::Audit which is available from CPAN. It's compatible with RFC2033 (LMTP) and works great with postfix, and other LHLO/LMTP-fluent MTA's. Author: Jesper Noehr <jesper@noehr.org> WWW: http://code.printf.dk/~decius/yadda/ PR: 60802 Submitted by: Jesper Noehr <jesper@noehr.org>
This commit is contained in:
parent
a65a95b7d3
commit
0d2acd9252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97465
5 changed files with 44 additions and 0 deletions
|
@ -402,6 +402,7 @@
|
|||
SUBDIR += xmailwatcher
|
||||
SUBDIR += xpbiff
|
||||
SUBDIR += xpbiff-youbin
|
||||
SUBDIR += yadda
|
||||
SUBDIR += youbin
|
||||
SUBDIR += yuzu
|
||||
SUBDIR += zmailer
|
||||
|
|
31
mail/yadda/Makefile
Normal file
31
mail/yadda/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: yadda
|
||||
# Date created: 2004-01-01
|
||||
# Whom: Jesper Noehr <jesper@noehr.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= yadda
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://code.printf.dk/~decius/yadda/ \
|
||||
http://casius.dk/mirrors/yadda/ \
|
||||
http://yadda.salkin.dk/mirror/ \
|
||||
http://users.cybercity.dk/~dsl22381/
|
||||
|
||||
MAINTAINER= jesper@noehr.org
|
||||
COMMENT= Yet Another Damn Delivery Agent
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/Mail/Audit.pm:${PORTSDIR}/mail/p5-Mail-Audit
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
do-build:
|
||||
${SED} -e '1s,/usr/bin/perl,${PERL},' ${WRKSRC}/yadda \
|
||||
> ${WRKDIR}/yadda
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/yadda ${PREFIX}/sbin
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/yadda/distinfo
Normal file
1
mail/yadda/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (yadda-1.0.tar.gz) = 8a950af7b7ed7f37f4b5b1f891112c64
|
9
mail/yadda/pkg-descr
Normal file
9
mail/yadda/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
Yadda - Yet Another Damn Delivery Agent is a
|
||||
fully featured mail delivery agent, with support for Maildir++
|
||||
and softquotas. It also supports filtering, and SQL-usage.
|
||||
It's written entirely in Perl and uses Mail::Audit which is
|
||||
available from CPAN. It's compatible with RFC2033 (LMTP)
|
||||
and works great with postfix, and other LHLO/LMTP-fluent MTA's.
|
||||
|
||||
Author: Jesper Noehr <jesper@noehr.org>
|
||||
WWW: http://code.printf.dk/~decius/yadda/
|
2
mail/yadda/pkg-plist
Normal file
2
mail/yadda/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $FreeBSD$
|
||||
sbin/yadda
|
Loading…
Reference in a new issue