Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.14 2013/05/09 07:39:30 adam Exp $
#
DISTNAME= libopensync-plugin-syncml-0.22
PKGREVISION= 10
CATEGORIES= comms
MASTER_SITES= http://www.opensync.org/download/releases/0.22/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.opensync.org/download/releases/0.22/
COMMENT= Platform independent synchronization framework, SyncML plugin
LICENSE= gnu-lgpl-v2.1
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"

View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:38:40 joerg Exp $
lib/opensync/plugins/syncml_plugin.la
share/opensync/defaults/syncml-http-server
share/opensync/defaults/syncml-obex-client

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2012/12/25 21:13:18 joerg 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
SHA1 (patch-src_syncml__plugin.c) = 23efa6c70d29cd5d020870fe1079864f4221cc76

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_syncml__plugin.c,v 1.1 2012/12/25 21:13:19 joerg Exp $
--- src/syncml_plugin.c.orig 2012-12-25 17:29:15.000000000 +0000
+++ src/syncml_plugin.c
@@ -1297,7 +1297,7 @@ static void batch_commit(OSyncContext *c
for (i = 0; i < num; i++) {
if (contexts[i]) {
- osync_context_report_error(contexts[i], SML_ERROR_GENERIC, "content type was not configured");
+ osync_context_report_error(contexts[i], OSYNC_ERROR_GENERIC, "content type was not configured");
}
}