Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2005 20:08:32 +0900 (JST)
From:      Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88442: New port: mail/dkfilter DomainKeys implementation for Postfix
Message-ID:  <200511031108.jA3B8WXL095312@frodo.csg.is.titech.ac.jp>
Resent-Message-ID: <200511031110.jA3BAJjm002393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88442
>Category:       ports
>Synopsis:       New port: mail/dkfilter DomainKeys implementation for Postfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 03 11:10:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yoshisato YANAGISAWA
>Release:        FreeBSD 6.0-RC1 i386
>Organization:
Dept. of Mathematical and Computing Sciences,
Graduate School of Information Science and Engineering,
Tokyo Institute of Technology.
>Environment:
System: FreeBSD frodo.csg.is.titech.ac.jp 6.0-RC1 FreeBSD 6.0-RC1 #65: Wed Oct 12 00:24:54 JST 2005 yanagisawa@frodo.csg.is.titech.ac.jp:/usr/obj/usr/src/sys/FRODO i386


	
>Description:
Dkfilter is an implementation of DomainKeys for the Postfix mail user agent.

>How-To-Repeat:
	
>Fix:

Dkfilter is one of the most famous implementation of DomainKeys for Postfix.
DomainKeys is a draft standard proposed by Yahoo! whose user sign and verify
e-mail based on their domain-basis.  This might be the first port for
DomainKeys implementation for Postfix and might be needed for anybody who
is planning to realize DomainKeys on Postfix.

shar-ed port files are following:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dkfilter
#	dkfilter/files
#	dkfilter/Makefile
#	dkfilter/distinfo
#	dkfilter/pkg-descr
#	dkfilter/pkg-plist
#
echo c - dkfilter
mkdir -p dkfilter > /dev/null 2>&1
echo c - dkfilter/files
mkdir -p dkfilter/files > /dev/null 2>&1
echo x - dkfilter/Makefile
sed 's/^X//' >dkfilter/Makefile << 'END-of-dkfilter/Makefile'
X# New ports collection makefile for:	dkfilter
X# Date created:				3 Nov 2005
X# Whom:					Yoshisato YANAGISAWA
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dkfilter
XPORTVERSION=	0.8
XCATEGORIES=	mail
XMASTER_SITES=	http://jason.long.name/dkfilter/
XDISTFILES=	${PORTNAME}.tgz
X
XMAINTAINER=	yanagisawa@csg.is.titech.ac.jp
XCOMMENT=	Domainkeys filter for Postfix
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
X		${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
X		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
X		${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
X		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XGNU_CONFIGURE=  yes
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
X.endif
X
X.include <bsd.port.post.mk>
END-of-dkfilter/Makefile
echo x - dkfilter/distinfo
sed 's/^X//' >dkfilter/distinfo << 'END-of-dkfilter/distinfo'
XMD5 (dkfilter.tgz) = ab0bab68dc09d3a86acccd1115b4c28a
XSIZE (dkfilter.tgz) = 76885
END-of-dkfilter/distinfo
echo x - dkfilter/pkg-descr
sed 's/^X//' >dkfilter/pkg-descr << 'END-of-dkfilter/pkg-descr'
XThis is implementation of DomainKeys draft standard for the Postfix mail
Xtransfer agent.  DomainKeys is proposed by Yahoo!, Inc. and this is a scheme
Xto sign and verify e-mail messages on a per-domain basis.
XProtocol and other issues about this draft standard can be found at
Xhttp://antispam.yahoo.com/domain/keys.
X
XWWW: http://jason.long.name/dkfilter/
END-of-dkfilter/pkg-descr
echo x - dkfilter/pkg-plist
sed 's/^X//' >dkfilter/pkg-plist << 'END-of-dkfilter/pkg-plist'
Xlib/MSDW/SMTP/Client.pm
Xlib/MSDW/SMTP/Server.pm
Xlib/Mail/DomainKeys/Key/Private.pm
Xlib/Mail/DomainKeys/Key/Public.pm
Xlib/Mail/DomainKeys/Header.pm
Xlib/Mail/DomainKeys/Key.pm
Xlib/Mail/DomainKeys/Message.pm
Xlib/Mail/DomainKeys/Policy.pm
Xlib/Mail/DomainKeys/Signature.pm
Xlib/Mail/DomainKeys.pm
Xlib/DKMessage.pm
Xbin/auto_responder.pl
Xbin/dkverify.pl
Xbin/dkfilter.in
Xbin/dkfilter.out
X@dirrm lib/Mail/DomainKeys/Key
X@dirrm lib/Mail/DomainKeys
X@dirrm lib/Mail
X@dirrm lib/MSDW/SMTP
X@dirrm lib/MSDW
END-of-dkfilter/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511031108.jA3B8WXL095312>