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.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f61f36dead1e
branches:  trunk
changeset: 508977:f61f36dead1e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Mar 01 18:27:26 2006 +0000

description:
update to 0.8
changes:
 faster status, diff, and commit
 reduced memory usage for push and pull
 improved extension API
 new bisect, gpg, hgk, and win32text extensions
 short URLs, binary file handling, and optional gitweb skin for hgweb
 numerous new command options including log --keyword and pull --rev
 improved hooks and file filtering

diffstat:

 devel/mercurial/Makefile |   7 +++----
 devel/mercurial/PLIST    |  35 +++++++++++++++++++++++++++++++++--
 devel/mercurial/distinfo |   8 ++++----
 3 files changed, 40 insertions(+), 10 deletions(-)

diffs (127 lines):

diff -r 50d3097e5913 -r f61f36dead1e devel/mercurial/Makefile
--- a/devel/mercurial/Makefile  Wed Mar 01 17:39:45 2006 +0000
+++ b/devel/mercurial/Makefile  Wed Mar 01 18:27:26 2006 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:08:48 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/03/01 18:27:26 drochner Exp $
 #
 
-DISTNAME=              mercurial-0.7
-PKGREVISION=           1
+DISTNAME=              mercurial-0.8
 CATEGORIES=            devel
 MASTER_SITES=          http://www.selenic.com/mercurial/release/
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://www.selenic.com/mercurial/wiki/index.cgi/Mercurial
+HOMEPAGE=      http://www.selenic.com/mercurial/wiki/index.cgi/Mercurial
 COMMENT=               Fast, lightweight source control management system
 
 
diff -r 50d3097e5913 -r f61f36dead1e devel/mercurial/PLIST
--- a/devel/mercurial/PLIST     Wed Mar 01 17:39:45 2006 +0000
+++ b/devel/mercurial/PLIST     Wed Mar 01 18:27:26 2006 +0000
@@ -1,6 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/15 02:15:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/03/01 18:27:26 drochner Exp $
 bin/hg
-bin/hgmerge
+${PYSITELIB}/hgext/__init__.py
+${PYSITELIB}/hgext/__init__.pyc
+${PYSITELIB}/hgext/__init__.pyo
+${PYSITELIB}/hgext/gpg.py
+${PYSITELIB}/hgext/gpg.pyc
+${PYSITELIB}/hgext/gpg.pyo
+${PYSITELIB}/hgext/win32text.py
+${PYSITELIB}/hgext/win32text.pyc
+${PYSITELIB}/hgext/win32text.pyo
 ${PYSITELIB}/mercurial/__init__.py
 ${PYSITELIB}/mercurial/__init__.pyc
 ${PYSITELIB}/mercurial/__init__.pyo
@@ -41,6 +49,9 @@
 ${PYSITELIB}/mercurial/httprepo.py
 ${PYSITELIB}/mercurial/httprepo.pyc
 ${PYSITELIB}/mercurial/httprepo.pyo
+${PYSITELIB}/mercurial/i18n.py
+${PYSITELIB}/mercurial/i18n.pyc
+${PYSITELIB}/mercurial/i18n.pyo
 ${PYSITELIB}/mercurial/localrepo.py
 ${PYSITELIB}/mercurial/localrepo.pyc
 ${PYSITELIB}/mercurial/localrepo.pyo
