From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 3 11:10:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7933116A41F for ; Thu, 3 Nov 2005 11:10:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C641543D48 for ; Thu, 3 Nov 2005 11:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA3BAJeh002394 for ; Thu, 3 Nov 2005 11:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA3BAJjm002393; Thu, 3 Nov 2005 11:10:19 GMT (envelope-from gnats) Resent-Date: Thu, 3 Nov 2005 11:10:19 GMT Resent-Message-Id: <200511031110.jA3BAJjm002393@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshisato YANAGISAWA Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F52916A420 for ; Thu, 3 Nov 2005 11:08:35 +0000 (GMT) (envelope-from yanagisawa@frodo.csg.is.titech.ac.jp) Received: from frodo.csg.is.titech.ac.jp (frodo.csg.is.titech.ac.jp [131.112.40.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDC0E43D4C for ; Thu, 3 Nov 2005 11:08:33 +0000 (GMT) (envelope-from yanagisawa@frodo.csg.is.titech.ac.jp) Received: from frodo.csg.is.titech.ac.jp (localhost [127.0.0.1]) by frodo.csg.is.titech.ac.jp (8.13.4/8.13.4) with ESMTP id jA3B8WtK095313 for ; Thu, 3 Nov 2005 20:08:32 +0900 (JST) (envelope-from yanagisawa@frodo.csg.is.titech.ac.jp) Received: (from yanagisawa@localhost) by frodo.csg.is.titech.ac.jp (8.13.4/8.13.1/Submit) id jA3B8WXL095312; Thu, 3 Nov 2005 20:08:32 +0900 (JST) (envelope-from yanagisawa) Message-Id: <200511031108.jA3B8WXL095312@frodo.csg.is.titech.ac.jp> Date: Thu, 3 Nov 2005 20:08:32 +0900 (JST) From: Yoshisato YANAGISAWA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/88442: New port: mail/dkfilter DomainKeys implementation for Postfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshisato YANAGISAWA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 11:10:20 -0000 >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 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 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: