2015-06-12 12:48:20 +02:00
|
|
|
# $NetBSD: Makefile,v 1.36 2015/06/12 10:48:48 wiz Exp $
|
2005-04-28 17:05:15 +02:00
|
|
|
|
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.
2008-07-20 02:38:44 +02:00
|
|
|
DISTNAME= darcs-2.0.2
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 11
|
2007-02-17 21:59:46 +01:00
|
|
|
CATEGORIES= devel scm
|
2006-10-17 23:43:38 +02:00
|
|
|
MASTER_SITES= http://www.darcs.net/
|
2005-04-28 17:05:15 +02:00
|
|
|
|
2006-09-03 02:56:28 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-10-17 23:43:38 +02:00
|
|
|
HOMEPAGE= http://www.darcs.net/
|
2005-05-27 15:04:04 +02:00
|
|
|
COMMENT= Distributed revision control system
|
2005-04-28 17:05:15 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html
|
2012-10-15 20:16:15 +02:00
|
|
|
BUILD_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
|
2005-04-28 17:05:15 +02:00
|
|
|
|
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.
2008-07-20 02:38:44 +02:00
|
|
|
USE_TOOLS+= gmake perl
|
2006-09-09 04:41:53 +02:00
|
|
|
MAKE_FILE= GNUmakefile
|
2005-04-28 17:05:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../lang/ghc/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|