Date: Wed, 8 Aug 2018 19:45:48 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476667 - in head/devel: . rubygem-molinillo Message-ID: <201808081945.w78JjmwL072835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed Aug 8 19:45:48 2018 New Revision: 476667 URL: https://svnweb.freebsd.org/changeset/ports/476667 Log: New port: devel/rubygem-molinillo: Provides support for dependency resolution. WWW: https://rubygems.org/gems/molinillo Added: head/devel/rubygem-molinillo/ head/devel/rubygem-molinillo/Makefile (contents, props changed) head/devel/rubygem-molinillo/distinfo (contents, props changed) head/devel/rubygem-molinillo/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 8 19:41:38 2018 (r476666) +++ head/devel/Makefile Wed Aug 8 19:45:48 2018 (r476667) @@ -5762,6 +5762,7 @@ SUBDIR += rubygem-mkrf SUBDIR += rubygem-mmap2 SUBDIR += rubygem-mocha + SUBDIR += rubygem-molinillo SUBDIR += rubygem-moneta SUBDIR += rubygem-mongo SUBDIR += rubygem-mono_logger Added: head/devel/rubygem-molinillo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-molinillo/Makefile Wed Aug 8 19:45:48 2018 (r476667) @@ -0,0 +1,17 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= molinillo +PORTVERSION= 0.6.6 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Provides support for dependency resolution + +LICENSE= MIT + +USES= gem +USE_RUBY= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-molinillo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-molinillo/distinfo Wed Aug 8 19:45:48 2018 (r476667) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533757455 +SHA256 (rubygem/molinillo-0.6.6.gem) = e6352901e77c85d4820f30328f5f452267d2977a1d12d94ce094d0a6c20704c2 +SIZE (rubygem/molinillo-0.6.6.gem) = 29184 Added: head/devel/rubygem-molinillo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-molinillo/pkg-descr Wed Aug 8 19:45:48 2018 (r476667) @@ -0,0 +1,3 @@ +Provides support for dependency resolution. + +WWW: https://rubygems.org/gems/molinillo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808081945.w78JjmwL072835>