1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

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
This commit is contained in:
Steve Wills 2016-11-01 20:45:19 +00:00
parent 218f85af31
commit 76d5b46f9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425091
4 changed files with 28 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1478031520
SHA256 (rubygem/gem-compare-0.0.7.gem) = 3225a4d8cb4407ed2d8aa1adb4e5bf1cf0ed93f13000aa088d53ebb8152d7cdd
SIZE (rubygem/gem-compare-0.0.7.gem) = 19456

View File

@ -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