# -*- 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

PortSystem          1.0
PortGroup           haskell_stack 1.0

name                darcs
version             2.16.5
revision            0
categories          devel haskell
maintainers         nomaintainer
license             GPL-2
platforms           darwin

description         A distributed, interactive, smart revision control system

long_description    \
    Darcs is a free, open source revision control system. It is: \
    \n- Distributed: Every user has access to the full command set, removing \
    boundaries between server and client or committer and non-committers. \
    \n- Interactive: Darcs is easy to learn and efficient to use because it asks \
    you questions in response to simple commands, giving you choices in your \
    work flow. You can choose to record one change in a file, while ignoring \
    another. As you update from upstream, you can review each patch name, \
    even the full diff for interesting patches. \
    \n- Smart: Originally developed by physicist David Roundy, darcs is based on \
    a unique algebra of patches. \
    \nThis smartness lets you respond to changing demands in ways that would \
    otherwise not be possible. Learn more about spontaneous branches with \
    darcs.

homepage            http://darcs.net/

master_sites        https://hackage.haskell.org/package/${name}-${version}

checksums           rmd160  439a21015fb74802f5c619c04f910a1e4a656dc2 \
                    sha256  d63c6cd236e31e812e8ad84433d27059387606269fbd953f4c349c3cb3aa242b \
                    size    1271154
