svn commit: r476667 - in head/devel: . rubygem-molinillo

Ryan Steinmetz zi at FreeBSD.org
Wed Aug 8 19:45:50 UTC 2018


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	molinillo
+PORTVERSION=	0.6.6
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-head mailing list