@@ -57,6 +68,9 @@
 ${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/remoterepo.py
 ${PYSITELIB}/mercurial/remoterepo.pyc
 ${PYSITELIB}/mercurial/remoterepo.pyo
@@ -72,32 +86,48 @@
 ${PYSITELIB}/mercurial/statichttprepo.py
 ${PYSITELIB}/mercurial/statichttprepo.pyc
 ${PYSITELIB}/mercurial/statichttprepo.pyo
+${PYSITELIB}/mercurial/templates/changelog-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/changelog-rss.tmpl
 ${PYSITELIB}/mercurial/templates/changelog.tmpl
+${PYSITELIB}/mercurial/templates/changelogentry-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/changelogentry-rss.tmpl
 ${PYSITELIB}/mercurial/templates/changelogentry.tmpl
+${PYSITELIB}/mercurial/templates/changeset-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/changeset-raw.tmpl
 ${PYSITELIB}/mercurial/templates/changeset.tmpl
+${PYSITELIB}/mercurial/templates/error-gitweb.tmpl
+${PYSITELIB}/mercurial/templates/error.tmpl
+${PYSITELIB}/mercurial/templates/fileannotate-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/fileannotate.tmpl
 ${PYSITELIB}/mercurial/templates/filediff-raw.tmpl
 ${PYSITELIB}/mercurial/templates/filediff.tmpl
+${PYSITELIB}/mercurial/templates/filelog-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/filelog-rss.tmpl
 ${PYSITELIB}/mercurial/templates/filelog.tmpl
 ${PYSITELIB}/mercurial/templates/filelogentry-rss.tmpl
 ${PYSITELIB}/mercurial/templates/filelogentry.tmpl
+${PYSITELIB}/mercurial/templates/filerevision-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/filerevision-raw.tmpl
 ${PYSITELIB}/mercurial/templates/filerevision.tmpl
+${PYSITELIB}/mercurial/templates/footer-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/footer.tmpl
+${PYSITELIB}/mercurial/templates/header-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/header-raw.tmpl
 ${PYSITELIB}/mercurial/templates/header-rss.tmpl
 ${PYSITELIB}/mercurial/templates/header.tmpl
 ${PYSITELIB}/mercurial/templates/index.tmpl
+${PYSITELIB}/mercurial/templates/manifest-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/manifest.tmpl
 ${PYSITELIB}/mercurial/templates/map
+${PYSITELIB}/mercurial/templates/map-gitweb
 ${PYSITELIB}/mercurial/templates/map-raw
 ${PYSITELIB}/mercurial/templates/map-rss
 ${PYSITELIB}/mercurial/templates/notfound.tmpl
+${PYSITELIB}/mercurial/templates/search-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/search.tmpl
+${PYSITELIB}/mercurial/templates/shortlog-gitweb.tmpl
+${PYSITELIB}/mercurial/templates/summary-gitweb.tmpl
+${PYSITELIB}/mercurial/templates/tags-gitweb.tmpl
 ${PYSITELIB}/mercurial/templates/tags.tmpl
 ${PYSITELIB}/mercurial/transaction.py
 ${PYSITELIB}/mercurial/transaction.pyc
@@ -119,3 +149,4 @@
 @dirrm share/doc/mercurial
 @dirrm ${PYSITELIB}/mercurial/templates
 @dirrm ${PYSITELIB}/mercurial
+@dirrm ${PYSITELIB}/hgext
diff -r 50d3097e5913 -r f61f36dead1e devel/mercurial/distinfo
--- a/devel/mercurial/distinfo  Wed Mar 01 17:39:45 2006 +0000
+++ b/devel/mercurial/distinfo  Wed Mar 01 18:27:26 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/01/15 02:15:58 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/03/01 18:27:26 drochner Exp $
 
-SHA1 (mercurial-0.7.tar.gz) = 1d68a463ddd335cf9c8f6e168bb4da835e88bfd7
-RMD160 (mercurial-0.7.tar.gz) = de9a9ff9960aa43be6d747cc90cb832f5116a3a0
-Size (mercurial-0.7.tar.gz) = 178197 bytes
+SHA1 (mercurial-0.8.tar.gz) = e9381f8e6dd4af64d11493adcf8bcaa0f07122f6
+RMD160 (mercurial-0.8.tar.gz) = 45f84b85c09d0bff6020dabdb7c595d4e5becf3c
+Size (mercurial-0.8.tar.gz) = 229641 bytes



Home | Main Index | Thread Index | Old Index