diff options
author | dillo <dillo@pkgsrc.org> | 2008-01-12 14:27:22 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-01-12 14:27:22 +0000 |
commit | 13095fda86e8a13d854cc82b7b8b88c382a42ec5 (patch) | |
tree | 7c23d9a02519b5beeb025428104f5305ecc8bca8 /comms | |
parent | 06a7c05b8a74c62652477bde93ab1d6eb9a87a9f (diff) | |
download | pkgsrc-13095fda86e8a13d854cc82b7b8b88c382a42ec5.tar.gz |
Initial import of SyncML plugin for the opensync framework.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libopensync-plugin-syncml/DESCR | 9 | ||||
-rw-r--r-- | comms/libopensync-plugin-syncml/Makefile | 26 | ||||
-rw-r--r-- | comms/libopensync-plugin-syncml/PLIST | 6 | ||||
-rw-r--r-- | comms/libopensync-plugin-syncml/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/comms/libopensync-plugin-syncml/DESCR b/comms/libopensync-plugin-syncml/DESCR new file mode 100644 index 00000000000..5c680a53cc7 --- /dev/null +++ b/comms/libopensync-plugin-syncml/DESCR @@ -0,0 +1,9 @@ +OpenSync is a synchronization framework that is platform and distribution +independent. It consists of a powerful sync-engine and several plugins +that can be used to connect to devices. + +OpenSync is very flexible and capable of synchronizing any type of data, +including contacts, calendar, tasks, notes and files. + +This plugin synchronizes with devices supporting the SyncML protocol, +e.g. Nokia cell phones. diff --git a/comms/libopensync-plugin-syncml/Makefile b/comms/libopensync-plugin-syncml/Makefile new file mode 100644 index 00000000000..943c3b8cea2 --- /dev/null +++ b/comms/libopensync-plugin-syncml/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/12 14:27:22 dillo Exp $ +# + +DISTNAME= libopensync-plugin-syncml-0.22 +CATEGORIES= comms +MASTER_SITES= http://www.opensync.org/download/releases/0.22/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dillo@NetBSD.org +HOMEPAGE= http://www.opensync.org/download/releases/0.22/ +COMMENT= Platform independent synchronization framework, SyncML plugin + +USE_TOOLS+= pkg-config +USE_LANGUAGES= c +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --disable-http + +.include "../../comms/libopensync/buildlink3.mk" +.include "../../comms/libsyncml/buildlink3.mk" +.include "../../comms/openobex/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +# XXX libsoup (http) +.include "../../mk/bsd.pkg.mk" diff --git a/comms/libopensync-plugin-syncml/PLIST b/comms/libopensync-plugin-syncml/PLIST new file mode 100644 index 00000000000..ddc810fc84d --- /dev/null +++ b/comms/libopensync-plugin-syncml/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/12 14:27:22 dillo Exp $ +lib/opensync/plugins/syncml_plugin.la +share/opensync/defaults/syncml-http-server +share/opensync/defaults/syncml-obex-client +@dirrm share/opensync/defaults +@dirrm lib/opensync/plugins diff --git a/comms/libopensync-plugin-syncml/distinfo b/comms/libopensync-plugin-syncml/distinfo new file mode 100644 index 00000000000..1454a05cf7f --- /dev/null +++ b/comms/libopensync-plugin-syncml/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/01/12 14:27:22 dillo Exp $ + +SHA1 (libopensync-plugin-syncml-0.22.tar.bz2) = 983fd2ad84c17f486fe182d94e3e055a081706be +RMD160 (libopensync-plugin-syncml-0.22.tar.bz2) = a47a7670389910061d41727aebc161f625d77712 +Size (libopensync-plugin-syncml-0.22.tar.bz2) = 220011 bytes |