svn commit: r321637 - in head/devel: . rubygem-docile
Steve Wills
swills at FreeBSD.org
Sun Jun 23 13:30:30 UTC 2013
Author: swills
Date: Sun Jun 23 13:30:28 2013
New Revision: 321637
URL: http://svnweb.freebsd.org/changeset/ports/321637
Log:
Docile turns any Ruby object into a DSL. Especially useful with the Builder
pattern.
WWW: http://ms-ati.github.com/docile/
Added:
head/devel/rubygem-docile/
head/devel/rubygem-docile/Makefile (contents, props changed)
head/devel/rubygem-docile/distinfo (contents, props changed)
head/devel/rubygem-docile/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jun 23 13:26:38 2013 (r321636)
+++ head/devel/Makefile Sun Jun 23 13:30:28 2013 (r321637)
@@ -4039,6 +4039,7 @@
SUBDIR += rubygem-devise
SUBDIR += rubygem-directory_watcher
SUBDIR += rubygem-ditz
+ SUBDIR += rubygem-docile
SUBDIR += rubygem-drydock
SUBDIR += rubygem-echoe
SUBDIR += rubygem-edavis10-object_daddy
Added: head/devel/rubygem-docile/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-docile/Makefile Sun Jun 23 13:30:28 2013 (r321637)
@@ -0,0 +1,16 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= docile
+PORTVERSION= 1.0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Docile turns any Ruby object into a DSL
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-docile/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-docile/distinfo Sun Jun 23 13:30:28 2013 (r321637)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/docile-1.0.2.gem) = e0fa766d619256b27eac3391c43d7b577488f99323bf7e8341f0fb1013618061
+SIZE (rubygem/docile-1.0.2.gem) = 10240
Added: head/devel/rubygem-docile/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-docile/pkg-descr Sun Jun 23 13:30:28 2013 (r321637)
@@ -0,0 +1,4 @@
+Docile turns any Ruby object into a DSL. Especially useful with the Builder
+pattern.
+
+WWW: http://ms-ati.github.com/docile/
More information about the svn-ports-head
mailing list