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 /sysutils/stepsync | |
parent | 1e7103688e642ae76598c1f4edfdd4c504d7070e (diff) |
Notes
Diffstat (limited to 'sysutils/stepsync')
-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 |
4 files changed, 36 insertions, 0 deletions
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 |