diff options
author | pav <pav@FreeBSD.org> | 2003-12-05 05:48:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-05 05:48:00 +0800 |
commit | f80b691d0facda3dedaa45da2696ad55e07dc0b8 (patch) | |
tree | b0dddf92d6da44707aa7e3e23e2fbd9cdba3a605 /deskutils | |
parent | 11063b0a8c5279c8a391a1f1c016a3768baa3622 (diff) | |
download | freebsd-ports-gnome-f80b691d0facda3dedaa45da2696ad55e07dc0b8.tar.gz freebsd-ports-gnome-f80b691d0facda3dedaa45da2696ad55e07dc0b8.tar.zst freebsd-ports-gnome-f80b691d0facda3dedaa45da2696ad55e07dc0b8.zip |
Add SyncML plugin for Multisync. This allows to synchronize PIM data
against SyncML compliant devices like some PDAs or mobile phones,
and more importantly, to sync between two Multisync clients over network.
Good solution for synchronizing your Evolution at home and at work.
Approved by: adamw (mentor)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/multisync-syncml/Makefile | 18 | ||||
-rw-r--r-- | deskutils/multisync-syncml/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/multisync-syncml/pkg-plist | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index c591bf026820..787a7da4e5f5 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -64,6 +64,7 @@ SUBDIR += multisync SUBDIR += multisync-backup SUBDIR += multisync-evolution + SUBDIR += multisync-syncml SUBDIR += nag SUBDIR += narval SUBDIR += notebook diff --git a/deskutils/multisync-syncml/Makefile b/deskutils/multisync-syncml/Makefile new file mode 100644 index 000000000000..37926b29d6c2 --- /dev/null +++ b/deskutils/multisync-syncml/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: multisync-syncml +# Date created: 25 Nov 2003 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= multisync-syncml + +MAINTAINER= pav@FreeBSD.org +COMMENT= Multisync plugin for SyncML targets + +RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync + +MD5_FILE= ${.CURDIR}/../multisync/distinfo + +WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/syncml_plugin + +.include "${.CURDIR}/../multisync/Makefile" diff --git a/deskutils/multisync-syncml/pkg-descr b/deskutils/multisync-syncml/pkg-descr new file mode 100644 index 000000000000..9e0886601638 --- /dev/null +++ b/deskutils/multisync-syncml/pkg-descr @@ -0,0 +1,5 @@ +This MultiSync plugin is: + +Ximian Evolution synchronization, supporting calendar, ToDos and contacts. + +WWW: http://multisync.sourceforge.net/ diff --git a/deskutils/multisync-syncml/pkg-plist b/deskutils/multisync-syncml/pkg-plist new file mode 100644 index 000000000000..3f8bb429d3b0 --- /dev/null +++ b/deskutils/multisync-syncml/pkg-plist @@ -0,0 +1,4 @@ +lib/multisync/libsyncml_plugin.a +lib/multisync/libsyncml_plugin.so +lib/multisync/libsyncml_plugin.so.0 +@unexec rmdir %D/lib/multisync 2>/dev/null || true |