svn commit: r445100 - in head/devel: . rubygem-mize
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 5 23:55:06 UTC 2017
Author: sunpoet
Date: Wed Jul 5 23:55:05 2017
New Revision: 445100
URL: https://svnweb.freebsd.org/changeset/ports/445100
Log:
Add rubygem-mize 0.3.2
Mize provides memoize methods/functions in Ruby.
WWW: https://github.com/flori/mize
Added:
head/devel/rubygem-mize/
head/devel/rubygem-mize/Makefile (contents, props changed)
head/devel/rubygem-mize/distinfo (contents, props changed)
head/devel/rubygem-mize/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Jul 5 23:53:43 2017 (r445099)
+++ head/devel/Makefile Wed Jul 5 23:55:05 2017 (r445100)
@@ -5457,6 +5457,7 @@
SUBDIR += rubygem-mixlib-config
SUBDIR += rubygem-mixlib-log
SUBDIR += rubygem-mixlib-shellout
+ SUBDIR += rubygem-mize
SUBDIR += rubygem-mkrf
SUBDIR += rubygem-mocha
SUBDIR += rubygem-moneta
Added: head/devel/rubygem-mize/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-mize/Makefile Wed Jul 5 23:55:05 2017 (r445100)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= mize
+PORTVERSION= 0.3.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Memoziation for methods and functions for Ruby
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-protocol>=0:devel/rubygem-protocol
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-mize/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-mize/distinfo Wed Jul 5 23:55:05 2017 (r445100)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499298144
+SHA256 (rubygem/mize-0.3.2.gem) = b93616105deee8876cb6b2e885aa082278aa071c67315d80fe0b60acad72f158
+SIZE (rubygem/mize-0.3.2.gem) = 10240
Added: head/devel/rubygem-mize/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-mize/pkg-descr Wed Jul 5 23:55:05 2017 (r445100)
@@ -0,0 +1,3 @@
+Mize provides memoize methods/functions in Ruby.
+
+WWW: https://github.com/flori/mize
More information about the svn-ports-head
mailing list