notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
darcs A distributed, interactive, smart revision control system
2.4.3 devel Deleted on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.3Version of this port present on the latest quarterly branch.
Maintainer: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-04-13 22:51:44
Last Update: 2010-05-24 21:52:43
SVN Revision: UNKNOWN
People watching this port, also watch:: zsh, expat, screen, pcre, gmake
Also Listed In: haskell
License: not specified in port
WWW:
http://darcs.net/
Description:
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • darcs>0:devel/darcs
No installation instructions:
This port has been deleted.
PKGNAME: darcs
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ghc : lang/ghc
  2. hs-hashed-storage>=0 : devel/hs-hashed-storage
  3. hs-haskeline>=0.6.1 : devel/hs-haskeline
  4. hs-utf8-string-ghc>=0.3 : devel/hs-utf8-string-ghc
  5. hs-zlib>=0.5.1.0 : archivers/hs-zlib
  6. haddock : devel/hs-haddock
  7. HsColour : print/hs-hscolour
Runtime dependencies:
  1. ghc : lang/ghc
  2. hs-hashed-storage>=0 : devel/hs-hashed-storage
  3. hs-haskeline>=0.6.1 : devel/hs-haskeline
  4. hs-utf8-string-ghc>=0.3 : devel/hs-utf8-string-ghc
  5. hs-zlib>=0.5.1.0 : archivers/hs-zlib
Library dependencies:
  1. curl : ftp/curl
  2. gmp.10 : math/gmp
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for darcs-2.4.3: CURL=on (default) "Use libcurl for HTTP support" CURL_PIPELINING=off (default) "Use libcurl's HTTP pipelining" 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
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://hackage.haskell.org/packages/archive/darcs/2.4.3/
Collapse this list.

Number of commits found: 67

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.3
24 May 2010 21:52:43
Original commit files touched by this commit
pgj search for other commits by this committer
Rename the following Haskell ports to bring them in sync with the
HackageDB:

  archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
  devel/hs-binary-ghc -> devel/hs-binary
  devel/darcs -> devel/hs-darcs
  devel/hs-language-c-ghc -> devel/hs-language-c
  devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
  devel/hs-pcre-light-ghc -> devel/hs-pcre-light
  devel/hs-utf8-string-ghc -> devel/hs-utf8-string
  graphics/hs-HGL-ghc -> graphics/hs-HGL
  ports-mgmt/porte -> ports-mgmt/hs-porte
  security/hs-digest-ghc -> security/hs-digest
  textproc/hs-haxml -> textproc/hs-HaXml
  textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4.3
22 May 2010 22:41:50
Original commit files touched by this commit
pgj search for other commits by this committer
- Fix OPTIONS support for Cabal ports by introducing
  bsd.cabal.options.mk
- Fix ports broken with non-default options

Triggered by:   Yuri Pankov <yuri.pankov@gmail.com>
2.4.3
21 May 2010 22:31:11
Original commit files touched by this commit
pgj search for other commits by this committer
- Fix build when non-default options are used

PR:             ports/146804
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com>
2.4.3
15 May 2010 19:27:51
Original commit files touched by this commit
pgj search for other commits by this committer
- Update to 2.4.3
- Cabalize port
2.2.0_7
19 Apr 2010 10:43:43
Original commit files touched by this commit
ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
2.2.0_6
03 Apr 2010 10:44:36
Original commit files touched by this commit
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
2.2.0_5
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
2.2.0_4
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
2.2.0_3
02 Sep 2009 15:38:45
Original commit files touched by this commit
pgj search for other commits by this committer
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
  port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:             ports/137055, ports/137058, ports/137059, ports/137060,
ports/137061,
                ports/137062, ports/137063, ports/137063, ports/137064,
ports/137065,
                ports/137066, ports/137067, ports/137068, ports/137069,
ports/137070,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.2.0_2
11 Aug 2009 17:26:42
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Change @dirrm to @dirrmtry for etc/bash_completion.d

