Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id BCFF063BD06 for ; Sun, 20 Jul 2008 00:38:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6732163B146; Sun, 20 Jul 2008 00:38:46 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 2FDC163B13D for ; Sun, 20 Jul 2008 00:38:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 15C80175D0; Sun, 20 Jul 2008 00:38:45 +0000 (UTC) From: Krister Walfridsson Subject: CVS commit: pkgsrc/devel/darcs To: pkgsrc-changes@NetBSD.org Reply-To: kristerw@netbsd.org Message-Id: <20080720003845.15C80175D0@cvs.netbsd.org> Date: Sun, 20 Jul 2008 00:38:45 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: kristerw Date: Sun Jul 20 00:38:45 UTC 2008 Modified Files: pkgsrc/devel/darcs: Makefile PLIST distinfo pkgsrc/devel/darcs/patches: patch-aa patch-ab Removed Files: pkgsrc/devel/darcs/patches: patch-ac patch-ad Log Message: Update darcs to 2.0.2. Changes since 1.0.9 includes * New Feature: Include patch count in darcs --version, for example, 2.0.1 (+ 32 patches) (David Roundy) * New Feature: darcs put --no-set-default and --set-default (Nicolas Pouillard) * UI changes: --extended-help is now called --overview, no more --verify-hash, no more send --unified (David Roundy, Eric Kow) * New Feature: Check for and repair patches which remove non-empty files (issue815, David Roundy) * New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers) * User Experience: Make darcs changes --interactive behave more like other interactive commands (Eric Kow) * New Feature: Colorize added and removed lines, if the environment variable DARCS_DO_COLOR_LINES=True (Nicolas Pouillard) * New Feature: --remote-repodir flag to allow separate default repositories for push, pull and send (issue792, Eric Kow) * New Feature: darcs changes --count (David Roundy) * New Feature: Add a 'show authors' command (Eric Kow) * New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML environment variables are made available for the posthook system, allowing for more easier options to to integrate darcs with other systems. (David Roundy, Mark Stosberg) * New Feature: Automatically create the the global cache if we define we want to use it. (David Roundy, Trent Buck) and numerous performance improvements and bugfixes. To generate a diff of this commit: cvs rdiff -r1.20 -r1.21 pkgsrc/devel/darcs/Makefile cvs rdiff -r1.5 -r1.6 pkgsrc/devel/darcs/PLIST cvs rdiff -r1.9 -r1.10 pkgsrc/devel/darcs/distinfo cvs rdiff -r1.5 -r1.6 pkgsrc/devel/darcs/patches/patch-aa cvs rdiff -r1.2 -r1.3 pkgsrc/devel/darcs/patches/patch-ab cvs rdiff -r1.2 -r0 pkgsrc/devel/darcs/patches/patch-ac cvs rdiff -r1.1 -r0 pkgsrc/devel/darcs/patches/patch-ad Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.