The SyncML plugin is a plugin that allows OpenSync to be synchronized against
SyncML capable devices. The plugin supports the protocol version 1.0, 1.1 and 1.2. Available transports are http and obex. Bluetooth and HTTP-OBEX protocols are supported. WWW: http://www.opensync.org/wiki/syncml-guide PR: ports/128628 Submitted by: Alex Samorukov <samm at os2.kiev.ua>
This commit is contained in:
parent
10b61bac74
commit
1ec8e7c7bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222616
5 changed files with 39 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
|||
SUBDIR += libopensync-plugin-sunbird
|
||||
SUBDIR += libopensync-plugin-synce
|
||||
SUBDIR += libopensync-plugin-synce-devel
|
||||
SUBDIR += libopensync-plugin-syncml
|
||||
SUBDIR += libopensync-plugin-vformat-devel
|
||||
SUBDIR += lightning-xpi
|
||||
SUBDIR += linux-sunbird
|
||||
|
|
21
deskutils/libopensync-plugin-syncml/Makefile
Normal file
21
deskutils/libopensync-plugin-syncml/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: libopensync-plugin-syncml
|
||||
# Date created: 6 November 2008
|
||||
# Whom: Alex Samorukov <samm@os2.kiev.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libopensync-plugin-syncml
|
||||
PORTVERSION= 0.22
|
||||
CATEGORIES= deskutils palm comms
|
||||
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= samm@os2.kiev.ua
|
||||
COMMENT= This plugin allows to be synchronized against SyncML capable devices
|
||||
|
||||
LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 syncml.0:${PORTSDIR}/comms/libsyncml
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/libopensync-plugin-syncml/distinfo
Normal file
3
deskutils/libopensync-plugin-syncml/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libopensync-plugin-syncml-0.22.tar.bz2) = 8ffa3233ad28fb3ead324d88573f0c38
|
||||
SHA256 (libopensync-plugin-syncml-0.22.tar.bz2) = b3f9ec536eabe81831bdb067bee4a052c2852fc84f8e3052416fecbefe3253de
|
||||
SIZE (libopensync-plugin-syncml-0.22.tar.bz2) = 220011
|
6
deskutils/libopensync-plugin-syncml/pkg-descr
Normal file
6
deskutils/libopensync-plugin-syncml/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The SyncML plugin is a plugin that allows OpenSync to be synchronized against
|
||||
SyncML capable devices. The plugin supports the protocol version 1.0, 1.1 and
|
||||
1.2. Available transports are http and obex. Bluetooth and HTTP-OBEX protocols
|
||||
are supported.
|
||||
|
||||
WWW: http://www.opensync.org/wiki/syncml-guide
|
8
deskutils/libopensync-plugin-syncml/pkg-plist
Normal file
8
deskutils/libopensync-plugin-syncml/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
share/opensync/defaults/syncml-http-server
|
||||
share/opensync/defaults/syncml-obex-client
|
||||
lib/opensync/plugins/syncml_plugin.la
|
||||
lib/opensync/plugins/syncml_plugin.so
|
||||
@dirrmtry lib/opensync/plugins
|
||||
@dirrmtry lib/opensync
|
||||
@dirrmtry share/opensync/defaults
|
||||
@dirrmtry share/opensync
|
Loading…
Reference in a new issue