Version: 2.16.5, Package name: darcs-2.16.5 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Darcs is a revision control system, along the lines of CVS or arch. That means that it keeps track of various revisions and branches of your project, allows for changes to propagate from one branch to another. Darcs is intended to be an ``advanced'' revision control system. Darcs has two particularly distinctive features which differ from other revision control systems: 1) each copy of the source is a fully functional branch, and 2) underlying darcs is a consistent and powerful theory of patches. |
Filesize: 5.204 KB |
Version History (View Complete History) |
|
2021-11-01 21:16:32 by Greg Steuck | Files touched by this commit (2) |
Log message: Upgrade devel/darcs 2.16.3->2.16.4 OK kili@ |
2021-03-09 18:34:15 by Greg Steuck | Files touched by this commit (2) |
Log message: Regen devel/darcs manifest with ghc-8.10.3 ok kili |
2021-02-28 12:31:22 by Greg Steuck | Files touched by this commit (6) |
Log message: Use devel/cabal module for devel/darcs and upgrade to 2.16.3 ok kili |
2019-09-30 05:54:44 by Matthias Kilian | Files touched by this commit (5) |
Log message: Update to darcs-2.14.2. Joint work with Greg Steuck. |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-01-08 19:28:18 by Matthias Kilian | Files touched by this commit (1) |
Log message: No use of template Haskell, no reason to disable it for i386. However, it still isn't reachable on i386, becase it depends on devel/hs-fgl (which *is* disabled on i386). |
2018-01-08 03:18:39 by Matthias Kilian | Files touched by this commit (4) |
Log message: With some diffs from the upstream darcs repository and some less strict dependencies on libraries bundled with ghc, this builds fine with both ghc-8.2 (in my tree, not yet committed) and ghc-8.0 (in the current tree). Tested against ghc-8.0 by jca@, thanks! It may also build again on i386, but I still have to check this. |
2016-09-03 04:43:21 by Matthias Kilian | Files touched by this commit (1) |
Log message: Set USE_WXNEEDED=Yes. When running darcs record, darcs ends up with a W^X violation in newCAF() (from the ghc runtime) via system_io_mmap_file_close() (from devel/hs-mmap). This can only be fixed in the ghc runtime, which isn't trivial (and I don't want to work on it before I've updated to ghc-8). Since the problem is triggered via devel/hs-mmap, which is only used by devel/darcs, I hope that darcs is the only haskell program in our tree running into this problem (instead of changing lang/ghc to link all programs with -z wxneeded). Problem initially noticed by Francisco de Borja Lopez Rio. |
2016-09-03 04:28:22 by Matthias Kilian | Files touched by this commit (1) |
Log message: Drop the iconv module. |
2016-02-01 13:06:50 by Matthias Kilian | Files touched by this commit (1) |
Log message: Reenable the test suite. Fun fact: if bash isn't installed, the test suite will just hang in select(2) waiting for stdout to become writable. So add shells/bash to TEST_DEPENDS. (Any brave soul may try this on some linux without bash, it would be interesting to know wether it hangs there, too) |
2016-01-31 10:47:49 by Matthias Kilian | Files touched by this commit (4) |
Log message: Update to darcs-2.10.3. |
2015-12-30 15:04:11 by Matthias Kilian | Files touched by this commit (3) |
Log message: Remove patches i forgot to remove. Better patch for IConv.hsc (from Ganesh Sittampalam). |
2015-12-29 05:54:38 by Matthias Kilian | Files touched by this commit (5) |
Log message: Update to darcs-2.10.2 and unbreak. Unfortunately, it doesn't build on i386. |
2015-12-23 13:06:28 by Matthias Kilian | Files touched by this commit (1) |
Log message: Comment BUILD_DEPENDS and TEST_DEPENDS. I want to remove at least devel/hs-hashed-storage before updating darcs, and maybe some more. And I don't want to confuse dpb. |
2015-10-19 15:21:02 by Matthias Kilian | Files touched by this commit (1) |
Log message: Mark as broken until i find the time to update it and fix all the dependencies. |
2015-07-17 15:46:11 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: drop dependencies on gsed now that our sed can cope with -i |
2014-12-07 12:12:58 by Matthias Kilian | Files touched by this commit (1) |
Log message: Missed devel/hs-utf8-string as BUILD_DEPENDS. |
2014-11-24 09:12:43 by Matthias Kilian | Files touched by this commit (1) |
Log message: Fix dependencies and bump. |
2014-10-14 06:28:14 by David Coppa | Files touched by this commit (2) |
Log message: Bugfix update to darcs-2.8.5 |
2011-06-30 15:30:20 by Matthias Kilian | Files touched by this commit (10) |
Log message: Bump after ghc update. |
2011-04-27 05:19:13 by Matthias Kilian | Files touched by this commit (1) |
Log message: Save some build time by not building the darcs library at all. |
2011-04-26 13:29:16 by Matthias Kilian | Files touched by this commit (1) |
Log message: This now depends on devel/hs-haskeline. While here, add a version range matching the .cabal file to the devel/hs-mtl dependency. (I really have to work on a .cabal => *_DEPENDS tool, and I also should switch to the more readable stemless dependencies whereever possible, but on the other hand, this can wait until the next major haskell update) |
2011-04-23 14:22:13 by Matthias Kilian | Files touched by this commit (11) |
Log message: New distinfo after DIST_SUBDIR change in ghc.port.mk. |
2011-04-23 08:32:51 by Matthias Kilian | Files touched by this commit (43) |
Log message: Depend on and use mtl-2 from devel/hs-mtl. |
2011-04-11 08:59:27 by Matthias Kilian | Files touched by this commit (1) |
Log message: Accept hs-parsec-3.1 and bump. |
2011-04-05 05:45:14 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to darcs-2.5.2. Set PORTHOME to let texlive (called via latex2html) build some fonts. |
2010-11-15 12:46:10 by Marc Espie | Files touched by this commit (706) |
Log message: move depends to new style |
2010-11-02 14:22:35 by Matthias Kilian | Files touched by this commit (6) |
Log message: Update to darcs-2.5. |
2010-10-18 11:48:13 by Marc Espie | Files touched by this commit (650) |
Log message: USE_GROFF=Yes |
2010-07-17 07:54:30 by Matthias Kilian | Files touched by this commit (12) |
Log message: Switch to REVISION and new WANTLIB/LIB_DEPENDS style. |
2010-06-30 09:41:02 by Matthias Kilian | Files touched by this commit (17) |
Log message: WANTLIB += pthread and bump PKGNAME. |
2010-06-15 12:00:33 by Matthias Kilian | Files touched by this commit (1) |
Log message: Add gmp and bump. While here, adjust the comment about weird permissions (don't blame the darcs people, it's not their fault). |
2010-05-24 08:33:03 by Matthias Kilian | Files touched by this commit (2) |
Log message: Update to darcs-2.4.4, to let people think I'm not a slacker. While here, set REGRESS_DEPENDS = ::shells/bash (yes, it really needs bash). |
2010-05-09 11:00:39 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to darcs-2.4.3 (bugfix release). |
2010-05-06 14:06:28 by Matthias Kilian | Files touched by this commit (2) |
Log message: Fix build and adjust wantlib after threading has been disabled in ghc. While here, rename the `log' matcher to `comment' and add a little bit of documentation as discussed upstream. |
2010-04-25 15:20:45 by Matthias Kilian | Files touched by this commit (3) |
Log message: Add support for matching against log messages. Now you can check out the latest ghc sources and then run something like darcs changes --match 'log "(moose|balls|fuck|shit)"' (and you'll notice that ghc is far too british) I've also send a similar patch upstream and hope that it'll be included in the next darcs release. |
2010-04-22 15:53:19 by Matthias Kilian | Files touched by this commit (5) |
Log message: Update to darcs-2.4.1 |
2009-10-04 15:16:17 by Matthias Kilian | Files touched by this commit (1) |
Log message: Drop maintainership. |
2009-01-25 11:53:34 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to darcs-2.2.0. ok okan@ ("works for me as much as i can test") |
2008-10-18 12:58:06 by Matthias Kilian | Files touched by this commit (5) |
Log message: Update to 2.1.0. |
2007-12-21 12:38:46 by Matthias Kilian | Files touched by this commit (1) |
Log message: Take maintainership -- Jon Olsson doesn't want to maintain this any longer. |
2007-09-15 20:53:14 by Michael Erdely | Files touched by this commit (599) |
Log message: Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN |
2007-06-21 09:13:45 by Matthias Kilian | Files touched by this commit (2) |
Log message: The distfile changed (found by steven@). Some autoconf fallout in generated documentation (and one source file), so bump the PKGNAME. They even changed the default installation path of the manpage, which requires an additional tweak to CONFIGURE_ARGS. No functional changes; same result for regression tests as before. While here, force configure to use our grep and the one true awk, even if g{grep,awk} are installed. |
2007-06-06 13:52:17 by Matthias Kilian | Files touched by this commit (6) |
Log message: Update to 1.0.9, from Jon Olsson (maintainer). Tested by me with both ghc-6.2.2 and upcoming ghc-6.6.1 on i386 and by R.D. Thrush on amd64. Some spaces vs. tabs detected by sturm@. ok sturm@ |
2007-05-14 14:40:15 by Christian Weisgerber | Files touched by this commit (4) |
Log message: chase wantlib changes introduced by curl update |
2007-04-12 21:58:53 by Steven Mestdagh | Files touched by this commit (1) |
Log message: change maintainer's email address per his request |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-08-01 16:46:16 by Marc Espie | Files touched by this commit (15) |
Log message: new libspecs |
2006-07-30 15:02:32 by Aleksander Piotrowski | Files touched by this commit (6) |
Log message: Update to 1.0.8 >From new maintainer Jon Olsson <jon@vexed.se> |
2005-11-17 02:31:17 by Don Stewart | Files touched by this commit (4) |
Log message: Update to darcs 1.0.4 |
2005-10-27 14:06:09 by Nikolay Sturm | Files touched by this commit (11) |
Log message: bump PKGNAMEs for new packages after libcurl update discussed with pval |
2005-05-25 19:45:38 by Don Stewart | Files touched by this commit (2) |
Log message: Update to latest stable. |
2005-05-15 21:17:28 by Don Stewart | Files touched by this commit (3) |
Log message: Update. |
2005-05-08 21:41:34 by Don Stewart | Files touched by this commit (9) |
Log message: Update to darcs-1.0.3rc1. Cleaner installation settings by using simple configure style. |
2005-03-14 18:57:06 by David Berghoff | Files touched by this commit (100) |
Log message: typo and wording fixes; approved by pval ok mbalmer@ "that diff was fun to read" |
2005-02-13 18:59:12 by Don Stewart | Files touched by this commit (7) |
Log message: Update darcs to 1.0.2. Fixes stability issues, should close PR 4074. ok sturm@ pvalchev@ |
2005-01-05 09:22:44 by Christian Weisgerber | Files touched by this commit (366) |
Log message: SIZE |
2004-11-23 04:22:02 by Marc Espie | Files touched by this commit (43) |
Log message: WANTLIB markers |
2004-10-13 12:59:19 by Dan Harnett | Files touched by this commit (35) |
Log message: initial sweep for MESSAGE decoration removal; ok espie@ |
2004-10-09 04:06:17 by Nikolay Sturm | Files touched by this commit (1) |
Log message: install documentation regardless of latex being around or not from maintainer dons at cse.unsw.edu.au (Donald Bruce Stewart) |
2004-09-14 17:44:02 by Marc Espie | Files touched by this commit (206) |
Log message: switch to new plist, killing a few install scripts along the way. |
2004-08-10 02:23:37 by Xavier Santolaria | Files touched by this commit (10) |
Log message: MODULES= lang/ghc |
2004-08-09 20:33:02 by Don Stewart | Files touched by this commit (2) |
Log message: Turn of doc regeneration, to make sure darcs doesn't try to regenerate docs if latex2html happens to be installed, leading to different packing lists with and without latex2html. ok pvalchev@ |
2004-07-30 21:18:29 by Don Stewart | Files touched by this commit (5) |
Log message: Update darcs to 0.9.23 ok pvalchev@ |
2004-05-18 17:26:33 by Don Stewart | Files touched by this commit (3) |
Log message: Update darcs to 0.9.20, bug fix release ok pvalchev@ |
2004-04-28 21:49:52 by Don Stewart | Files touched by this commit (5) |
Log message: Update darcs to 0.9.19. Now builds with latest GHC, and works on amd64 Change maintainer to me. ok @avsm |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-08-03 12:16:46 by Anil Madhavapeddy | Files touched by this commit (4) |
Log message: update to darcs-0.9.12 |
2003-07-23 12:27:53 by Anil Madhavapeddy | Files touched by this commit (1) |
Log message: use the ghc module, which cleans up the various depends |