Ticket #41734: Portfile

File Portfile, 1.3 KB (added by cedric.simillion@…, 10 years ago)

Update port file

Line 
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$
3PortSystem          1.0
4name                bitpocket
5version             1.0.0
6categories          sysutils
7platforms           darwin
8maintainers         dkf.unibe.ch:cedric.simillion
9description         2-way directory (r)sync with proper deletion
10long_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.
15homepage            https://github.com/sickill/bitpocket
16
17master_sites        https://github.com/sickill/bitpocket
18depends_run         port:proctools port:coreutils port:gsed port:grep \
19                    port:git-core bin:rsync:rsync
20supported_archs     noarch
21
22fetch.type          git
23git.url             git://github.com/sickill/bitpocket.git
24git.branch          f08758dcf11209ef4125a326927af055a3c6446
25
26patchfiles          patch-bin-bitpocket.diff
27use_configure       no
28destroot.cmd        install
29destroot.args       bin/bitpocket ${destroot}${prefix}/bin/
30destroot.pre_args   
31destroot.destdir
32   
33build {}
34
35
36