diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-19 14:00:25 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-19 14:00:25 +0000 |
commit | 5f6f5e4e354c0e4ff066c2fd34ac4a899b4fc4d0 (patch) | |
tree | 53c4ebae1f0c4506dce9ff1c3d8600d0244117c0 | |
parent | 1a1e8dcb6472f28af9e77d9b604b46ebd17e7c85 (diff) | |
download | FreeBSD-ports-5f6f5e4e354c0e4ff066c2fd34ac4a899b4fc4d0.zip FreeBSD-ports-5f6f5e4e354c0e4ff066c2fd34ac4a899b4fc4d0.tar.gz |
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>
11 files changed, 101 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 3ae960b..c71101a 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -126,6 +126,7 @@ SUBDIR += ksmoothdock SUBDIR += ktagebuch SUBDIR += kuake + SUBDIR += libopensync-plugin-evolution2 SUBDIR += lightning-xpi SUBDIR += linux-sunbird SUBDIR += ljcharm diff --git a/deskutils/libopensync-plugin-evolution2-devel/Makefile b/deskutils/libopensync-plugin-evolution2-devel/Makefile new file mode 100644 index 0000000..259aadd --- /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 0000000..5a0816e --- /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 0000000..e0a6fb9 --- /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 0000000..7583c29 --- /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 0000000..eee4198 --- /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 diff --git a/deskutils/libopensync-plugin-evolution2/Makefile b/deskutils/libopensync-plugin-evolution2/Makefile new file mode 100644 index 0000000..259aadd --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2/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/distinfo b/deskutils/libopensync-plugin-evolution2/distinfo new file mode 100644 index 0000000..5a0816e --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2/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/files/patch-src_Makefile.in b/deskutils/libopensync-plugin-evolution2/files/patch-src_Makefile.in new file mode 100644 index 0000000..e0a6fb9 --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2/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/pkg-descr b/deskutils/libopensync-plugin-evolution2/pkg-descr new file mode 100644 index 0000000..7583c29 --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2/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/pkg-plist b/deskutils/libopensync-plugin-evolution2/pkg-plist new file mode 100644 index 0000000..eee4198 --- /dev/null +++ b/deskutils/libopensync-plugin-evolution2/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 |