aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2016-11-02 04:45:19 +0800
committerswills <swills@FreeBSD.org>2016-11-02 04:45:19 +0800
commit8cb3c034cad3f8af883412403cca20de4974771b (patch)
treeb9c685f15cc6a717c633899560974ff4d1011d48 /devel
parent438a160076f56ac3087954559ab02d71e6cc0d75 (diff)
downloadfreebsd-ports-gnome-8cb3c034cad3f8af883412403cca20de4974771b.tar.gz
freebsd-ports-gnome-8cb3c034cad3f8af883412403cca20de4974771b.tar.zst
freebsd-ports-gnome-8cb3c034cad3f8af883412403cca20de4974771b.zip
devel/rubygem-gem-compare: create port
gem-compare is a RubyGems plugin that helps to compare versions of the given gem. It searches for differences in metadata as well as in files. WWW: http://github.com/fedora-ruby/gem-compare
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-gem-compare/Makefile20
-rw-r--r--devel/rubygem-gem-compare/distinfo3
-rw-r--r--devel/rubygem-gem-compare/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c8649cee69ec..1f3bf8ffeb5b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5055,6 +5055,7 @@
SUBDIR += rubygem-forwardable-extended
SUBDIR += rubygem-gdata
SUBDIR += rubygem-gem_plugin
+ SUBDIR += rubygem-gem-compare
SUBDIR += rubygem-gemcutter
SUBDIR += rubygem-gemnasium-gitlab-service
SUBDIR += rubygem-gemnasium-parser
diff --git a/devel/rubygem-gem-compare/Makefile b/devel/rubygem-gem-compare/Makefile
new file mode 100644
index 000000000000..50daf86af4cc
--- /dev/null
+++ b/devel/rubygem-gem-compare/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= gem-compare
+PORTVERSION= 0.0.7
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= RubyGems plugin for comparing gem versions
+
+RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json \
+ rubygem-curb>=0:ftp/rubygem-curb \
+ rubygem-diffy>=0:textproc/rubygem-diffy \
+ rubygem-rainbow>=0:devel/rubygem-rainbow \
+ rubygem-gemnasium-parser>=0:devel/rubygem-gemnasium-parser
+
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-gem-compare/distinfo b/devel/rubygem-gem-compare/distinfo
new file mode 100644
index 000000000000..3ab0317c3642
--- /dev/null
+++ b/devel/rubygem-gem-compare/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478031520
+SHA256 (rubygem/gem-compare-0.0.7.gem) = 3225a4d8cb4407ed2d8aa1adb4e5bf1cf0ed93f13000aa088d53ebb8152d7cdd
+SIZE (rubygem/gem-compare-0.0.7.gem) = 19456
diff --git a/devel/rubygem-gem-compare/pkg-descr b/devel/rubygem-gem-compare/pkg-descr
new file mode 100644
index 000000000000..f1db98d1a38d
--- /dev/null
+++ b/devel/rubygem-gem-compare/pkg-descr
@@ -0,0 +1,4 @@
+gem-compare is a RubyGems plugin that helps to compare versions of the given
+gem. It searches for differences in metadata as well as in files.
+
+WWW: http://github.com/fedora-ruby/gem-compare