diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-19 14:00:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-19 14:00:25 +0000 |
commit | a4f3d2c1bdc1dda1bab3d83b6008e94be4858806 (patch) | |
tree | 8cad66378d9f483274293d0767c2b1a0914c6c1e /deskutils/libopensync-plugin-evolution2-devel | |
parent | Simple X selection printer. Prints the X selection to stdout. (diff) |
This plugin allows applications using OpenSync to synchronise to and from
Evolution 2.
WWW: http://www.opensync.org/
PR: ports/125499
Submitted by: Alexander Logvinov <ports at logvinov.com>
Notes
Notes:
svn path=/head/; revision=217093
Diffstat (limited to 'deskutils/libopensync-plugin-evolution2-devel')
5 files changed, 50 insertions, 0 deletions
diff --git a/deskutils/libopensync-plugin-evolution2-devel/Makefile b/deskutils/libopensync-plugin-evolution2-devel/Makefile new file mode 100644 index 000000000000..259aaddd3e19 --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2-devel/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libopensync-plugin-evolution2 +# Date created: 18 July 2008 +# Whom: Alexander Logvinov <ports@logvinov.com> +# +# $FreeBSD$ +# + +PORTNAME= libopensync-plugin-evolution2 +PORTVERSION= 0.22 +CATEGORIES= deskutils +MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ + +MAINTAINER= ports@logvinov.com +COMMENT= Evolution 2 plugin for the OpenSync framework + +LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 + +CONFLICTS= libopensync-plugin-evolution2-devel-[0-9]* + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GNOME= evolutiondataserver gconf2 + +.include <bsd.port.mk> diff --git a/deskutils/libopensync-plugin-evolution2-devel/distinfo b/deskutils/libopensync-plugin-evolution2-devel/distinfo new file mode 100644 index 000000000000..5a0816eab79e --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2-devel/distinfo @@ -0,0 +1,3 @@ +MD5 (libopensync-plugin-evolution2-0.22.tar.bz2) = c4419dd2451bd1595fe42fcf96a9ba45 +SHA256 (libopensync-plugin-evolution2-0.22.tar.bz2) = 2a309178a1aafaa147b792502a241e0036889e2f4153065a10313e7db3c26e65 +SIZE (libopensync-plugin-evolution2-0.22.tar.bz2) = 219916 diff --git a/deskutils/libopensync-plugin-evolution2-devel/files/patch-src_Makefile.in b/deskutils/libopensync-plugin-evolution2-devel/files/patch-src_Makefile.in new file mode 100644 index 000000000000..e0a6fb9fff18 --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2-devel/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2008-07-11 14:03:05.000000000 +1000 ++++ src/Makefile.in 2008-07-11 14:03:10.000000000 +1000 +@@ -198,7 +198,7 @@ + INCLUDES = @PACKAGE_CFLAGS@ @EPACKAGE_CFLAGS@ + + # Please remove '-Wno-return-type' when Evo fixes the warning in their headers. +-AM_CFLAGS = -Wall -Werror -Wno-return-type ++AM_CFLAGS = -Wall -Wno-return-type + config_DATA = evo2-sync + opensyncheader_HEADERS = evo2_sync.h + plugin_LTLIBRARIES = evo2_sync.la diff --git a/deskutils/libopensync-plugin-evolution2-devel/pkg-descr b/deskutils/libopensync-plugin-evolution2-devel/pkg-descr new file mode 100644 index 000000000000..7583c29700e4 --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2-devel/pkg-descr @@ -0,0 +1,4 @@ +This plugin allows applications using OpenSync to synchronise to and from +Evolution 2. + +WWW: http://www.opensync.org/ diff --git a/deskutils/libopensync-plugin-evolution2-devel/pkg-plist b/deskutils/libopensync-plugin-evolution2-devel/pkg-plist new file mode 100644 index 000000000000..eee4198e84a3 --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2-devel/pkg-plist @@ -0,0 +1,8 @@ +include/opensync-1.0/opensync/evo2_sync.h +lib/opensync/plugins/evo2_sync.so +lib/opensync/plugins/evo2_sync.la +share/opensync/defaults/evo2-sync +@dirrmtry lib/opensync/plugins +@dirrmtry lib/opensync +@dirrmtry share/opensync/defaults +@dirrmtry share/opensync |