Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2006 13:19:34 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/95454: [new port] mail/sylpheed-claws-etpan_privacy
Message-ID:  <1144322374.11524@blaviken.slowicza.org>
Resent-Message-ID: <200604070210.k372AC7x067905@freefall.freebsd.org>

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

>Number:         95454
>Category:       ports
>Synopsis:       [new port] mail/sylpheed-claws-etpan_privacy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 07 02:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.4-RELEASE-p11 i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE-p11 #2: Thu Feb  2 21:14:41 CET 2006
    root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


S/MIME,PGP verification and decryption plugin based on etpan library for mail/sylpheed-claws


>How-To-Repeat:





>Fix:


--- etpan.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-etpan_privacy/
#	sylpheed-claws-etpan_privacy/Makefile
#	sylpheed-claws-etpan_privacy/distinfo
#	sylpheed-claws-etpan_privacy/pkg-descr
#	sylpheed-claws-etpan_privacy/files
#	sylpheed-claws-etpan_privacy/files/patch-configure.ac
#
echo c - sylpheed-claws-etpan_privacy/
mkdir -p sylpheed-claws-etpan_privacy/ > /dev/null 2>&1
echo x - sylpheed-claws-etpan_privacy/Makefile
sed 's/^X//' >sylpheed-claws-etpan_privacy/Makefile << 'END-of-sylpheed-claws-etpan_privacy/Makefile'
X# New ports collection makefile for:	sylpheed-claws-etpan_privacy
X# Date created:	3 April 2006
X# Whom:	Pawel Pekala <c0rn@o2.pl>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	etpan_privacy
XPORTVERSION=	0.13
XCATEGORIES=	mail
XMASTER_SITES=	http://claws.sylpheed.org/downloads/
XPKGNAMEPREFIX=	sylpheed-claws-
XDISTNAME=	etpan-privacy-${PORTVERSION}
X
XMAINTAINER=	c0rn@o2.pl
XCOMMENT=	S/MIME, PGP verification and decryption plugin for sylpheed-claws
X
XBUILD_DEPENDS=	sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
XRUN_DEPENDS=	sylpheed-claws:${PORTSDIR}/mail/sylpheed-claws
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XUSE_AUTOTOOLS=	autoconf:259
X
XPLIST_FILES=	lib/sylpheed-claws/plugins/etpan-privacy.a \
X	lib/sylpheed-claws/plugins/etpan-privacy.la \
X	lib/sylpheed-claws/plugins/etpan-privacy.so
X
X.include <bsd.port.mk>
END-of-sylpheed-claws-etpan_privacy/Makefile
echo x - sylpheed-claws-etpan_privacy/distinfo
sed 's/^X//' >sylpheed-claws-etpan_privacy/distinfo << 'END-of-sylpheed-claws-etpan_privacy/distinfo'
XMD5 (etpan-privacy-0.13.tar.gz) = 8d2d3f53e9b0a946a65c9deda352dad0
XSHA256 (etpan-privacy-0.13.tar.gz) = aaaae43c17ca35214b02f60f0f62e486f9f2796c115dd052122c4c179277648b
XSIZE (etpan-privacy-0.13.tar.gz) = 328009
END-of-sylpheed-claws-etpan_privacy/distinfo
echo x - sylpheed-claws-etpan_privacy/pkg-descr
sed 's/^X//' >sylpheed-claws-etpan_privacy/pkg-descr << 'END-of-sylpheed-claws-etpan_privacy/pkg-descr'
XThis plugin handles signature verification and decryption of encrypted 
Xmessages in S/MIME, OpenPGP, and ascii-armored PGP formats.
END-of-sylpheed-claws-etpan_privacy/pkg-descr
echo c - sylpheed-claws-etpan_privacy/files
mkdir -p sylpheed-claws-etpan_privacy/files > /dev/null 2>&1
echo x - sylpheed-claws-etpan_privacy/files/patch-configure.ac
sed 's/^X//' >sylpheed-claws-etpan_privacy/files/patch-configure.ac << 'END-of-sylpheed-claws-etpan_privacy/files/patch-configure.ac'
X--- configure.ac.orig	Wed Apr  5 20:13:32 2006
X+++ configure.ac	Wed Apr  5 20:14:40 2006
X@@ -27,7 +27,11 @@
X # Check for sylpheed-claws
X #
X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93)
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-etpan_privacy/files/patch-configure.ac
exit

--- etpan.shar ends here ---



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



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