mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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:
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
|
@ -133,6 +133,7 @@
|
||||||
SUBDIR += launchy
|
SUBDIR += launchy
|
||||||
SUBDIR += libopensync-plugin-evolution2
|
SUBDIR += libopensync-plugin-evolution2
|
||||||
SUBDIR += libopensync-plugin-evolution2-devel
|
SUBDIR += libopensync-plugin-evolution2-devel
|
||||||
|
SUBDIR += libopensync-plugin-file
|
||||||
SUBDIR += libopensync-plugin-python
|
SUBDIR += libopensync-plugin-python
|
||||||
SUBDIR += libopensync-plugin-python-devel
|
SUBDIR += libopensync-plugin-python-devel
|
||||||
SUBDIR += libopensync-plugin-sunbird
|
SUBDIR += libopensync-plugin-sunbird
|
||||||
|
|
21
deskutils/libopensync-plugin-file/Makefile
Normal file
21
deskutils/libopensync-plugin-file/Makefile
Normal 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>
|
3
deskutils/libopensync-plugin-file/distinfo
Normal file
3
deskutils/libopensync-plugin-file/distinfo
Normal 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
|
4
deskutils/libopensync-plugin-file/pkg-descr
Normal file
4
deskutils/libopensync-plugin-file/pkg-descr
Normal 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/
|
7
deskutils/libopensync-plugin-file/pkg-plist
Normal file
7
deskutils/libopensync-plugin-file/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue