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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup haskell 1.0 |
---|
6 | |
---|
7 | haskell.setup git-annex 5.20150406.1 |
---|
8 | checksums rmd160 bbf7fd8914f2f0f5ad2c5fa15de4673858c83e07 \ |
---|
9 | sha256 71ebbbd97694cca77e55876393e5b4fdb09557e2498389b1739ccfc957882487 |
---|
10 | |
---|
11 | maintainers aronnax openmaintainer |
---|
12 | platforms darwin |
---|
13 | license GPL-3 |
---|
14 | |
---|
15 | description Manage large files with git |
---|
16 | long_description \ |
---|
17 | git-annex allows managing files with git, without checking the file \ |
---|
18 | contents into git. While that may seem paradoxical, it is useful when \ |
---|
19 | dealing with files larger than git can currently easily handle, whether \ |
---|
20 | due to limitations in memory, time, or disk space. |
---|
21 | |
---|
22 | depends_lib-append port:git \ |
---|
23 | port:ossp-uuid \ |
---|
24 | port:md5sha1sum \ |
---|
25 | port:coreutils \ |
---|
26 | port:gnutls \ |
---|
27 | port:libxml2 \ |
---|
28 | port:libgsasl \ |
---|
29 | port:pkgconfig \ |
---|
30 | port:hs-c2hs \ |
---|
31 | port:hs-hs3 |
---|