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 <samm at os2.kiev.ua>
This commit is contained in:
Martin Wilke 2008-11-09 16:46:00 +00:00
parent 41a98d4110
commit 10b61bac74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222615
5 changed files with 36 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: libopensync-plugin-file
# Date created: 6 November 2008
# Whom: Alex Samorukov <samm@os2.kiev.ua>
#
# $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 <bsd.port.mk>

View file

@ -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

View file

@ -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/

View file

@ -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