From 10b61bac740df12ff3f284f5d8baf33a3e8a0036 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 9 Nov 2008 16:46:00 +0000 Subject: [PATCH] The file-sync opensync plugin is intended to synchronize all kinds of data directly to the file-system. It is mainly used for backup and testing. WWW: http://www.opensync.org/ PR: ports/128628 Submitted by: Alex Samorukov --- deskutils/Makefile | 1 + deskutils/libopensync-plugin-file/Makefile | 21 +++++++++++++++++++++ deskutils/libopensync-plugin-file/distinfo | 3 +++ deskutils/libopensync-plugin-file/pkg-descr | 4 ++++ deskutils/libopensync-plugin-file/pkg-plist | 7 +++++++ 5 files changed, 36 insertions(+) create mode 100644 deskutils/libopensync-plugin-file/Makefile create mode 100644 deskutils/libopensync-plugin-file/distinfo create mode 100644 deskutils/libopensync-plugin-file/pkg-descr create mode 100644 deskutils/libopensync-plugin-file/pkg-plist diff --git a/deskutils/Makefile b/deskutils/Makefile index 83c42381f953..8f38350c4ccb 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -133,6 +133,7 @@ SUBDIR += launchy SUBDIR += libopensync-plugin-evolution2 SUBDIR += libopensync-plugin-evolution2-devel + SUBDIR += libopensync-plugin-file SUBDIR += libopensync-plugin-python SUBDIR += libopensync-plugin-python-devel SUBDIR += libopensync-plugin-sunbird diff --git a/deskutils/libopensync-plugin-file/Makefile b/deskutils/libopensync-plugin-file/Makefile new file mode 100644 index 000000000000..b42f7f8d9cb2 --- /dev/null +++ b/deskutils/libopensync-plugin-file/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libopensync-plugin-file +# Date created: 6 November 2008 +# Whom: Alex Samorukov +# +# $FreeBSD$ +# + +PORTNAME= libopensync-plugin-file +PORTVERSION= 0.22 +CATEGORIES= deskutils +MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ + +MAINTAINER= samm@os2.kiev.ua +COMMENT= File-Sync plugin for the opensync framework + +LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +.include diff --git a/deskutils/libopensync-plugin-file/distinfo b/deskutils/libopensync-plugin-file/distinfo new file mode 100644 index 000000000000..4482579e0907 --- /dev/null +++ b/deskutils/libopensync-plugin-file/distinfo @@ -0,0 +1,3 @@ +MD5 (libopensync-plugin-file-0.22.tar.bz2) = d600836ab5182751d07ea42c6b997eb4 +SHA256 (libopensync-plugin-file-0.22.tar.bz2) = 52231306a388f7ad49b273e0a90e3320811cfcad6c222669d05fe92e4c157825 +SIZE (libopensync-plugin-file-0.22.tar.bz2) = 216890 diff --git a/deskutils/libopensync-plugin-file/pkg-descr b/deskutils/libopensync-plugin-file/pkg-descr new file mode 100644 index 000000000000..25e1a7463467 --- /dev/null +++ b/deskutils/libopensync-plugin-file/pkg-descr @@ -0,0 +1,4 @@ +The file-sync opensync plugin is intended to synchronize all kinds of data +directly to the file-system. It is mainly used for backup and testing. + +WWW: http://www.opensync.org/ diff --git a/deskutils/libopensync-plugin-file/pkg-plist b/deskutils/libopensync-plugin-file/pkg-plist new file mode 100644 index 000000000000..2a9de58c8b4f --- /dev/null +++ b/deskutils/libopensync-plugin-file/pkg-plist @@ -0,0 +1,7 @@ +share/opensync/defaults/file-sync +lib/opensync/plugins/file_sync.la +lib/opensync/plugins/file_sync.so +@dirrmtry lib/opensync/plugins +@dirrmtry lib/opensync +@dirrmtry share/opensync/defaults +@dirrmtry share/opensync