[106848] trunk/dports/devel/darcs/Portfile
cal at macports.org
cal at macports.org
Sat Jun 8 19:25:18 PDT 2013
Revision: 106848
https://trac.macports.org/changeset/106848
Author: cal at macports.org
Date: 2013-06-08 19:25:18 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
darcs: update to 2.8.4, closes #27633, #26351
Modified Paths:
--------------
trunk/dports/devel/darcs/Portfile
Modified: trunk/dports/devel/darcs/Portfile
===================================================================
--- trunk/dports/devel/darcs/Portfile 2013-06-09 02:21:30 UTC (rev 106847)
+++ trunk/dports/devel/darcs/Portfile 2013-06-09 02:25:18 UTC (rev 106848)
@@ -1,50 +1,49 @@
+# -*- 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
# $Id$
-PortSystem 1.0
-name darcs
-version 2.4.1
-revision 1
-categories devel haskell
-maintainers gwright
-license GPL-2
-platforms darwin
-description A distributed, interactive, smart 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.
+PortSystem 1.0
+PortGroup haskell 1.0
-homepage http://darcs.net
-master_sites ${homepage}/releases/
+haskell.setup darcs 2.8.4
+name darcs
+checksums rmd160 6c3e9adc4ec888655d2ea830f3785ad312b4dc9e \
+ sha256 3fab4dbb2d5dd9f381d49f4730c12e1534b5c484b0dde9712614a7151f659f98
-checksums md5 1cfd8cad4ec09d88e081df3b56f9eca3 \
- sha1 fa140c035514bee9531d56dde0e7ae1cb245d993 \
- rmd160 5a909b22a1aab1f8acf07f65dfd3f5f12e6de312
+categories devel haskell
+maintainers nomaintainer
+license GPL-2
+platforms darwin
-depends_build port:hs-platform-mtl \
- port:hs-platform-html \
- port:hs-platform-parsec \
- port:hs-platform-regex-compat \
- port:hs-haskeline \
- port:hs-hashed-storage-04 \
- port:hs-utf8-string \
- port:hs-zlib \
- port:hs-HTTP
-depends_lib port:gmp
+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.
-configure {
- system "cd ${worksrcpath} && runhaskell Setup configure -v --ghc --prefix=${prefix} --with-gcc=${configure.cc}"
- }
-
-build {
- system "cd ${worksrcpath} && runhaskell Setup build -v"
- }
-
-destroot {
- system "cd ${worksrcpath} && runhaskell Setup copy --copy-prefix=${destroot}${prefix}"
- }
-
-livecheck.type regex
-livecheck.regex "version (.+) released"
+depends_lib-append \
+ port:hs-extensible-exceptions \
+ port:hs-hashed-storage \
+ port:hs-haskeline \
+ port:hs-html \
+ port:hs-http \
+ port:hs-mtl \
+ port:hs-network \
+ port:hs-parsec \
+ port:hs-random \
+ port:hs-regex-compat \
+ port:hs-tar \
+ port:hs-text \
+ port:hs-utf8-string \
+ port:hs-vector \
+ port:hs-zlib \
+ port:gmp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/ff4d1583/attachment.html>
More information about the macports-changes
mailing list