Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 11:17:32 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405862 - in head/devel: . rubygem-svn2git
Message-ID:  <201601121117.u0CBHWr5052887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Tue Jan 12 11:17:32 2016
New Revision: 405862
URL: https://svnweb.freebsd.org/changeset/ports/405862

Log:
  svn2git is a tiny utility for migrating projects from Subversion to
  Git while keeping the trunk, branches and tags where they should
  be. It uses git-svn to clone an svn repository and does some clean-up
  to make sure branches and tags are imported in a meaningful way, and
  that the code checked into master ends up being what's currently in
  your svn trunk rather than whichever svn branch your last commit was
  in.
  
  WWW: https://github.com/nirvdrum/svn2git

Added:
  head/devel/rubygem-svn2git/
  head/devel/rubygem-svn2git/Makefile   (contents, props changed)
  head/devel/rubygem-svn2git/distinfo   (contents, props changed)
  head/devel/rubygem-svn2git/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 12 11:16:14 2016	(r405861)
+++ head/devel/Makefile	Tue Jan 12 11:17:32 2016	(r405862)
@@ -5077,6 +5077,7 @@
     SUBDIR += rubygem-sugar-high
     SUBDIR += rubygem-sumbur
     SUBDIR += rubygem-sundawg_country_codes
+    SUBDIR += rubygem-svn2git
     SUBDIR += rubygem-sysinfo
     SUBDIR += rubygem-systemu
     SUBDIR += rubygem-table_print

Added: head/devel/rubygem-svn2git/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-svn2git/Makefile	Tue Jan 12 11:17:32 2016	(r405862)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	svn2git
+PORTVERSION=	2.3.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	matthew@FreeBSD.org
+COMMENT=	Ruby utilities for exporting SVN repo to git
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	git-subversion>0:${PORTSDIR}/devel/git-subversion
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-svn2git/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-svn2git/distinfo	Tue Jan 12 11:17:32 2016	(r405862)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/svn2git-2.3.2.gem) = 74e9ea79a80b2bb36e776fa243b0aa52e72c37a39de34f357b71f74d1717696e
+SIZE (rubygem/svn2git-2.3.2.gem) = 16896

Added: head/devel/rubygem-svn2git/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-svn2git/pkg-descr	Tue Jan 12 11:17:32 2016	(r405862)
@@ -0,0 +1,9 @@
+svn2git is a tiny utility for migrating projects from Subversion to
+Git while keeping the trunk, branches and tags where they should
+be. It uses git-svn to clone an svn repository and does some clean-up
+to make sure branches and tags are imported in a meaningful way, and
+that the code checked into master ends up being what's currently in
+your svn trunk rather than whichever svn branch your last commit was
+in.
+
+WWW: https://github.com/nirvdrum/svn2git



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601121117.u0CBHWr5052887>