summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-01-12 11:17:32 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-01-12 11:17:32 +0000
commitd43a1afe79a77d9381abc003c7678ae072d77b7f (patch)
tree3919075c1245ddb6b8b44ccd22cb040e6fe07b57 /devel
parent- Update to 2.2.83 (diff)
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
Notes
Notes: svn path=/head/; revision=405862
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-svn2git/Makefile20
-rw-r--r--devel/rubygem-svn2git/distinfo2
-rw-r--r--devel/rubygem-svn2git/pkg-descr9
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2c3bd848bd9f..4ad0d9fae35e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/rubygem-svn2git/Makefile b/devel/rubygem-svn2git/Makefile
new file mode 100644
index 000000000000..270cf952dde8
--- /dev/null
+++ b/devel/rubygem-svn2git/Makefile
@@ -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>
diff --git a/devel/rubygem-svn2git/distinfo b/devel/rubygem-svn2git/distinfo
new file mode 100644
index 000000000000..569d4acbe1bc
--- /dev/null
+++ b/devel/rubygem-svn2git/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/svn2git-2.3.2.gem) = 74e9ea79a80b2bb36e776fa243b0aa52e72c37a39de34f357b71f74d1717696e
+SIZE (rubygem/svn2git-2.3.2.gem) = 16896
diff --git a/devel/rubygem-svn2git/pkg-descr b/devel/rubygem-svn2git/pkg-descr
new file mode 100644
index 000000000000..b941ab9c54e4
--- /dev/null
+++ b/devel/rubygem-svn2git/pkg-descr
@@ -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