# $Id$ PortSystem 1.0 name darcs version 2.1.2 categories devel maintainers gwright@macports.org description David's Advanced Revision Control System long_description \ David's Advanced Revision Control System is yet \ another replacement for CVS. It is written in Haskell, \ and has been tested on Linux and Mac OS X. Darcs \ includes a cgi script, which can be used to view the \ contents of your repository. homepage http://darcs.net/ platforms darwin master_sites ${homepage} checksums md5 f0b5e4c5f52b0f79a594f6a4e7cd673c \ sha1 57e604cc5bdf921f86bf48adeb4e9dfdaefb2c62 \ rmd160 4f8381d03c76cc53faa4fee162c186d9d61e49cf depends_build port:ghc depends_lib port:curl \ port:ncurses \ port:gmp configure.args --mandir=${prefix}/share/man \ --without-manual test.run yes test.target check variant docs description {Generate a printable manual} { depends_build-append port:latex2html configure.args-delete --without-manual configure.args-append --with-manual } variant profiling description {Build darcs with runtime profiling enabled} { configure.args-append --enable-profile patchfiles-append patch-GNUmakefile.diff } variant nolibcurl description {Build darcs without libcurl} { configure.args-append --without-libcurl depends_lib-delete port:curl depends_run-append port:wget }