summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorepg <epg>2009-08-25 04:17:35 +0000
committerepg <epg>2009-08-25 04:17:35 +0000
commit02b6a129d966c8a2cf1830479e3c0312acfa0a7c (patch)
treee556a3d0b64c56e6904d8409143067d70e4f9c8c /devel
parent8102dfd31d09da4aa644c0d417e9f634b521ffae (diff)
downloadpkgsrc-02b6a129d966c8a2cf1830479e3c0312acfa0a7c.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/cvs2svn/Makefile6
-rw-r--r--devel/cvs2svn/PLIST17
-rw-r--r--devel/cvs2svn/distinfo8
3 files changed, 23 insertions, 8 deletions
diff --git a/devel/cvs2svn/Makefile b/devel/cvs2svn/Makefile
index 5eceee8f9ea..d77052ed08f 100644
--- a/devel/cvs2svn/Makefile
+++ b/devel/cvs2svn/Makefile
@@ -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
HOMEPAGE= http://cvs2svn.tigris.org/
diff --git a/devel/cvs2svn/PLIST b/devel/cvs2svn/PLIST
index c192a406c49..58e1ea4ec3d 100644
--- a/devel/cvs2svn/PLIST
+++ b/devel/cvs2svn/PLIST
@@ -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.pyo
${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_output_option.pyo
${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/log.pyo
${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_repository_delegate.pyo
${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/run-tests.pyo
${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 --git a/devel/cvs2svn/distinfo b/devel/cvs2svn/distinfo
index 1d502b3120e..163002a74ac 100644
--- a/devel/cvs2svn/distinfo
+++ b/devel/cvs2svn/distinfo
@@ -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