aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-07-19 14:00:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-07-19 14:00:25 +0000
commita4f3d2c1bdc1dda1bab3d83b6008e94be4858806 (patch)
tree8cad66378d9f483274293d0767c2b1a0914c6c1e /deskutils
parent9d6e501ed870cdb6fde158efe01fcbd3dcd6e14b (diff)
downloadports-a4f3d2c1bdc1dda1bab3d83b6008e94be4858806.tar.gz
ports-a4f3d2c1bdc1dda1bab3d83b6008e94be4858806.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/libopensync-plugin-evolution2-devel/Makefile24
-rw-r--r--deskutils/libopensync-plugin-evolution2-devel/distinfo3
-rw-r--r--deskutils/libopensync-plugin-evolution2-devel/files/patch-src_Makefile.in11
-rw-r--r--deskutils/libopensync-plugin-evolution2-devel/pkg-descr4
-rw-r--r--deskutils/libopensync-plugin-evolution2-devel/pkg-plist8
-rw-r--r--deskutils/libopensync-plugin-evolution2/Makefile24
-rw-r--r--deskutils/libopensync-plugin-evolution2/distinfo3
-rw-r--r--deskutils/libopensync-plugin-evolution2/files/patch-src_Makefile.in11
-rw-r--r--deskutils/libopensync-plugin-evolution2/pkg-descr4
-rw-r--r--deskutils/libopensync-plugin-evolution2/pkg-plist8
11 files changed, 101 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 3ae960b4ae7d..c71101abb3aa 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 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
diff --git a/deskutils/libopensync-plugin-evolution2/Makefile b/deskutils/libopensync-plugin-evolution2/Makefile
new file mode 100644
index 000000000000..259aaddd3e19
--- /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 000000000000..5a0816eab79e
--- /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 000000000000..e0a6fb9fff18
--- /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 000000000000..7583c29700e4
--- /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 000000000000..eee4198e84a3
--- /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