pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/libopensync-plugin-file Initial import of libope...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72e6dde7ea50
branches:  trunk
changeset: 537531:72e6dde7ea50
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Thu Jan 10 22:56:41 2008 +0000

description:
Initial import of libopensync-plugin-file 0.22, a libopensync plugin
to sync local files.

diffstat:

 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(+), 0 deletions(-)

diffs (53 lines):

diff -r 1957137a2b72 -r 72e6dde7ea50 comms/libopensync-plugin-file/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-file/DESCR       Thu Jan 10 22:56:41 2008 +0000
@@ -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 -r 1957137a2b72 -r 72e6dde7ea50 comms/libopensync-plugin-file/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-file/Makefile    Thu Jan 10 22:56:41 2008 +0000
@@ -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@localhost
+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 -r 1957137a2b72 -r 72e6dde7ea50 comms/libopensync-plugin-file/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-file/PLIST       Thu Jan 10 22:56:41 2008 +0000
@@ -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 -r 1957137a2b72 -r 72e6dde7ea50 comms/libopensync-plugin-file/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/libopensync-plugin-file/distinfo    Thu Jan 10 22:56:41 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index