ports/95442: [new port] mail/sylpheed-claws-mailmbox

Paweł Pękala c0rn at o2.pl
Sun Apr 9 13:10:21 UTC 2006


The following reply was made to PR ports/95442; it has been noted by GNATS.

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

 Updated to newer version (1.10 -> 1.11)
 
 --- mailmbox.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-mailmbox/
 #	sylpheed-claws-mailmbox/Makefile
 #	sylpheed-claws-mailmbox/distinfo
 #	sylpheed-claws-mailmbox/pkg-descr
 #	sylpheed-claws-mailmbox/files
 #	sylpheed-claws-mailmbox/files/patch-configure.ac
 #
 echo c - sylpheed-claws-mailmbox/
 mkdir -p sylpheed-claws-mailmbox/ > /dev/null 2>&1
 echo x - sylpheed-claws-mailmbox/Makefile
 sed 's/^X//' >sylpheed-claws-mailmbox/Makefile << 'END-of-sylpheed-claws-mailmbox/Makefile'
 X# New ports collection makefile for:	sylpheed-claws-mailmbox
 X# Date created:	3 April 2006
 X# Whom:	Pawel Pekala <c0rn at o2.pl>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	mailmbox
 XPORTVERSION=	1.11
 XCATEGORIES=	mail
 XMASTER_SITES=	http://claws.sylpheed.org/downloads/plugins/
 XPKGNAMEPREFIX=	sylpheed-claws-
 X
 XMAINTAINER=	c0rn at o2.pl
 XCOMMENT=	Mbox maildir 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/mailmbox.a \
 X	lib/sylpheed-claws/plugins/mailmbox.la \
 X	lib/sylpheed-claws/plugins/mailmbox.so
 X
 X.include <bsd.port.mk>
 END-of-sylpheed-claws-mailmbox/Makefile
 echo x - sylpheed-claws-mailmbox/distinfo
 sed 's/^X//' >sylpheed-claws-mailmbox/distinfo << 'END-of-sylpheed-claws-mailmbox/distinfo'
 XMD5 (mailmbox-1.11.tar.gz) = d0f51ecd981a6dd20563179cb10f65d9
 XSHA256 (mailmbox-1.11.tar.gz) = cf0f9209550a8b6786bebb18c93bb85bcdf8d2c12fd235097fcaeb45148afe8f
 XSIZE (mailmbox-1.11.tar.gz) = 390371
 END-of-sylpheed-claws-mailmbox/distinfo
 echo x - sylpheed-claws-mailmbox/pkg-descr
 sed 's/^X//' >sylpheed-claws-mailmbox/pkg-descr << 'END-of-sylpheed-claws-mailmbox/pkg-descr'
 XThis plugin handles mailboxes in mbox format.
 END-of-sylpheed-claws-mailmbox/pkg-descr
 echo c - sylpheed-claws-mailmbox/files
 mkdir -p sylpheed-claws-mailmbox/files > /dev/null 2>&1
 echo x - sylpheed-claws-mailmbox/files/patch-configure.ac
 sed 's/^X//' >sylpheed-claws-mailmbox/files/patch-configure.ac << 'END-of-sylpheed-claws-mailmbox/files/patch-configure.ac'
 X--- configure.ac.orig Wed Apr  5 20:29:56 2006
 X+++ configure.ac Wed Apr  5 20:30:49 2006
 X@@ -27,7 +27,11 @@
 X # Check for sylpheed-claws
 X #
 X PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.160)
 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-mailmbox/files/patch-configure.ac
 exit
 
 --- mailmbox.shar ends here ---



More information about the freebsd-ports-bugs mailing list