pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mercurial Update to 0.9.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/fae147ff88c9
branches: trunk
changeset: 530659:fae147ff88c9
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jul 03 17:24:53 2007 +0000
description:
Update to 0.9.4:
New features:
* support for symlinks
* improved tag handling
* improved merge handling of file and directory renames
* improved named branch usability
* numerous improvements to commands
* generic pre- and post-command hooks
* improved Windows support
* basic BeOS and OpenVMS support
* numerous bug fixes
New extensions and contributions:
* extensions can now be specified in .hg/hgrc
* new convert extension with CVS support
* new graphlog extension
* improved patchbomb extension
* example FastCGI script
diffstat:
devel/mercurial/Makefile | 6 ++--
devel/mercurial/PLIST | 50 ++++++++++++++++++++++++++++++++++++++---------
devel/mercurial/distinfo | 8 +++---
3 files changed, 47 insertions(+), 17 deletions(-)
diffs (166 lines):
diff -r f50d298e3f89 -r fae147ff88c9 devel/mercurial/Makefile
--- a/devel/mercurial/Makefile Tue Jul 03 17:20:33 2007 +0000
+++ b/devel/mercurial/Makefile Tue Jul 03 17:24:53 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2007/02/17 20:59:48 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/07/03 17:24:53 wiz Exp $
#
-DISTNAME= mercurial-0.9.3
+DISTNAME= mercurial-0.9.4
CATEGORIES= devel scm
MASTER_SITES= http://www.selenic.com/mercurial/release/
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= wiz%NetBSD.org@localhost
HOMEPAGE= http://www.selenic.com/mercurial/wiki/index.cgi/Mercurial
COMMENT= Fast, lightweight source control management system
diff -r f50d298e3f89 -r fae147ff88c9 devel/mercurial/PLIST
--- a/devel/mercurial/PLIST Tue Jul 03 17:20:33 2007 +0000
+++ b/devel/mercurial/PLIST Tue Jul 03 17:24:53 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/01/02 16:52:00 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/07/03 17:24:53 wiz Exp $
bin/hg
bin/hgmerge
${PYSITELIB}/hgext/__init__.py
@@ -10,6 +10,21 @@
${PYSITELIB}/hgext/bugzilla.py
${PYSITELIB}/hgext/bugzilla.pyc
${PYSITELIB}/hgext/bugzilla.pyo
+${PYSITELIB}/hgext/convert/__init__.py
+${PYSITELIB}/hgext/convert/__init__.pyc
+${PYSITELIB}/hgext/convert/__init__.pyo
+${PYSITELIB}/hgext/convert/common.py
+${PYSITELIB}/hgext/convert/common.pyc
+${PYSITELIB}/hgext/convert/common.pyo
+${PYSITELIB}/hgext/convert/cvs.py
+${PYSITELIB}/hgext/convert/cvs.pyc
+${PYSITELIB}/hgext/convert/cvs.pyo
+${PYSITELIB}/hgext/convert/git.py
+${PYSITELIB}/hgext/convert/git.pyc
+${PYSITELIB}/hgext/convert/git.pyo
+${PYSITELIB}/hgext/convert/hg.py
+${PYSITELIB}/hgext/convert/hg.pyc
+${PYSITELIB}/hgext/convert/hg.pyo
${PYSITELIB}/hgext/extdiff.py
${PYSITELIB}/hgext/extdiff.pyc
${PYSITELIB}/hgext/extdiff.pyo
@@ -19,6 +34,9 @@
${PYSITELIB}/hgext/gpg.py
${PYSITELIB}/hgext/gpg.pyc
${PYSITELIB}/hgext/gpg.pyo
+${PYSITELIB}/hgext/graphlog.py
+${PYSITELIB}/hgext/graphlog.pyc
+${PYSITELIB}/hgext/graphlog.pyo
${PYSITELIB}/hgext/hbisect.py
${PYSITELIB}/hgext/hbisect.pyc
${PYSITELIB}/hgext/hbisect.pyo
@@ -34,6 +52,9 @@
${PYSITELIB}/hgext/patchbomb.py
${PYSITELIB}/hgext/patchbomb.pyc
${PYSITELIB}/hgext/patchbomb.pyo
+${PYSITELIB}/hgext/purge.py
+${PYSITELIB}/hgext/purge.pyc
+${PYSITELIB}/hgext/purge.pyo
${PYSITELIB}/hgext/transplant.py
${PYSITELIB}/hgext/transplant.pyc
${PYSITELIB}/hgext/transplant.pyo
@@ -49,9 +70,6 @@
${PYSITELIB}/mercurial/ancestor.py
${PYSITELIB}/mercurial/ancestor.pyc
${PYSITELIB}/mercurial/ancestor.pyo
-${PYSITELIB}/mercurial/appendfile.py
-${PYSITELIB}/mercurial/appendfile.pyc
-${PYSITELIB}/mercurial/appendfile.pyo
${PYSITELIB}/mercurial/archival.py
${PYSITELIB}/mercurial/archival.pyc
${PYSITELIB}/mercurial/archival.pyo
@@ -78,12 +96,15 @@
${PYSITELIB}/mercurial/context.py
${PYSITELIB}/mercurial/context.pyc
${PYSITELIB}/mercurial/context.pyo
-${PYSITELIB}/mercurial/demandload.py
-${PYSITELIB}/mercurial/demandload.pyc
-${PYSITELIB}/mercurial/demandload.pyo
+${PYSITELIB}/mercurial/demandimport.py
+${PYSITELIB}/mercurial/demandimport.pyc
+${PYSITELIB}/mercurial/demandimport.pyo
${PYSITELIB}/mercurial/dirstate.py
${PYSITELIB}/mercurial/dirstate.pyc
${PYSITELIB}/mercurial/dirstate.pyo
+${PYSITELIB}/mercurial/extensions.py
+${PYSITELIB}/mercurial/extensions.pyc
+${PYSITELIB}/mercurial/extensions.pyo
${PYSITELIB}/mercurial/fancyopts.py
${PYSITELIB}/mercurial/fancyopts.pyc
${PYSITELIB}/mercurial/fancyopts.pyo
@@ -117,6 +138,9 @@
${PYSITELIB}/mercurial/hgweb/wsgicgi.py
${PYSITELIB}/mercurial/hgweb/wsgicgi.pyc
${PYSITELIB}/mercurial/hgweb/wsgicgi.pyo
+${PYSITELIB}/mercurial/hook.py
+${PYSITELIB}/mercurial/hook.pyc
+${PYSITELIB}/mercurial/hook.pyo
${PYSITELIB}/mercurial/httprangereader.py
${PYSITELIB}/mercurial/httprangereader.pyc
${PYSITELIB}/mercurial/httprangereader.pyo
@@ -126,6 +150,9 @@
${PYSITELIB}/mercurial/i18n.py
${PYSITELIB}/mercurial/i18n.pyc
${PYSITELIB}/mercurial/i18n.pyo
+${PYSITELIB}/mercurial/ignore.py
+${PYSITELIB}/mercurial/ignore.pyc
+${PYSITELIB}/mercurial/ignore.pyo
${PYSITELIB}/mercurial/keepalive.py
${PYSITELIB}/mercurial/keepalive.pyc
${PYSITELIB}/mercurial/keepalive.pyo
@@ -154,15 +181,15 @@
${PYSITELIB}/mercurial/node.py
${PYSITELIB}/mercurial/node.pyc
${PYSITELIB}/mercurial/node.pyo
-${PYSITELIB}/mercurial/packagescan.py
-${PYSITELIB}/mercurial/packagescan.pyc
-${PYSITELIB}/mercurial/packagescan.pyo
${PYSITELIB}/mercurial/patch.py
${PYSITELIB}/mercurial/patch.pyc
${PYSITELIB}/mercurial/patch.pyo
${PYSITELIB}/mercurial/remoterepo.py
${PYSITELIB}/mercurial/remoterepo.pyc
${PYSITELIB}/mercurial/remoterepo.pyo
+${PYSITELIB}/mercurial/repair.py
+${PYSITELIB}/mercurial/repair.pyc
+${PYSITELIB}/mercurial/repair.pyo
${PYSITELIB}/mercurial/repo.py
${PYSITELIB}/mercurial/repo.pyc
${PYSITELIB}/mercurial/repo.pyo
@@ -242,6 +269,8 @@
${PYSITELIB}/mercurial/templates/raw/fileannotate.tmpl
${PYSITELIB}/mercurial/templates/raw/filediff.tmpl
${PYSITELIB}/mercurial/templates/raw/header.tmpl
+${PYSITELIB}/mercurial/templates/raw/index.tmpl
+${PYSITELIB}/mercurial/templates/raw/manifest.tmpl
${PYSITELIB}/mercurial/templates/raw/map
${PYSITELIB}/mercurial/templates/rss/changelog.tmpl
${PYSITELIB}/mercurial/templates/rss/changelogentry.tmpl
@@ -291,4 +320,5 @@
@dirrm ${PYSITELIB}/mercurial/templates
@dirrm ${PYSITELIB}/mercurial/hgweb
@dirrm ${PYSITELIB}/mercurial
+@dirrm ${PYSITELIB}/hgext/convert
@dirrm ${PYSITELIB}/hgext
diff -r f50d298e3f89 -r fae147ff88c9 devel/mercurial/distinfo
--- a/devel/mercurial/distinfo Tue Jul 03 17:20:33 2007 +0000
+++ b/devel/mercurial/distinfo Tue Jul 03 17:24:53 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2007/01/02 16:52:00 minskim Exp $
+$NetBSD: distinfo,v 1.9 2007/07/03 17:24:53 wiz Exp $
-SHA1 (mercurial-0.9.3.tar.gz) = a91c769ea78bffc15017a2157d05b87b9218ca40
-RMD160 (mercurial-0.9.3.tar.gz) = 9a25e508ebbe8e1827f26f6731ab085ce535f73a
-Size (mercurial-0.9.3.tar.gz) = 530289 bytes
+SHA1 (mercurial-0.9.4.tar.gz) = 8dbebd76ab59611177b8385bbb97c9a40fe71683
+RMD160 (mercurial-0.9.4.tar.gz) = bd70a49a98f53cd8bd553ca555fc25fd953ff538
+Size (mercurial-0.9.4.tar.gz) = 586918 bytes
SHA1 (patch-aa) = 82eaf7bd589ab6c50912ea36496475923f6ae3db
Home |
Main Index |
Thread Index |
Old Index