From root@newsletter.thewebsilo.com  Mon Sep  8 19:07:58 2008
Return-Path: <root@newsletter.thewebsilo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 70FD01065676
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Sep 2008 19:07:58 +0000 (UTC)
	(envelope-from root@newsletter.thewebsilo.com)
Received: from newsletter.thewebsilo.com (ip-72-55-168-88.static.privatedns.com [72.55.168.88])
	by mx1.freebsd.org (Postfix) with ESMTP id 27C3A8FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Sep 2008 19:07:57 +0000 (UTC)
	(envelope-from root@newsletter.thewebsilo.com)
Received: (qmail 19967 invoked by uid 0); 8 Sep 2008 18:41:23 -0000
Message-Id: <20080908184123.19966.qmail@newsletter.thewebsilo.com>
Date: 8 Sep 2008 18:41:23 -0000
From: Rodrigo Graeff <delphus@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/libdkim: DKim library
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127218
>Category:       ports
>Synopsis:       [NEW PORT] mail/libdkim: DKim library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 08 19:10:02 UTC 2008
>Closed-Date:    Mon Sep 08 19:18:41 UTC 2008
>Last-Modified:  Mon Sep 08 19:18:41 UTC 2008
>Originator:     Rodrigo Graeff <delphus@gmail.com>
>Release:        FreeBSD 7.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD cl-t085-451cl 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Thu Jul  3 15:33:12 EDT
>Description:
This project is a C++ library which allows incorporating DKIM 
into an existing MTA or other application. It provides full 
support for signing, verifying, and SSP. 
It is compliant with RFC 4871.

WWW: http://sourceforge.net/projects/libdkim/ 

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libdkim-1.0.19.shar begins here ---
# 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:
#
#	libdkim
#	libdkim/Makefile
#	libdkim/distinfo
#	libdkim/pkg-descr
#	libdkim/pkg-plist
#
echo c - libdkim
mkdir -p libdkim > /dev/null 2>&1
echo x - libdkim/Makefile
sed 's/^X//' >libdkim/Makefile << 'END-of-libdkim/Makefile'
X# New ports collection makefile for:	libdkim
X# Date created:	   04 Sep 2008
X# Whom:		   Rodrigo Graeff <delphus@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libdkim
XPORTVERSION=	1.0.19
XCATEGORIES=	mail
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	libdkim
X
XMAINTAINER=	delphus@gmail.com
XCOMMENT=	DKim library
X
XUSE_LDCONFIG=	YES
XSHLIB_MAJOR=	3
XPLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
XUSE_GMAKE=	YES
XUSE_ZIP=	YES
X
XUSE_OPENSSL=	YES
XWRKSRC=		${WRKDIR}/libdkim/src
X
Xdo-install:
X	@${MKDIR} ${DATADIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/libdkimtest ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/libdkim.a ${PREFIX}/lib
X	${INSTALL_DATA} ${WRKSRC}/dkim.h ${PREFIX}/include
X	${INSTALL_DATA} ${WRKSRC}/dkimverify.h ${PREFIX}/include
X	${INSTALL_DATA} ${WRKSRC}/dkimbase.h ${PREFIX}/include
X
X.include <bsd.port.mk>
END-of-libdkim/Makefile
echo x - libdkim/distinfo
sed 's/^X//' >libdkim/distinfo << 'END-of-libdkim/distinfo'
XMD5 (libdkim-1.0.19.zip) = 82e8b64b15b701fad19fd0ebbc442b54
XSHA256 (libdkim-1.0.19.zip) = 1935c88ea3d053ec2039114d900ac9eb5962adee10e0ec163777dfa5f3bd4eed
XSIZE (libdkim-1.0.19.zip) = 55566 
END-of-libdkim/distinfo
echo x - libdkim/pkg-descr
sed 's/^X//' >libdkim/pkg-descr << 'END-of-libdkim/pkg-descr'
XThis project is a C++ library which allows incorporating DKIM 
Xinto an existing MTA or other application. It provides full 
Xsupport for signing, verifying, and SSP. 
XIt is compliant with RFC 4871.
X
XWWW: http://sourceforge.net/projects/libdkim/ 
END-of-libdkim/pkg-descr
echo x - libdkim/pkg-plist
sed 's/^X//' >libdkim/pkg-plist << 'END-of-libdkim/pkg-plist'
Xinclude/dkim.h
Xinclude/dkimbase.h
Xinclude/dkimverify.h
Xlib/libdkim.a
Xbin/libdkimtest
END-of-libdkim/pkg-plist
exit
--- libdkim-1.0.19.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Sep 8 19:18:41 UTC 2008 
State-Changed-Why:  
duplicate with 127217 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127218 
>Unformatted:
