svn commit: r460109 - in head/textproc: . rubygem-tomlrb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 27 11:38:34 UTC 2018


Author: sunpoet
Date: Sat Jan 27 11:38:33 2018
New Revision: 460109
URL: https://svnweb.freebsd.org/changeset/ports/460109

Log:
  Add rubygem-tomlrb 1.2.6
  
  Tomlrb is a Racc-based TOML Ruby parser supporting the 0.4.0 version of the
  spec.
  
  WWW: https://github.com/fbernier/tomlrb

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Jan 27 11:38:15 2018	(r460108)
+++ head/textproc/Makefile	Sat Jan 27 11:38:33 2018	(r460109)
@@ -1586,6 +1586,7 @@
     SUBDIR += rubygem-tidy
     SUBDIR += rubygem-tidy_ffi
     SUBDIR += rubygem-toml
+    SUBDIR += rubygem-tomlrb
     SUBDIR += rubygem-truncato
     SUBDIR += rubygem-twitter-text
     SUBDIR += rubygem-twitter-text1

Added: head/textproc/rubygem-tomlrb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-tomlrb/Makefile	Sat Jan 27 11:38:33 2018	(r460109)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tomlrb
+PORTVERSION=	1.2.6
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Racc-based TOML parser
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem shebangfix
+
+SHEBANG_FILES=	bin/setup
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-tomlrb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-tomlrb/distinfo	Sat Jan 27 11:38:33 2018	(r460109)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517051425
+SHA256 (rubygem/tomlrb-1.2.6.gem) = ffb175c4d5011a9128b94db13493e3243e81ce951a2472063bf9068df631f025
+SIZE (rubygem/tomlrb-1.2.6.gem) = 12800

Added: head/textproc/rubygem-tomlrb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-tomlrb/pkg-descr	Sat Jan 27 11:38:33 2018	(r460109)
@@ -0,0 +1,4 @@
+Tomlrb is a Racc-based TOML Ruby parser supporting the 0.4.0 version of the
+spec.
+
+WWW: https://github.com/fbernier/tomlrb


More information about the svn-ports-all mailing list