From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 6 22:10:30 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 6E84616A402 for ; Thu, 6 Apr 2006 22:10:30 +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 624E343D6E for ; Thu, 6 Apr 2006 22:10: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 k36MAF1M051743 for ; Thu, 6 Apr 2006 22:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k36MAF3P051733; Thu, 6 Apr 2006 22:10:15 GMT (envelope-from gnats) Resent-Date: Thu, 6 Apr 2006 22:10:15 GMT Resent-Message-Id: <200604062210.k36MAF3P051733@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 EAD4C16A430 for ; Thu, 6 Apr 2006 22:04:41 +0000 (UTC) (envelope-from c0rn@o2.pl) Received: from kogut.o2.pl (kogut.o2.pl [212.126.20.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id D08FE43D66 for ; Thu, 6 Apr 2006 22:04:39 +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 A216E1D9F3A for ; Thu, 6 Apr 2006 13:20:57 +0200 (CEST) Message-Id: <1144322476.11538@blaviken.slowicza.org> Date: Thu, 6 Apr 2006 13:21:16 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/95444: [new port] mail/sylpheed-claws-fetchinfo 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 22:10:30 -0000 >Number: 95444 >Category: ports >Synopsis: [new port] mail/sylpheed-claws-fetchinfo >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 22:10:14 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: plugin inserting headers containg information about retrieval for mail/sylpheed-claws >How-To-Repeat: >Fix: --- fetchinfo.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-fetchinfo/ # sylpheed-claws-fetchinfo/Makefile # sylpheed-claws-fetchinfo/pkg-descr # sylpheed-claws-fetchinfo/distinfo # sylpheed-claws-fetchinfo/files # sylpheed-claws-fetchinfo/files/patch-configure.ac # echo c - sylpheed-claws-fetchinfo/ mkdir -p sylpheed-claws-fetchinfo/ > /dev/null 2>&1 echo x - sylpheed-claws-fetchinfo/Makefile sed 's/^X//' >sylpheed-claws-fetchinfo/Makefile << 'END-of-sylpheed-claws-fetchinfo/Makefile' X# New ports collection makefile for: sylpheed-claws-fetchinfo X# Date created: 3 April 2006 X# Whom: Pawel Pekala X# X# $FreeBSD$ X# X XPORTNAME= fetchinfo XPORTVERSION= 0.4.10 XCATEGORIES= mail XMASTER_SITES= http://claws.sylpheed.org/downloads/ XPKGNAMEPREFIX= sylpheed-claws- XDISTNAME= ${PORTNAME}-plugin-${PORTVERSION} X XMAINTAINER= c0rn@o2.pl XCOMMENT= Header insertation 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/fetchinfo_plugin.a \ X lib/sylpheed-claws/plugins/fetchinfo_plugin.la \ X lib/sylpheed-claws/plugins/fetchinfo_plugin.so \ X lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.a \ X lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.la \ X lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.so \ X lib/sylpheed-claws/plugins/fetchinfo_plugin_gtk.deps X X.include END-of-sylpheed-claws-fetchinfo/Makefile echo x - sylpheed-claws-fetchinfo/pkg-descr sed 's/^X//' >sylpheed-claws-fetchinfo/pkg-descr << 'END-of-sylpheed-claws-fetchinfo/pkg-descr' XThis plugin inserts headers containing some download information: UIDL, XSylpheeds account name, POP server, user ID and retrieval time. END-of-sylpheed-claws-fetchinfo/pkg-descr echo x - sylpheed-claws-fetchinfo/distinfo sed 's/^X//' >sylpheed-claws-fetchinfo/distinfo << 'END-of-sylpheed-claws-fetchinfo/distinfo' XMD5 (fetchinfo-plugin-0.4.10.tar.gz) = 589b226fe48e7a7ef73befd71d22cbbe XSHA256 (fetchinfo-plugin-0.4.10.tar.gz) = ca0cc57a2b7cdc71c219b55434417679a2602367a7f791cabb0c057f197da392 XSIZE (fetchinfo-plugin-0.4.10.tar.gz) = 321950 END-of-sylpheed-claws-fetchinfo/distinfo echo c - sylpheed-claws-fetchinfo/files mkdir -p sylpheed-claws-fetchinfo/files > /dev/null 2>&1 echo x - sylpheed-claws-fetchinfo/files/patch-configure.ac sed 's/^X//' >sylpheed-claws-fetchinfo/files/patch-configure.ac << 'END-of-sylpheed-claws-fetchinfo/files/patch-configure.ac' X--- configure.ac.orig Wed Apr 5 20:20:30 2006 X+++ configure.ac Wed Apr 5 20:21:26 2006 X@@ -28,7 +28,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-fetchinfo/files/patch-configure.ac exit --- fetchinfo.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: