diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-10-03 00:55:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-10-03 00:55:28 +0000 |
commit | eb7ce8e518e6a339536a26352e279ef70be60a43 (patch) | |
tree | 63c0a661f27eead4a6f70d10019f3c50d0853640 | |
parent | science/PETSc: Update 3.9.4->3.10.1; math/py-petsc4py: Update 3.9.1->3.10.0; ... (diff) |
Add a port of `sysutils/stepsync', file and folder synchronization tool.
WWW: http://gap.nongnu.org/stepsync/
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/stepsync/Makefile | 18 | ||||
-rw-r--r-- | sysutils/stepsync/distinfo | 3 | ||||
-rw-r--r-- | sysutils/stepsync/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/stepsync/pkg-plist | 8 |
5 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c64dc6fc67b2..bf9479b38032 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1237,6 +1237,7 @@ SUBDIR += ssync SUBDIR += stalepid SUBDIR += stanchion + SUBDIR += stepsync SUBDIR += stmpclean SUBDIR += storcli SUBDIR += stow diff --git a/sysutils/stepsync/Makefile b/sysutils/stepsync/Makefile new file mode 100644 index 000000000000..59ae799e015e --- /dev/null +++ b/sysutils/stepsync/Makefile @@ -0,0 +1,18 @@ +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= stepsync +PORTVERSION= 1.0 +CATEGORIES= sysutils gnustep +MASTER_SITES= SAVANNAH/gap +DISTNAME= StepSync-${PORTVERSION} + +MAINTAINER= danfe@FreeBSD.org +COMMENT= File and folder synchronization tool + +LICENSE= GPLv2+ + +USES= gnustep +USE_GNUSTEP= build base gui + +.include <bsd.port.mk> diff --git a/sysutils/stepsync/distinfo b/sysutils/stepsync/distinfo new file mode 100644 index 000000000000..f4806cd9f3f5 --- /dev/null +++ b/sysutils/stepsync/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1537999725 +SHA256 (StepSync-1.0.tar.gz) = 97ccd23828280ba54235240413718bb96c7403763709848ef327e3cb93e39d38 +SIZE (StepSync-1.0.tar.gz) = 34056 diff --git a/sysutils/stepsync/pkg-descr b/sysutils/stepsync/pkg-descr new file mode 100644 index 000000000000..0c1a44fb2724 --- /dev/null +++ b/sysutils/stepsync/pkg-descr @@ -0,0 +1,7 @@ +StepSync allows keeping two folders synchronized, it can be thus used as a +back-up utility. It manages two trees, starting from a folder as root and +recursing in them, determines which files were added or removed or changed +(based on the last modification date), and distinctly allows to insert new +files, update, or delete. + +WWW: http://gap.nongnu.org/stepsync/ diff --git a/sysutils/stepsync/pkg-plist b/sysutils/stepsync/pkg-plist new file mode 100644 index 000000000000..1bb4e5cc460d --- /dev/null +++ b/sysutils/stepsync/pkg-plist @@ -0,0 +1,8 @@ +GNUstep/System/Applications/StepSync.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/StepSync.app/Resources/MainMenu.gorm/data.classes +GNUstep/System/Applications/StepSync.app/Resources/MainMenu.gorm/data.info +GNUstep/System/Applications/StepSync.app/Resources/MainMenu.gorm/objects.gorm +GNUstep/System/Applications/StepSync.app/Resources/StepSync.desktop +GNUstep/System/Applications/StepSync.app/StepSync +GNUstep/System/Applications/StepSync.app/stamp.make +GNUstep/System/Tools/StepSync |