svn commit: r353271 - in head/devel: . rubygem-toml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 8 05:16:25 UTC 2014


Author: sunpoet
Date: Thu May  8 05:16:24 2014
New Revision: 353271
URL: http://svnweb.freebsd.org/changeset/ports/353271
QAT: https://qat.redports.org/buildarchive/r353271/

Log:
  - Add rubygem-toml 0.1.1
  
  rubygem-toml is a TOML parser.
  
  WWW: https://github.com/jm/toml
  RG:  https://rubygems.org/gems/toml

Added:
  head/devel/rubygem-toml/
  head/devel/rubygem-toml/Makefile   (contents, props changed)
  head/devel/rubygem-toml/distinfo   (contents, props changed)
  head/devel/rubygem-toml/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu May  8 05:15:16 2014	(r353270)
+++ head/devel/Makefile	Thu May  8 05:16:24 2014	(r353271)
@@ -4412,6 +4412,7 @@
     SUBDIR += rubygem-timers
     SUBDIR += rubygem-timers1
     SUBDIR += rubygem-tins
+    SUBDIR += rubygem-toml
     SUBDIR += rubygem-transactionsimple
     SUBDIR += rubygem-treetop
     SUBDIR += rubygem-trollop

Added: head/devel/rubygem-toml/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-toml/Makefile	Thu May  8 05:16:24 2014	(r353271)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	toml
+PORTVERSION=	0.1.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	TOML parser
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-parslet>=1.5:${PORTSDIR}/textproc/rubygem-parslet
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-toml/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-toml/distinfo	Thu May  8 05:16:24 2014	(r353271)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/toml-0.1.1.gem) = e8721879bc79f21924e2b876801526ac4e2bf08785dcfb45066f2d8b8dd9add4
+SIZE (rubygem/toml-0.1.1.gem) = 15360

Added: head/devel/rubygem-toml/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-toml/pkg-descr	Thu May  8 05:16:24 2014	(r353271)
@@ -0,0 +1,4 @@
+rubygem-toml is a TOML parser.
+
+WWW: https://github.com/jm/toml
+RG:  https://rubygems.org/gems/toml


More information about the svn-ports-head mailing list