1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | PortSystem 1.0 |
---|
4 | name bitpocket |
---|
5 | version 1.0.0 |
---|
6 | categories sysutils |
---|
7 | platforms darwin |
---|
8 | maintainers dkf.unibe.ch:cedric.simillion |
---|
9 | description 2-way directory (r)sync with proper deletion |
---|
10 | long_description bitpocket is a small but smart script that does 2-way \ |
---|
11 | directory synchronization. It uses rsync to do efficient \ |
---|
12 | data transfer and tracks local file creation/removal to \ |
---|
13 | avoid known rsync problem when doing 2-way syncing with \ |
---|
14 | deletion. |
---|
15 | homepage https://github.com/sickill/bitpocket |
---|
16 | |
---|
17 | master_sites https://github.com/sickill/bitpocket |
---|
18 | depends_run port:proctools port:coreutils port:gsed port:grep \ |
---|
19 | port:git-core bin:rsync:rsync |
---|
20 | supported_archs noarch |
---|
21 | |
---|
22 | fetch.type git |
---|
23 | git.url git://github.com/sickill/bitpocket.git |
---|
24 | git.branch f08758dcf11209ef4125a326927af055a3c6446 |
---|
25 | |
---|
26 | patchfiles patch-bin-bitpocket.diff |
---|
27 | use_configure no |
---|
28 | destroot.cmd install |
---|
29 | destroot.args bin/bitpocket ${destroot}${prefix}/bin/ |
---|
30 | destroot.pre_args |
---|
31 | destroot.destdir |
---|
32 | |
---|
33 | build {} |
---|
34 | |
---|
35 | |
---|
36 | |
---|