Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2006 14:00:35 GMT
From:      =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= <c0rn@o2.pl>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/95444: [new port] mail/sylpheed-claws-fetchinfo
Message-ID:  <200604091400.k39E0ZMq005262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/95444; it has been noted by GNATS.

From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= <c0rn@o2.pl>
To: bug-followup@FreeBSD.org, c0rn@o2.pl
Cc:  
Subject: Re: ports/95444: [new port] mail/sylpheed-claws-fetchinfo
Date: Sun, 9 Apr 2006 15:54:51 +0200

  Updated to newer version (0.4.10 -> 0.4.12)
 
 --- 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 <c0rn@o2.pl>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	fetchinfo
 XPORTVERSION=	0.4.12
 XCATEGORIES=	mail
 XMASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
 XPKGNAMEPREFIX=	sylpheed-claws-
 XDISTNAME=	${PORTNAME}-plugin-${PORTVERSION}
 X
 XMAINTAINER=	c0rn@o2.pl
 XCOMMENT=	Header insertation plugin for sylpheed-claws
 X
 XBUILD_DEPENDS=	sylpheed-claws>=2.0:${PORTSDIR}/mail/sylpheed-claws
 XRUN_DEPENDS=	sylpheed-claws>=2.0:${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 <bsd.port.mk>
 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.12.tar.gz) = 009f5784b1fb5961ea21889acfe3c81b
 XSHA256 (fetchinfo-plugin-0.4.12.tar.gz) = a1ea1d4d178372e5be24322fdee0cb6e8ff6d0a50e44ed2398192c3113df73df
 XSIZE (fetchinfo-plugin-0.4.12.tar.gz) = 322311
 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 ---



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