PR:             137222
Submitted by:   myself
Approved by:    maintainer timeout
2.2.0_2
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
2.2.0_1
13 May 2009 09:46:02
Original commit files touched by this commit
ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
2.2.0
07 Feb 2009 01:59:19
Original commit files touched by this commit
pgj search for other commits by this committer
- Update to 2.2.0
- Improve PORTDOCS
- Add textproc/latex2html as dependency for the better documentation
generation
- Add a warning message for 6.x users as there might be configure crashes
- Fix pkg-descr

Approved by:    gabor
2.0.2_1
23 Jan 2009 15:43:14
Original commit files touched by this commit
roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2.0.2
20 Jul 2008 15:20:41
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 2.0.2.
2.0.0
22 May 2008 14:34:10
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 2.0.0.
1.0.9
10 Feb 2008 07:55:51
Original commit files touched by this commit
obraun search for other commits by this committer
Fix build on 7.x.

PR:             ports/117535
Submitted by:   Matthieu GUEGAN <matt.guegan@free.fr>
1.0.9
04 Jan 2008 18:44:17
Original commit files touched by this commit
obraun search for other commits by this committer
Fix build with ghc 6.8.2.
1.0.9
19 Oct 2007 07:14:43
Original commit files touched by this commit
vs search for other commits by this committer
Fix plist (finally)
1.0.9
21 Sep 2007 03:34:37
Original commit files touched by this commit
vs search for other commits by this committer
- drop dependency on devel/readline: no longer required for ghc
- also build server when building packages
1.0.9
27 Jul 2007 23:13:26
Original commit files touched by this commit
obraun search for other commits by this committer
Add dependency on teTeX-base for portdocs only.

Reported by:    bento, many
1.0.9
23 Jul 2007 09:36:52
Original commit files touched by this commit
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
1.0.9
01 Jul 2007 10:58:31
Original commit files touched by this commit
obraun search for other commits by this committer
Update to 1.0.9.
1.0.8_2
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.0.8_1
01 Feb 2007 07:13:25
Original commit files touched by this commit
vs search for other commits by this committer
Add devel/readline to LIB_DEPENDS, it gets pulled in during compilation.

Noticed by: James AT nyi.net
1.0.8_1
22 Jan 2007 08:05:32
Original commit files touched by this commit
vs search for other commits by this committer
Fix build of 'darcs' with new GHC 6.6 by pulling in some patches from upstream
(no functional changes)
1.0.8_1
13 Dec 2006 12:41:36
Original commit files touched by this commit
roam search for other commits by this committer
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:   -ports
1.0.8
17 Jun 2006 10:37:45
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.8.
1.0.6_1
10 May 2006 14:46:48
Original commit files touched by this commit
ale search for other commits by this committer
Chase gmp library and bump PORTREVISION.
1.0.6
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
1.0.6
21 Mar 2006 09:39:49
Original commit files touched by this commit
vs search for other commits by this committer
Update to 1.0.6

Changelog:
http://www.abridgegame.org/pipermail/darcs-users/2006-February/009694.html
1.0.5_1
12 Jan 2006 12:54:32
Original commit files touched by this commit
sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
1.0.5
07 Dec 2005 18:52:30
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.5.
1.0.4
14 Nov 2005 21:51:20
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.4.
1.0.3
25 May 2005 20:21:27
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.3.
1.0.2
10 Apr 2005 21:36:01
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Configure fails
1.0.2
04 Feb 2005 19:38:21
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.2
1.0.1
17 Dec 2004 20:44:54
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.1.
1.0.0_1
26 Nov 2004 15:50:57
Original commit files touched by this commit
vs search for other commits by this committer
Strip resulting binary

PR:             ports/74391
Submitted by:   Eugene Ossintsev
1.0.0_1
20 Nov 2004 11:16:12
Original commit files touched by this commit
vs search for other commits by this committer
Add dependency on math/libgmp4 (bump PORTREVISION accordingly)

