Ticket #41466: Portfile

File Portfile, 1.2 KB (added by lpsinger (Leo Singer), 9 years ago)

new Portfile

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$
3
4PortSystem          1.0
5PortGroup           haskell 1.0
6
7haskell.setup       git-annex 5.20150406.1
8checksums           rmd160  bbf7fd8914f2f0f5ad2c5fa15de4673858c83e07 \
9                    sha256  71ebbbd97694cca77e55876393e5b4fdb09557e2498389b1739ccfc957882487
10
11maintainers         aronnax openmaintainer
12platforms           darwin
13license             GPL-3
14
15description         Manage large files with git
16long_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
22depends_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