From 05efc4e40b52bc443446b7d309716c56de500131 Mon Sep 17 00:00:00 2001 From: dillo Date: Thu, 10 Jan 2008 22:56:41 +0000 Subject: Initial import of libopensync-plugin-file 0.22, a libopensync plugin to sync local files. --- comms/libopensync-plugin-file/DESCR | 8 ++++++++ comms/libopensync-plugin-file/Makefile | 21 +++++++++++++++++++++ comms/libopensync-plugin-file/PLIST | 3 +++ comms/libopensync-plugin-file/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 comms/libopensync-plugin-file/DESCR create mode 100644 comms/libopensync-plugin-file/Makefile create mode 100644 comms/libopensync-plugin-file/PLIST create mode 100644 comms/libopensync-plugin-file/distinfo (limited to 'comms') diff --git a/comms/libopensync-plugin-file/DESCR b/comms/libopensync-plugin-file/DESCR new file mode 100644 index 00000000000..4446723a6ad --- /dev/null +++ b/comms/libopensync-plugin-file/DESCR @@ -0,0 +1,8 @@ +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 files on the local filesystem. diff --git a/comms/libopensync-plugin-file/Makefile b/comms/libopensync-plugin-file/Makefile new file mode 100644 index 00000000000..a999a4670fc --- /dev/null +++ b/comms/libopensync-plugin-file/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/01/10 22:56:41 dillo Exp $ +# + +DISTNAME= libopensync-plugin-file-0.22 +CATEGORIES= comms +MASTER_SITES= http://www.opensync.org/download/releases/0.22/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dillo@NetBSD.org +HOMEPAGE= http://www.opensync.org/ +COMMENT= Platform independent synchronization framework, backup to file + +USE_TOOLS+= pkg-config +USE_LANGUAGES= c +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../comms/libopensync/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/libopensync-plugin-file/PLIST b/comms/libopensync-plugin-file/PLIST new file mode 100644 index 00000000000..2260684aa4d --- /dev/null +++ b/comms/libopensync-plugin-file/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/10 22:56:41 dillo Exp $ +lib/opensync/plugins/file_sync.la +share/opensync/defaults/file-sync diff --git a/comms/libopensync-plugin-file/distinfo b/comms/libopensync-plugin-file/distinfo new file mode 100644 index 00000000000..4dbc0b5c68a --- /dev/null +++ b/comms/libopensync-plugin-file/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/01/10 22:56:41 dillo Exp $ + +SHA1 (libopensync-plugin-file-0.22.tar.bz2) = 0b4f66dcfc4dc873f8142d4a20392b80447821c9 +RMD160 (libopensync-plugin-file-0.22.tar.bz2) = 5bc5912a1bf8e6865774a746c1e01a1bc2df8c7c +Size (libopensync-plugin-file-0.22.tar.bz2) = 216890 bytes -- cgit v1.2.3