pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/libopensync-plugin-syncml Initial import of Sync...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b540c25d5f9b
branches:  trunk
changeset: 537625:b540c25d5f9b
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Jan 12 14:27:22 2008 +0000

description:
Initial import of SyncML plugin for the opensync framework.

diffstat:

 comms/libopensync-plugin-syncml/DESCR    |   9 +++++++++
 comms/libopensync-plugin-syncml/Makefile |  26 ++++++++++++++++++++++++++
 comms/libopensync-plugin-syncml/PLIST    |   6 ++++++
 comms/libopensync-plugin-syncml/distinfo |   5 +++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r f7ef23cb0dc4 -r b540c25d5f9b comms/libopensync-plugin-syncml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-syncml/DESCR     Sat Jan 12 14:27:22 2008 +0000
@@ -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 -r f7ef23cb0dc4 -r b540c25d5f9b comms/libopensync-plugin-syncml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-syncml/Makefile  Sat Jan 12 14:27:22 2008 +0000
@@ -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@localhost
+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 -r f7ef23cb0dc4 -r b540c25d5f9b comms/libopensync-plugin-syncml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-syncml/PLIST     Sat Jan 12 14:27:22 2008 +0000
@@ -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 -r f7ef23cb0dc4 -r b540c25d5f9b comms/libopensync-plugin-syncml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-syncml/distinfo  Sat Jan 12 14:27:22 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index