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