PR:             ports/74134
Submitted by:   Eugene Ossintsev
1.0.0
09 Nov 2004 18:36:33
Original commit files touched by this commit
obraun search for other commits by this committer
* Upgrade to 1.0.0.\n* Change WWW and MASTER_SITES to http://darcs.net/.
1.0.0.r4
04 Nov 2004 17:29:02
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.0 RC 4.
1.0.0.r3
19 Oct 2004 18:42:56
Original commit files touched by this commit
obraun search for other commits by this committer
Fix dependency for building WITH_SERVER.

Submitted by:   Mark Stosberg <mark@summersault.com>
1.0.0.r3
16 Oct 2004 19:22:09
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.0.0 RC3.
0.9.23
05 Aug 2004 15:31:25
Original commit Encoding Errors (not all of the commit message was ASCII) files touched by this commit
vs search for other commits by this committer
Update to 0.9.23
- fix -pthread/-lc_r-issue

Closes PR:      ports/69855
Submitted by:   Bj?rn Lindstr?m
0.9.22
27 Jun 2004 17:56:12
Original commit Encoding Errors (not all of the commit message was ASCII) files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.22.

PR:             ports/68397
Submitted by:   Bj?rn Lindstr?m <bkhl@elektrubadur.se>
0.9.21
12 Jun 2004 16:59:15
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.21.
0.9.20
08 Jun 2004 19:40:29
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.20.
0.9.17
11 Mar 2004 07:48:13
Original commit files touched by this commit
obraun search for other commits by this committer
deUSE_SIZEify.
0.9.17
06 Mar 2004 21:29:59
Original commit files touched by this commit
obraun search for other commits by this committer
Set maintainer to the new created haskell@ mail alias.
0.9.17
22 Feb 2004 16:04:55
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.17
0.9.15_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
0.9.15
31 Jan 2004 11:16:48
Original commit files touched by this commit
obraun search for other commits by this committer
SIZE-ify
0.9.15
16 Jan 2004 10:06:20
Original commit files touched by this commit
obraun search for other commits by this committer
Fix BUILD_DEPENDS after moving lang/ghc6 to lang/ghc
0.9.15
31 Dec 2003 09:18:36
Original commit files touched by this commit
obraun search for other commits by this committer
* Upgrade to 0.9.15.
* Use lang/ghc6 instead of lang/ghc by default.
0.9.13
11 Oct 2003 22:08:01
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.13.
0.9.12
31 Jul 2003 21:36:55
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.12.
0.9.11
12 Jul 2003 21:42:43
Original commit files touched by this commit
obraun search for other commits by this committer
* Upgrade to 0.9.11.
* Install portdocs.
* Replaced knob WITH_CGI with WITH_SERVER to follow upstream.
0.9.10
09 Jun 2003 22:23:47
Original commit files touched by this commit
obraun search for other commits by this committer
Grrrrmmmmppfff. Fix previous commit.
0.9.10
09 Jun 2003 22:22:22
Original commit files touched by this commit
obraun search for other commits by this committer
Use ghc --numeric-version.
0.9.10
21 May 2003 15:16:29
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.10.
0.9.9
19 May 2003 22:08:15
Original commit files touched by this commit
obraun search for other commits by this committer
Update checksum. Developer has removed the bash_completion line from the debian
conffile.

Pointed out by: kris, bento
0.9.9
08 May 2003 20:02:44
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.9.
0.9.8_1
01 May 2003 08:45:11
Original commit files touched by this commit
obraun search for other commits by this committer
* s/darcs_cgi/darcs/
* bump PORTREVISION

Requested by:   author
0.9.8
30 Apr 2003 18:36:01
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 0.9.8.
0.9.7
26 Apr 2003 16:40:49
Original commit files touched by this commit
obraun search for other commits by this committer
* Upgrade to 0.9.7.
* Add WITH_CGI knob.
0.9.5
13 Apr 2003 22:51:13
Original commit files touched by this commit
obraun search for other commits by this committer
darcs is yet another replacement for CVS. It is written in haskell.

Number of commits found: 67