From c0rn@o2.pl  Sun Apr 23 16:34:27 2006
Return-Path: <c0rn@o2.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BDA9516A401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Apr 2006 16:34:27 +0000 (UTC)
	(envelope-from c0rn@o2.pl)
Received: from poczta.o2.pl (mx.go2.pl [193.17.41.41])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AE1F243D5D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Apr 2006 16:34:25 +0000 (GMT)
	(envelope-from c0rn@o2.pl)
Received: from blaviken.slowicza.org (abow159.neoplus.adsl.tpnet.pl [83.8.38.159])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by poczta.o2.pl (Postfix) with ESMTP id 97E611378EE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Apr 2006 18:34:23 +0200 (CEST)
Message-Id: <1145810088.45239@blaviken.slowicza.org>
Date: Sun, 23 Apr 2006 18:34:48 +0200
From: "Pawel Pekala" <c0rn@o2.pl>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [new port] mail/sylpheed-claws-smime
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         96208
>Category:       ports
>Synopsis:       [new port] mail/sylpheed-claws-smime
>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:   Sun Apr 23 16:40:15 GMT 2006
>Closed-Date:    Sat Apr 29 14:32:43 GMT 2006
>Last-Modified:  Sat Apr 29 14:32:43 GMT 2006
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.4-RELEASE-p14 i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE-p14 #3: Wed Apr 19 20:01:35 CEST 2006
    root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


This plugin handles S/MIME signed and/or encrypted mails. You can 
decrypt mails, verify signatures or sign and encrypt your own mails.


>How-To-Repeat:





>Fix:


--- sc-smime.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:
#
#	sylpheed-claws-smime/
#	sylpheed-claws-smime/Makefile
#	sylpheed-claws-smime/distinfo
#	sylpheed-claws-smime/files
#	sylpheed-claws-smime/files/patch-configure.ac
#	sylpheed-claws-smime/pkg-descr
#
echo c - sylpheed-claws-smime/
mkdir -p sylpheed-claws-smime/ > /dev/null 2>&1
echo x - sylpheed-claws-smime/Makefile
sed 's/^X//' >sylpheed-claws-smime/Makefile << 'END-of-sylpheed-claws-smime/Makefile'
X# New ports collection makefile for:	sylpheed-claws-smime
X# Date created:	23 April 2006
X# Whom:	Pawel Pekala <c0rn@o2.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	smime
XPORTVERSION=	0.5
XCATEGORIES=	mail
XMASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
XPKGNAMEPREFIX=	sylpheed-claws-
X
XMAINTAINER=	c0rn@o2.pl
XCOMMENT=	S/MIME plugin for sylpheed-claws
X
XLIB_DEPENDS=	gpgme.15:${PORTSDIR}/security/gpgme
XBUILD_DEPENDS=	sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws
XRUN_DEPENDS=	sylpheed-claws>=2.1.1:${PORTSDIR}/mail/sylpheed-claws
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XUSE_AUTOTOOLS=	autoconf:259
X
XPLIST_FILES=lib/sylpheed-claws/plugins/smime.a \
X	lib/sylpheed-claws/plugins/smime.la \
X	lib/sylpheed-claws/plugins/smime.so
X
X.include <bsd.port.mk>
END-of-sylpheed-claws-smime/Makefile
echo x - sylpheed-claws-smime/distinfo
sed 's/^X//' >sylpheed-claws-smime/distinfo << 'END-of-sylpheed-claws-smime/distinfo'
XMD5 (smime-0.5.tar.gz) = d2f842d13ba9c805571183cff9f6d9b6
XSHA256 (smime-0.5.tar.gz) = 24304da796d35dcd89a4c5fc30e7596bdf9897e8cf7b59fdc3744e678d9fb8ed
XSIZE (smime-0.5.tar.gz) = 322337
END-of-sylpheed-claws-smime/distinfo
echo c - sylpheed-claws-smime/files
mkdir -p sylpheed-claws-smime/files > /dev/null 2>&1
echo x - sylpheed-claws-smime/files/patch-configure.ac
sed 's/^X//' >sylpheed-claws-smime/files/patch-configure.ac << 'END-of-sylpheed-claws-smime/files/patch-configure.ac'
X--- configure.ac.orig	Fri Apr  7 16:57:27 2006
X+++ configure.ac	Fri Apr  7 16:59:27 2006
X@@ -42,7 +42,11 @@
X 
X dnl check for sylpheed-claws
X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.1.0.1)
X-SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
X+if test -z $prefix ; then
X+  SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws )
X+else
X+  SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins
X+fi
X AC_SUBST(SYLPHEED_CLAWS_CFLAGS)
X AC_SUBST(SYLPHEED_CLAWS_LIBS)
X AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR)
END-of-sylpheed-claws-smime/files/patch-configure.ac
echo x - sylpheed-claws-smime/pkg-descr
sed 's/^X//' >sylpheed-claws-smime/pkg-descr << 'END-of-sylpheed-claws-smime/pkg-descr'
XThis plugin handles S/MIME signed and/or encrypted mails. You can 
Xdecrypt mails, verify signatures or sign and encrypt your own mails.
END-of-sylpheed-claws-smime/pkg-descr
exit

--- sc-smime.shar ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Apr 29 14:32:00 UTC 2006 
State-Changed-Why:  
New port added, thank you! 

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