diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 16:46:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 16:46:29 +0000 |
commit | 1ec8e7c7bb5a0a1bbf5784c8d3c3ab4ebfe896a0 (patch) | |
tree | 1e7e56e30932d72b2cc44a5b9f4c26f749416ad1 /deskutils | |
parent | 10b61bac740df12ff3f284f5d8baf33a3e8a0036 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-syncml/Makefile | 21 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-syncml/distinfo | 3 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-syncml/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-syncml/pkg-plist | 8 |
5 files changed, 39 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 8f38350c4ccb..4db74a391656 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -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 diff --git a/deskutils/libopensync-plugin-syncml/Makefile b/deskutils/libopensync-plugin-syncml/Makefile new file mode 100644 index 000000000000..580a193b60de --- /dev/null +++ b/deskutils/libopensync-plugin-syncml/Makefile @@ -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> diff --git a/deskutils/libopensync-plugin-syncml/distinfo b/deskutils/libopensync-plugin-syncml/distinfo new file mode 100644 index 000000000000..199877621e93 --- /dev/null +++ b/deskutils/libopensync-plugin-syncml/distinfo @@ -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 diff --git a/deskutils/libopensync-plugin-syncml/pkg-descr b/deskutils/libopensync-plugin-syncml/pkg-descr new file mode 100644 index 000000000000..95abcea4c4ac --- /dev/null +++ b/deskutils/libopensync-plugin-syncml/pkg-descr @@ -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 diff --git a/deskutils/libopensync-plugin-syncml/pkg-plist b/deskutils/libopensync-plugin-syncml/pkg-plist new file mode 100644 index 000000000000..259d7927c274 --- /dev/null +++ b/deskutils/libopensync-plugin-syncml/pkg-plist @@ -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 |