pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvs2svn Version 2.3.0 (22 August 2009)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eb5bb06198e
branches:  trunk
changeset: 398134:4eb5bb06198e
user:      epg <epg%pkgsrc.org@localhost>
date:      Tue Aug 25 04:17:35 2009 +0000

description:
Version 2.3.0 (22 August 2009)
------------------------------

 New features:
 * Add a "cvs2git" script for starting conversions to git (or Mercurial).
 * Add a "cvs2bzr" script for starting conversions to Bazaar.
 * Generate manual pages automatically via new --man option.
 * Allow --mime-types and --auto-props options to be specified more than once.
 * Support author transforms when converting to Subversion.
 * Allow unlabeled branches to be renamed using SymbolTransforms.

 Bugs fixed:
 * cvs2git with non-inline blobs: a revision after a delete could be empty.
 * Fix timezone handling under Windows (which does not respect TZ variable).
 * Do path comparisions platform-independently in symbol transform classes.
 * Fix https://bugs.launchpad.net/pld-linux/+bug/385920

 Improvements and output changes:
 * Output error message if a revision's deltatext is missing.
 * Improve contrib/verify-cvs2svn.py (used for testing conversion accuracy).

 Miscellaneous:
 * Add an IgnoreSymbolTransform class, for ignoring symbols matching a regexp.
 * Remove some DeprecationWarnings when running under newer Python versions.

diffstat:

 devel/cvs2svn/Makefile |   6 +++---
 devel/cvs2svn/PLIST    |  17 ++++++++++++++++-
 devel/cvs2svn/distinfo |   8 ++++----
 3 files changed, 23 insertions(+), 8 deletions(-)

diffs (87 lines):

diff -r dc35397d8076 -r 4eb5bb06198e devel/cvs2svn/Makefile
--- a/devel/cvs2svn/Makefile    Mon Aug 24 18:40:51 2009 +0000
+++ b/devel/cvs2svn/Makefile    Tue Aug 25 04:17:35 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2009/07/07 17:16:47 sno Exp $
+# $NetBSD: Makefile,v 1.25 2009/08/25 04:17:35 epg Exp $
 
-DISTNAME=      cvs2svn-2.2.0
+DISTNAME=      cvs2svn-2.3.0
 CATEGORIES=    devel scm
-MASTER_SITES=  http://cvs2svn.tigris.org/files/documents/1462/44372/
+MASTER_SITES=  http://cvs2svn.tigris.org/files/documents/1462/46528/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://cvs2svn.tigris.org/
diff -r dc35397d8076 -r 4eb5bb06198e devel/cvs2svn/PLIST
--- a/devel/cvs2svn/PLIST       Mon Aug 24 18:40:51 2009 +0000
+++ b/devel/cvs2svn/PLIST       Tue Aug 25 04:17:35 2009 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.11 2009/07/07 17:16:47 sno Exp $
+@comment $NetBSD: PLIST,v 1.12 2009/08/25 04:17:35 epg Exp $
+bin/cvs2bzr
+bin/cvs2git
 bin/cvs2svn
 ${PYSITELIB}/cvs2svn_lib/__init__.py
 ${PYSITELIB}/cvs2svn_lib/__init__.pyc
@@ -12,6 +14,9 @@
 ${PYSITELIB}/cvs2svn_lib/artifact_manager.py
 ${PYSITELIB}/cvs2svn_lib/artifact_manager.pyc
 ${PYSITELIB}/cvs2svn_lib/artifact_manager.pyo
+${PYSITELIB}/cvs2svn_lib/bzr_run_options.py
+${PYSITELIB}/cvs2svn_lib/bzr_run_options.pyc
+${PYSITELIB}/cvs2svn_lib/bzr_run_options.pyo
 ${PYSITELIB}/cvs2svn_lib/changeset.py
 ${PYSITELIB}/cvs2svn_lib/changeset.pyc
 ${PYSITELIB}/cvs2svn_lib/changeset.pyo
