A distributed, interactive, smart revision control system Maintained by:haskell@FreeBSD.org Port Added: 24 May 2010 20:27:48 Also Listed In:haskell License: GPLv2
Darcs is a free, open source revision control system. It is:
* Distributed: Every user has access to the full command set, removing
boundaries between server and client or committer and non-committers.
* 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.
* Smart: Originally developed by physicist David Roundy, darcs is based
on a unique algebra of patches.
This smartness lets you respond to changing demands in ways that would
otherwise not be possible. Learn more about spontaneous branches with
darcs.
WWW: http://darcs.net/
To install the port:cd /usr/ports/devel/hs-darcs/ && make install clean To add the package:pkg_add -r hs-darcs
Configuration Options
===> The following configuration options are available for hs-darcs-2.5.2_3:
CURL=on (default) "Use libcurl for HTTP support"
HTTP=off (default) "Use the pure HTTP package"
STATIC=off (default) "Build static binary"
TERMINFO=off (default) "Use the terminfo package"
THREADED=on (default) "Use threading and SMP support"
TYPE_WITNESSES=off (default) "Use GADT type witnesses"
COLOR=off (default) "Use ANSI color escapes"
MMAP=off (default) "Compile with mmap support"
TEST=off (default) "Compile unit tests"
===> Use 'make config' to modify these settings
Reason:
GHC has been updated to version 7.0.4, and Haskell Platform to version
2011.4.0.0, and other Haskell ports are also updated to their Haskell
Platform versions or latest versions.
To update all affected ports:
# portmaster -r lang/ghc
or
# portupgrade -r lang/ghc
2011-05-09
Affects: users of lang/ghc and */hs-*
Author: ashish@FreeBSD.org
Reason:
GHC has been updated to version 7.0.3 and other Haskell ports are also
updated to their Haskell Platform versions or latest versions.
To update all affected ports:
# portmaster -r lang/ghc
or
# portupgrade -r lang/ghc
Port Moves
port moved here from devel/darcs on 2010-05-24 REASON: Renamed: It has become a hackage transcript
Number of commits found: 10
Commit History - (may be incomplete: see CVSWeb link above for full details)
- Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped. Other per-port
updates are coming soon.
This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.
Thanks ashish@ for the help!
Obtained from: FreeBSD Haskell
Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.
Obtained from: FreeBSD Haskell
- Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell