Date: Tue, 3 Sep 2013 22:48:38 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326231 - in head/textproc: . rubygem-ya2yaml Message-ID: <201309032248.r83MmcVd074975@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Tue Sep 3 22:48:37 2013 New Revision: 326231 URL: http://svnweb.freebsd.org/changeset/ports/326231 Log: New port: textproc/rubygem-ya2yaml: Ya2YAML is "yet another to_yaml". It emits YAML document with complete UTF8 support (string/binary detection, "\u" escape sequences and Unicode specific line breaks). WWW: https://rubygems.org/gems/ya2yaml Added: head/textproc/rubygem-ya2yaml/ head/textproc/rubygem-ya2yaml/Makefile (contents, props changed) head/textproc/rubygem-ya2yaml/distinfo (contents, props changed) head/textproc/rubygem-ya2yaml/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Sep 3 22:47:41 2013 (r326230) +++ head/textproc/Makefile Tue Sep 3 22:48:37 2013 (r326231) @@ -1346,6 +1346,7 @@ SUBDIR += rubygem-unf_ext SUBDIR += rubygem-xml-simple SUBDIR += rubygem-xslt + SUBDIR += rubygem-ya2yaml SUBDIR += rubygem-yard SUBDIR += rubygem-zmq SUBDIR += rw-aspell Added: head/textproc/rubygem-ya2yaml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-ya2yaml/Makefile Tue Sep 3 22:48:37 2013 (r326231) @@ -0,0 +1,17 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ya2yaml +PORTVERSION= 0.31 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Yet another YAML converter, includes complete UTF8 support + +USE_RUBY= yes +USE_RUBYGEMS= yes +USE_RAKE= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/textproc/rubygem-ya2yaml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-ya2yaml/distinfo Tue Sep 3 22:48:37 2013 (r326231) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ya2yaml-0.31.gem) = 25c511e0b4427182ef3dc15a49166fddb3a1287e705440c2b142a0bea0941f10 +SIZE (rubygem/ya2yaml-0.31.gem) = 12288 Added: head/textproc/rubygem-ya2yaml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-ya2yaml/pkg-descr Tue Sep 3 22:48:37 2013 (r326231) @@ -0,0 +1,5 @@ +Ya2YAML is "yet another to_yaml". It emits YAML document with complete +UTF8 support (string/binary detection, "\u" escape sequences and Unicode +specific line breaks). + +WWW: https://rubygems.org/gems/ya2yaml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309032248.r83MmcVd074975>