Windows CE addressbook import plugin for mail/sylpheed-claws
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests)
Updated to newer version (0.4 -> 0.6) --- synce.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-synce/ # sylpheed-claws-synce/Makefile # sylpheed-claws-synce/distinfo # sylpheed-claws-synce/pkg-descr # sylpheed-claws-synce/files # sylpheed-claws-synce/files/patch-configure.ac # echo c - sylpheed-claws-synce/ mkdir -p sylpheed-claws-synce/ > /dev/null 2>&1 echo x - sylpheed-claws-synce/Makefile sed 's/^X//' >sylpheed-claws-synce/Makefile << 'END-of-sylpheed-claws-synce/Makefile' X# New ports collection makefile for: sylpheed-claws-synce X# Date created: 3 April 2006 X# Whom: Pawel Pekala <c0rn@o2.pl> X# X# $FreeBSD$ X# X XPORTNAME= synce XPORTVERSION= 0.6 XCATEGORIES= mail XMASTER_SITES= http://claws.sylpheed.org/downloads/plugins/ XPKGNAMEPREFIX= sylpheed-claws- XDISTNAME= synce_plugin-${PORTVERSION} X XMAINTAINER= c0rn@o2.pl XCOMMENT= Windows CE addressbook plugin for sylpheed-claws X XLIB_DEPENDS= rapi.2:${PORTSDIR}/palm/synce-librapi2 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 XCONFIGURE_ARGS= --with-libsynce=${LOCALBASE} \ X --with-librapi2=${LOCALBASE} X XPLIST_FILES= lib/sylpheed-claws/plugins/synce_plugin.a \ X lib/sylpheed-claws/plugins/synce_plugin.la \ X lib/sylpheed-claws/plugins/synce_plugin.so X X.include <bsd.port.mk> END-of-sylpheed-claws-synce/Makefile echo x - sylpheed-claws-synce/distinfo sed 's/^X//' >sylpheed-claws-synce/distinfo << 'END-of-sylpheed-claws-synce/distinfo' XMD5 (synce_plugin-0.6.tar.gz) = d7448658635543893a27b7954dad9e5f XSHA256 (synce_plugin-0.6.tar.gz) = 8dde775a4cc5dd75d1cf9919eafc6a0dec7bd8084efe0625d8f04ec3485c8088 XSIZE (synce_plugin-0.6.tar.gz) = 324491 END-of-sylpheed-claws-synce/distinfo echo x - sylpheed-claws-synce/pkg-descr sed 's/^X//' >sylpheed-claws-synce/pkg-descr << 'END-of-sylpheed-claws-synce/pkg-descr' XThis plugin assists in keeping the addressbook of a Windows CE device X(Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook, Xwith respect to email addresses. END-of-sylpheed-claws-synce/pkg-descr echo c - sylpheed-claws-synce/files mkdir -p sylpheed-claws-synce/files > /dev/null 2>&1 echo x - sylpheed-claws-synce/files/patch-configure.ac sed 's/^X//' >sylpheed-claws-synce/files/patch-configure.ac << 'END-of-sylpheed-claws-synce/files/patch-configure.ac' X--- configure.ac.orig Wed Apr 5 20:46:08 2006 X+++ configure.ac Wed Apr 5 20:47:02 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-synce/files/patch-configure.ac exit --- synce.shar ends here ---
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
State Changed From-To: open->closed New port added. Thanks!