Date: Fri, 30 Nov 2018 20:01:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486262 - in head/devel: . rubygem-gemdiff Message-ID: <201811302001.wAUK1H7w093636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 30 20:01:16 2018 New Revision: 486262 URL: https://svnweb.freebsd.org/changeset/ports/486262 Log: Add rubygem-gemdiff 2.4.2 gemdiff is a command-line tool to find source code for ruby gems. You can compare source code differences between the current version of a gem in your bundle and the version of the gem that would be installed with bundle update <gem> (or any two versions of a gem). gemdiff connects gem version management (rubygems + bundler) with source code (GitHub). WWW: https://github.com/teeparham/gemdiff Added: head/devel/rubygem-gemdiff/ head/devel/rubygem-gemdiff/Makefile (contents, props changed) head/devel/rubygem-gemdiff/distinfo (contents, props changed) head/devel/rubygem-gemdiff/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 30 19:51:49 2018 (r486261) +++ head/devel/Makefile Fri Nov 30 20:01:16 2018 (r486262) @@ -5698,6 +5698,7 @@ SUBDIR += rubygem-gem-compare SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter + SUBDIR += rubygem-gemdiff SUBDIR += rubygem-gemnasium-parser SUBDIR += rubygem-gems SUBDIR += rubygem-generator_spec-rails4 Added: head/devel/rubygem-gemdiff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gemdiff/Makefile Fri Nov 30 20:01:16 2018 (r486262) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gemdiff +PORTVERSION= 2.4.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Command-line utility for ruby gems + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-launchy>=2.4:devel/rubygem-launchy \ + rubygem-octokit>=4.0:net/rubygem-octokit \ + rubygem-thor>=0.19:devel/rubygem-thor + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +PLIST_FILES= bin/gemdiff + +.include <bsd.port.mk> Added: head/devel/rubygem-gemdiff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gemdiff/distinfo Fri Nov 30 20:01:16 2018 (r486262) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543585296 +SHA256 (rubygem/gemdiff-2.4.2.gem) = 435684d1f1fab12baee633dee5a8052836f26606c946a8d52f612fbb34c1db94 +SIZE (rubygem/gemdiff-2.4.2.gem) = 12800 Added: head/devel/rubygem-gemdiff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gemdiff/pkg-descr Fri Nov 30 20:01:16 2018 (r486262) @@ -0,0 +1,7 @@ +gemdiff is a command-line tool to find source code for ruby gems. You can +compare source code differences between the current version of a gem in your +bundle and the version of the gem that would be installed with bundle update +<gem> (or any two versions of a gem). gemdiff connects gem version management +(rubygems + bundler) with source code (GitHub). + +WWW: https://github.com/teeparham/gemdiff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302001.wAUK1H7w093636>