@@ -81,6 +86,9 @@
 ${PYSITELIB}/cvs2svn_lib/git_revision_recorder.py
 ${PYSITELIB}/cvs2svn_lib/git_revision_recorder.pyc
 ${PYSITELIB}/cvs2svn_lib/git_revision_recorder.pyo
+${PYSITELIB}/cvs2svn_lib/git_run_options.py
+${PYSITELIB}/cvs2svn_lib/git_run_options.pyc
+${PYSITELIB}/cvs2svn_lib/git_run_options.pyo
 ${PYSITELIB}/cvs2svn_lib/key_generator.py
 ${PYSITELIB}/cvs2svn_lib/key_generator.pyc
 ${PYSITELIB}/cvs2svn_lib/key_generator.pyo
@@ -90,6 +98,9 @@
 ${PYSITELIB}/cvs2svn_lib/main.py
 ${PYSITELIB}/cvs2svn_lib/main.pyc
 ${PYSITELIB}/cvs2svn_lib/main.pyo
+${PYSITELIB}/cvs2svn_lib/man_writer.py
+${PYSITELIB}/cvs2svn_lib/man_writer.pyc
+${PYSITELIB}/cvs2svn_lib/man_writer.pyo
 ${PYSITELIB}/cvs2svn_lib/metadata.py
 ${PYSITELIB}/cvs2svn_lib/metadata.pyc
 ${PYSITELIB}/cvs2svn_lib/metadata.pyo
@@ -168,6 +179,9 @@
 ${PYSITELIB}/cvs2svn_lib/svn_revision_range.py
 ${PYSITELIB}/cvs2svn_lib/svn_revision_range.pyc
 ${PYSITELIB}/cvs2svn_lib/svn_revision_range.pyo
+${PYSITELIB}/cvs2svn_lib/svn_run_options.py
+${PYSITELIB}/cvs2svn_lib/svn_run_options.pyc
+${PYSITELIB}/cvs2svn_lib/svn_run_options.pyo
 ${PYSITELIB}/cvs2svn_lib/symbol.py
 ${PYSITELIB}/cvs2svn_lib/symbol.pyc
 ${PYSITELIB}/cvs2svn_lib/symbol.pyo
@@ -210,6 +224,7 @@
 ${PYSITELIB}/cvs2svn_rcsparse/texttools.py
 ${PYSITELIB}/cvs2svn_rcsparse/texttools.pyc
 ${PYSITELIB}/cvs2svn_rcsparse/texttools.pyo
+share/doc/cvs2svn/cvs2bzr.html
 share/doc/cvs2svn/cvs2git.html
 share/doc/cvs2svn/cvs2svn.html
 share/doc/cvs2svn/faq.html
diff -r dc35397d8076 -r 4eb5bb06198e devel/cvs2svn/distinfo
--- a/devel/cvs2svn/distinfo    Mon Aug 24 18:40:51 2009 +0000
+++ b/devel/cvs2svn/distinfo    Tue Aug 25 04:17:35 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2009/07/07 17:16:47 sno Exp $
+$NetBSD: distinfo,v 1.13 2009/08/25 04:17:35 epg Exp $
 
-SHA1 (cvs2svn-2.2.0.tar.gz) = 88be25a4d2f2b75be0b89f94357fd52a7dd1fbe9
-RMD160 (cvs2svn-2.2.0.tar.gz) = 25a6713516ef6bd13c7ed2f7f52427fba2572866
-Size (cvs2svn-2.2.0.tar.gz) = 411531 bytes
+SHA1 (cvs2svn-2.3.0.tar.gz) = 545237805ddb241054ba40b105b9c29b705539b8
+RMD160 (cvs2svn-2.3.0.tar.gz) = 83440b4c152b8116b1e6706133c1919a0acfa4b9
+Size (cvs2svn-2.3.0.tar.gz) = 479373 bytes



Home | Main Index | Thread Index | Old Index