b6a76d31e6
(c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai Advanced directory tree synchronisation tool based on Python robocopier by Anand B Pillai Usage From the command line: dirsync <sourcedir> <targetdir> [options] From python: from dirsync import sync sync(sourcedir, targetdir, action, **options) WWW: https://bitbucket.org/tkhyn/dirsync/ Sponsored by: EuroBSDCon 2016 Belgrade
19 lines
373 B
Makefile
19 lines
373 B
Makefile
# Created by: René Ladan <rene@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dirsync
|
|
PORTVERSION= 2.2.2
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rene@FreeBSD.org
|
|
COMMENT= Advanced directory tree synchronisation tool
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python zip
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|