aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-dirsync
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/py-dirsync: update to 2.2.3 and install LICENSE textRene Ladan2018-09-162-5/+8
| | | | | | | Reported by: Kai Knoblich Notes: svn path=/head/; revision=479884
* Fix typos in CONFLICTSJason E. Hale2018-03-161-1/+1
| | | | Notes: svn path=/head/; revision=464668
* Register conflicts for sysutils/py-dirsync and www/py-jsonfieldRene Ladan2017-10-091-0/+2
| | | | | | | Reported by: http://pkgtool.osorio.me/conflicts/rene@FreeBSD.org.html Notes: svn path=/head/; revision=451624
* Advanced directory tree synchronisation toolRene Ladan2016-09-253-0/+42
(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 Notes: svn path=/head/; revision=422745