svn commit: r481140 - in head/sysutils: . stepsync

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 3 00:55:31 UTC 2018


Author: danfe
Date: Wed Oct  3 00:55:28 2018
New Revision: 481140
URL: https://svnweb.freebsd.org/changeset/ports/481140

Log:
  Add a port of `sysutils/stepsync', file and folder synchronization tool.
  
  WWW: http://gap.nongnu.org/stepsync/

Added:
  head/sysutils/stepsync/
  head/sysutils/stepsync/Makefile   (contents, props changed)
  head/sysutils/stepsync/distinfo   (contents, props changed)
  head/sysutils/stepsync/pkg-descr   (contents, props changed)
  head/sysutils/stepsync/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Oct  2 23:11:15 2018	(r481139)
+++ head/sysutils/Makefile	Wed Oct  3 00:55:28 2018	(r481140)
@@ -1237,6 +1237,7 @@
     SUBDIR += ssync
     SUBDIR += stalepid
     SUBDIR += stanchion
+    SUBDIR += stepsync
     SUBDIR += stmpclean
     SUBDIR += storcli
     SUBDIR += stow

Added: head/sysutils/stepsync/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/stepsync/Makefile	Wed Oct  3 00:55:28 2018	(r481140)
@@ -0,0 +1,18 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	stepsync
+PORTVERSION=	1.0
+CATEGORIES=	sysutils gnustep
+MASTER_SITES=	SAVANNAH/gap
+DISTNAME=	StepSync-${PORTVERSION}
+
+MAINTAINER=	danfe at FreeBSD.org
+COMMENT=	File and folder synchronization tool
+
+LICENSE=	GPLv2+
+
+USES=		gnustep
+USE_GNUSTEP=	build base gui
+
+.include <bsd.port.mk>

Added: head/sysutils/stepsync/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/stepsync/distinfo	Wed Oct  3 00:55:28 2018	(r481140)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537999725
+SHA256 (StepSync-1.0.tar.gz) = 97ccd23828280ba54235240413718bb96c7403763709848ef327e3cb93e39d38
+SIZE (StepSync-1.0.tar.gz) = 34056

Added: head/sysutils/stepsync/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/stepsync/pkg-descr	Wed Oct  3 00:55:28 2018	(r481140)
@@ -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/

Added: head/sysutils/stepsync/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/stepsync/pkg-plist	Wed Oct  3 00:55:28 2018	(r481140)
@@ -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


More information about the svn-ports-all mailing list