diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-10 00:46:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-10 00:46:00 +0800 |
commit | 4d27ffbe33918316aa3e34f770d84c2117adb6a9 (patch) | |
tree | 4e925219877e292b2b8eaff2abcfa8150ac0f9c3 /deskutils | |
parent | db8227ad56b356e36e754cc255873eaecf4d2686 (diff) | |
download | freebsd-ports-gnome-4d27ffbe33918316aa3e34f770d84c2117adb6a9.tar.gz freebsd-ports-gnome-4d27ffbe33918316aa3e34f770d84c2117adb6a9.tar.zst freebsd-ports-gnome-4d27ffbe33918316aa3e34f770d84c2117adb6a9.zip |
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>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-file/Makefile | 21 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-file/distinfo | 3 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-file/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-file/pkg-plist | 7 |
5 files changed, 36 insertions, 0 deletions
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 <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> 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 |