Add a port of `sysutils/stepsync', file and folder synchronization tool.
WWW: http://gap.nongnu.org/stepsync/
This commit is contained in:
parent
1e7103688e
commit
eb7ce8e518
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481140
5 changed files with 37 additions and 0 deletions
|
@ -1237,6 +1237,7 @@
|
|||
SUBDIR += ssync
|
||||
SUBDIR += stalepid
|
||||
SUBDIR += stanchion
|
||||
SUBDIR += stepsync
|
||||
SUBDIR += stmpclean
|
||||
SUBDIR += storcli
|
||||
SUBDIR += stow
|
||||
|
|
18
sysutils/stepsync/Makefile
Normal file
18
sysutils/stepsync/Makefile
Normal file
|
@ -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>
|
3
sysutils/stepsync/distinfo
Normal file
3
sysutils/stepsync/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1537999725
|
||||
SHA256 (StepSync-1.0.tar.gz) = 97ccd23828280ba54235240413718bb96c7403763709848ef327e3cb93e39d38
|
||||
SIZE (StepSync-1.0.tar.gz) = 34056
|
7
sysutils/stepsync/pkg-descr
Normal file
7
sysutils/stepsync/pkg-descr
Normal file
|
@ -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/
|
8
sysutils/stepsync/pkg-plist
Normal file
8
sysutils/stepsync/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue