From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 6 20:01:09 2006 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 39A0516A40E for ; Thu, 6 Apr 2006 20:01:09 +0000 (UTC) (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 DC708451DD for ; Thu, 6 Apr 2006 17:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k36HoFm2033564 for ; Thu, 6 Apr 2006 17:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k36HoFLG033549; Thu, 6 Apr 2006 17:50:15 GMT (envelope-from gnats) Resent-Date: Thu, 6 Apr 2006 17:50:15 GMT Resent-Message-Id: <200604061750.k36HoFLG033549@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, "Pawel Pekala" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26FDB16A9DB for ; Thu, 6 Apr 2006 15:54:26 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from kogut.o2.pl (kogut.o2.pl [212.126.20.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A5574437C for ; Thu, 6 Apr 2006 15:54:25 +0000 (GMT) (envelope-from c0rn@o2.pl) Received: from blaviken.slowicza.org (aboe112.neoplus.adsl.tpnet.pl [83.8.20.112]) by kogut.o2.pl (o2.pl Mailer 2.0.1) with ESMTP id 2F57AEEF15 for ; Thu, 6 Apr 2006 13:24:19 +0200 (CEST) Message-Id: <1144322678.11557@blaviken.slowicza.org> Date: Thu, 6 Apr 2006 13:24:38 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/95419: [new port] mail/sylpheed-claws-perl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 20:01:09 -0000 >Number: 95419 >Category: ports >Synopsis: [new port] mail/sylpheed-claws-perl >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: Thu Apr 06 17:50:15 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: perl mail filtering plugin for mail/sylpheed-claws >How-To-Repeat: >Fix: --- perl.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-perl/ # sylpheed-claws-perl/Makefile # sylpheed-claws-perl/distinfo # sylpheed-claws-perl/pkg-descr # sylpheed-claws-perl/files # sylpheed-claws-perl/files/patch-configure.ac # echo c - sylpheed-claws-perl/ mkdir -p sylpheed-claws-perl/ > /dev/null 2>&1 echo x - sylpheed-claws-perl/Makefile sed 's/^X//' >sylpheed-claws-perl/Makefile << 'END-of-sylpheed-claws-perl/Makefile' X# New ports collection makefile for: sylpheed-claws-perl X# Date created: 3 April 2006 X# Whom: Pawel Pekala X# X# $FreeBSD$ X# X XPORTNAME= perl XPORTVERSION= 0.6 XCATEGORIES= mail XMASTER_SITES= http://claws.sylpheed.org/downloads/ XPKGNAMEPREFIX= sylpheed-claws- XDISTNAME= perl_plugin-${PORTVERSION} X XMAINTAINER= c0rn@o2.pl XCOMMENT= Perl filtering 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 XUSE_PERL5= 5.8+ X XPLIST_FILES= lib/sylpheed-claws/plugins/perl_plugin.a \ X lib/sylpheed-claws/plugins/perl_plugin.la \ X lib/sylpheed-claws/plugins/perl_plugin.so \ X share/sylpheed-claws/matcherrc2perlfilter.pl X X.include X Xpost-install: X @${MKDIR} ${PREFIX}/share/sylpheed-claws X @${INSTALL_SCRIPT} ${WRKSRC}/tools/matcherrc2perlfilter.pl \ X ${PREFIX}/share/sylpheed-claws/ X X.include END-of-sylpheed-claws-perl/Makefile echo x - sylpheed-claws-perl/distinfo sed 's/^X//' >sylpheed-claws-perl/distinfo << 'END-of-sylpheed-claws-perl/distinfo' XMD5 (perl_plugin-0.6.tar.gz) = 48532473d154763970119697976e12a9 XSHA256 (perl_plugin-0.6.tar.gz) = 999ad055c9311f2a45aec73d0a8eb6304ebb8c99994dd5be6da8765846e3e76e XSIZE (perl_plugin-0.6.tar.gz) = 342616 END-of-sylpheed-claws-perl/distinfo echo x - sylpheed-claws-perl/pkg-descr sed 's/^X//' >sylpheed-claws-perl/pkg-descr << 'END-of-sylpheed-claws-perl/pkg-descr' XThis plugin is intended to extend the filtering possibilities of XSylpheed-Claws. It provides a Perl interface to Sylpheed-Claws' filtering Xmechanism, allowing the use of full Perl power in email filters. END-of-sylpheed-claws-perl/pkg-descr echo c - sylpheed-claws-perl/files mkdir -p sylpheed-claws-perl/files > /dev/null 2>&1 echo x - sylpheed-claws-perl/files/patch-configure.ac sed 's/^X//' >sylpheed-claws-perl/files/patch-configure.ac << 'END-of-sylpheed-claws-perl/files/patch-configure.ac' X--- configure.ac.orig Wed Apr 5 20:34:33 2006 X+++ configure.ac Wed Apr 5 20:35:42 2006 X@@ -42,7 +42,11 @@ X X dnl check for sylpheed-claws 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-perl/files/patch-configure.ac exit --- perl.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: