From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 6 22:20:15 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 A59EB16A403 for ; Thu, 6 Apr 2006 22:20:15 +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 A880743D48 for ; Thu, 6 Apr 2006 22:20:14 +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 k36MKEG9052204 for ; Thu, 6 Apr 2006 22:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k36MKEPJ052199; Thu, 6 Apr 2006 22:20:14 GMT (envelope-from gnats) Resent-Date: Thu, 6 Apr 2006 22:20:14 GMT Resent-Message-Id: <200604062220.k36MKEPJ052199@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 AE4F616A405 for ; Thu, 6 Apr 2006 22:11:30 +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 BDCA043D5E for ; Thu, 6 Apr 2006 22:11:26 +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 C1D501D9EB6 for ; Thu, 6 Apr 2006 13:17:31 +0200 (CEST) Message-Id: <1144322270.11523@blaviken.slowicza.org> Date: Thu, 6 Apr 2006 13:17:50 +0200 From: "Pawel Pekala" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/95445: [new port] mail/sylpheed-claws-cachesaver 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:20:15 -0000 >Number: 95445 >Category: ports >Synopsis: [new port] mail/sylpheed-claws-cachesaver >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:20:13 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: Metadata cache saver plugin for mail/sylpheed-claws >How-To-Repeat: >Fix: --- cachesaver.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-cachesaver/ # sylpheed-claws-cachesaver/Makefile # sylpheed-claws-cachesaver/pkg-descr # sylpheed-claws-cachesaver/distinfo # sylpheed-claws-cachesaver/files # sylpheed-claws-cachesaver/files/patch-configure.ac # echo c - sylpheed-claws-cachesaver/ mkdir -p sylpheed-claws-cachesaver/ > /dev/null 2>&1 echo x - sylpheed-claws-cachesaver/Makefile sed 's/^X//' >sylpheed-claws-cachesaver/Makefile << 'END-of-sylpheed-claws-cachesaver/Makefile' X# New ports collection makefile for: sylpheed-claws-cachesaver X# Date created: 3 April 2006 X# Whom: Pawel Pekala X# X# $FreeBSD$ X# X XPORTNAME= cachesaver XPORTVERSION= 0.7 XCATEGORIES= mail XMASTER_SITES= http://claws.sylpheed.org/downloads/ XPKGNAMEPREFIX= sylpheed-claws- X XMAINTAINER= c0rn@o2.pl XCOMMENT= Cache saving 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/cachesaver.a \ X lib/sylpheed-claws/plugins/cachesaver.la \ X lib/sylpheed-claws/plugins/cachesaver.so X X.include END-of-sylpheed-claws-cachesaver/Makefile echo x - sylpheed-claws-cachesaver/pkg-descr sed 's/^X//' >sylpheed-claws-cachesaver/pkg-descr << 'END-of-sylpheed-claws-cachesaver/pkg-descr' XThis plugin saves the caches every 60 seconds (or user-defined period). XIt helps avoiding the loss of metadata on crashes. END-of-sylpheed-claws-cachesaver/pkg-descr echo x - sylpheed-claws-cachesaver/distinfo sed 's/^X//' >sylpheed-claws-cachesaver/distinfo << 'END-of-sylpheed-claws-cachesaver/distinfo' XMD5 (cachesaver-0.7.tar.gz) = 314c18a0113e9008843bfb352b72465c XSHA256 (cachesaver-0.7.tar.gz) = 3a5d0ba997d058b1291db61017740b1614961c76ac1f6f3c92eab74fb9287344 XSIZE (cachesaver-0.7.tar.gz) = 318917 END-of-sylpheed-claws-cachesaver/distinfo echo c - sylpheed-claws-cachesaver/files mkdir -p sylpheed-claws-cachesaver/files > /dev/null 2>&1 echo x - sylpheed-claws-cachesaver/files/patch-configure.ac sed 's/^X//' >sylpheed-claws-cachesaver/files/patch-configure.ac << 'END-of-sylpheed-claws-cachesaver/files/patch-configure.ac' X--- configure.ac.orig Wed Apr 5 20:04:28 2006 X+++ configure.ac Wed Apr 5 20:06:27 2006 X@@ -30,7 +30,11 @@ X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93) X AC_SUBST(SYLPHEED_CLAWS_CFLAGS) X AC_SUBST(SYLPHEED_CLAWS_LIBS) 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_PLUGINDIR) X X # END-of-sylpheed-claws-cachesaver/files/patch-configure.ac exit --- cachesaver.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: