diff options
author | dillo <dillo@pkgsrc.org> | 2008-01-10 22:56:41 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2008-01-10 22:56:41 +0000 |
commit | 01924adeea848502bb87c7f23dd0f691f161b455 (patch) | |
tree | ec328efabe567795b372b8e592b3689fb50577bc | |
parent | d9877309ed946708d9dbf29fac31d45d8b58bc7c (diff) | |
download | pkgsrc-01924adeea848502bb87c7f23dd0f691f161b455.tar.gz |
Initial import of libopensync-plugin-file 0.22, a libopensync plugin
to sync local files.
-rw-r--r-- | comms/libopensync-plugin-file/DESCR | 8 | ||||
-rw-r--r-- | comms/libopensync-plugin-file/Makefile | 21 | ||||
-rw-r--r-- | comms/libopensync-plugin-file/PLIST | 3 | ||||
-rw-r--r-- | comms/libopensync-plugin-file/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
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 |