From owner-svn-ports-head@FreeBSD.ORG Tue Sep 3 22:48:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12BCF724; Tue, 3 Sep 2013 22:48:39 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DAEC321B3; Tue, 3 Sep 2013 22:48:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r83Mmcve074979; Tue, 3 Sep 2013 22:48:38 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r83MmcVd074975; Tue, 3 Sep 2013 22:48:38 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309032248.r83MmcVd074975@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 3 Sep 2013 22:48:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326231 - in head/textproc: . rubygem-ya2yaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 22:48:39 -0000 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 +# $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 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