From owner-svn-ports-all@FreeBSD.ORG Mon Nov 19 20:53:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 973EF58F; Mon, 19 Nov 2012 20:53:45 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 72EAE8FC1C; Mon, 19 Nov 2012 20:53:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJKrjvN039514; Mon, 19 Nov 2012 20:53:45 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAJKrjNj039508; Mon, 19 Nov 2012 20:53:45 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201211192053.qAJKrjNj039508@svn.freebsd.org> From: Carlo Strub Date: Mon, 19 Nov 2012 20:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307569 - in head/devel: . bzr-fastimport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 20:53:45 -0000 Author: cs Date: Mon Nov 19 20:53:44 2012 New Revision: 307569 URL: http://svnweb.freebsd.org/changeset/ports/307569 Log: Bazaar Fast Import is a plugin providing fast loading of revision control data into Bazaar. It is designed to be used in combination with front-end programs that generate a command/data stream for it to process. Front-ends are available for a wide range of foreign VCS tools including Subversion, CVS, Git, Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever programming language you prefer, making Bazaar Fast Import useful for teams needing a custom migration solution. Feature safe: yes Added: head/devel/bzr-fastimport/ head/devel/bzr-fastimport/Makefile (contents, props changed) head/devel/bzr-fastimport/distinfo (contents, props changed) head/devel/bzr-fastimport/pkg-descr (contents, props changed) head/devel/bzr-fastimport/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 19 20:51:45 2012 (r307568) +++ head/devel/Makefile Mon Nov 19 20:53:44 2012 (r307569) @@ -157,6 +157,7 @@ SUBDIR += bzr-colo SUBDIR += bzr-explorer SUBDIR += bzr-externals + SUBDIR += bzr-fastimport SUBDIR += bzr-git SUBDIR += bzr-grep SUBDIR += bzr-gtk Added: head/devel/bzr-fastimport/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bzr-fastimport/Makefile Mon Nov 19 20:53:44 2012 (r307569) @@ -0,0 +1,26 @@ +# Created by: Carlo Strub +# $FreeBSD$ +# + +PORTNAME= bzr-fastimport +PORTVERSION= 0.13.0 +CATEGORIES= devel +MASTER_SITES= http://launchpadlibrarian.net/94774555/ \ + http://www.c-s.li/ports/ + +MAINTAINER= cs@FreeBSD.org +COMMENT= Provide fast loading of revision control data into bzr + +LICENSE= GPLv2 + +BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr +RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= bzr_fastimport +PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0 + +.include Added: head/devel/bzr-fastimport/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bzr-fastimport/distinfo Mon Nov 19 20:53:44 2012 (r307569) @@ -0,0 +1,2 @@ +SHA256 (bzr-fastimport-0.13.0.tar.gz) = 5e296dc4ff8e9bf1b6447e81fef41e1217656b43368ee4056a1f024221e009eb +SIZE (bzr-fastimport-0.13.0.tar.gz) = 80255 Added: head/devel/bzr-fastimport/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bzr-fastimport/pkg-descr Mon Nov 19 20:53:44 2012 (r307569) @@ -0,0 +1,9 @@ +Bazaar Fast Import is a plugin providing fast loading of revision control data +into Bazaar. It is designed to be used in combination with front-end programs +that generate a command/data stream for it to process. Front-ends are available +for a wide range of foreign VCS tools including Subversion, CVS, Git, +Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever +programming language you prefer, making Bazaar Fast Import useful for teams +needing a custom migration solution. + +WWW: https://launchpad.net/bzr-fastimport Added: head/devel/bzr-fastimport/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bzr-fastimport/pkg-plist Mon Nov 19 20:53:44 2012 (r307569) @@ -0,0 +1,78 @@ +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/__init__.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/__init__.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/__init__.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/branch_mapper.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/branch_mapper.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/branch_mapper.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/branch_updater.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/branch_updater.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/branch_updater.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/bzr_commit_handler.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/bzr_commit_handler.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/bzr_commit_handler.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/cache_manager.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/cache_manager.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/cache_manager.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/cmds.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/cmds.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/cmds.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/exporter.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/exporter.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/exporter.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/helpers.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/helpers.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/helpers.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/idmapfile.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/idmapfile.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/idmapfile.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/info.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/info.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/info.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/marks_file.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/marks_file.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/marks_file.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/__init__.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/__init__.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/__init__.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/generic_processor.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/generic_processor.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/generic_processor.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/info_processor.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/info_processor.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors/info_processor.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/reftracker.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/reftracker.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/reftracker.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/revision_store.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/revision_store.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/revision_store.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/__init__.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_branch_mapper.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_branch_mapper.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_branch_mapper.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_commands.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_commands.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_commands.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_exporter.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_exporter.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_exporter.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_generic_processor.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_generic_processor.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_generic_processor.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_head_tracking.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_head_tracking.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_head_tracking.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_revision_store.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_revision_store.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests/test_revision_store.pyo +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/user_mapper.py +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/user_mapper.pyc +%%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/user_mapper.pyo +@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/tests +@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport/processors +@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/fastimport +@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins +@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib +@dirrmtry %%PYTHON_SITELIBDIR%%