svn commit: r413867 - in head/devel: . rubygem-corefines
Steve Wills
swills at FreeBSD.org
Sat Apr 23 12:46:59 UTC 2016
Author: swills
Date: Sat Apr 23 12:46:57 2016
New Revision: 413867
URL: https://svnweb.freebsd.org/changeset/ports/413867
Log:
devel/rubygem-corefines: create port
Corefines is a collection of general purpose refinements for extending the core
capabilities of Ruby's built-in classes. It also provides a compatibility mode
for older Ruby versions and alternative Ruby implementations that don't support
refinements (yet).
WWW: https://github.com/jirutka/corefines
Added:
head/devel/rubygem-corefines/
head/devel/rubygem-corefines/Makefile (contents, props changed)
head/devel/rubygem-corefines/distinfo (contents, props changed)
head/devel/rubygem-corefines/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Apr 23 12:01:12 2016 (r413866)
+++ head/devel/Makefile Sat Apr 23 12:46:57 2016 (r413867)
@@ -4843,6 +4843,7 @@
SUBDIR += rubygem-configstruct
SUBDIR += rubygem-configuration
SUBDIR += rubygem-cool.io
+ SUBDIR += rubygem-corefines
SUBDIR += rubygem-crack
SUBDIR += rubygem-cri
SUBDIR += rubygem-cucumber
Added: head/devel/rubygem-corefines/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-corefines/Makefile Sat Apr 23 12:46:57 2016 (r413867)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= corefines
+PORTVERSION= 1.9.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Refinements for extending Rubys built-in classes
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-corefines/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-corefines/distinfo Sat Apr 23 12:46:57 2016 (r413867)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/corefines-1.9.0.gem) = f79d56cd645aed51b44fab525348b999bfb4ca6d0ea3e332aa33ae3b5c6ac5fa
+SIZE (rubygem/corefines-1.9.0.gem) = 35840
Added: head/devel/rubygem-corefines/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-corefines/pkg-descr Sat Apr 23 12:46:57 2016 (r413867)
@@ -0,0 +1,6 @@
+Corefines is a collection of general purpose refinements for extending the core
+capabilities of Ruby's built-in classes. It also provides a compatibility mode
+for older Ruby versions and alternative Ruby implementations that don't support
+refinements (yet).
+
+WWW: https://github.com/jirutka/corefines
More information about the svn-ports-head
mailing list