diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2013-09-03 22:48:37 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2013-09-03 22:48:37 +0000 |
commit | d7742309f0ccec1fb812eecf960264527c2e2051 (patch) | |
tree | 3ed3620c6c4a15a5ea8e15de936d8dcfd545a689 /textproc/rubygem-ya2yaml | |
parent | bfe60df4c573bb622c74189e9bc34550e3691890 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-ya2yaml')
-rw-r--r-- | textproc/rubygem-ya2yaml/Makefile | 17 | ||||
-rw-r--r-- | textproc/rubygem-ya2yaml/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-ya2yaml/pkg-descr | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/rubygem-ya2yaml/Makefile b/textproc/rubygem-ya2yaml/Makefile new file mode 100644 index 000000000000..6cd339fd2a5e --- /dev/null +++ b/textproc/rubygem-ya2yaml/Makefile @@ -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> diff --git a/textproc/rubygem-ya2yaml/distinfo b/textproc/rubygem-ya2yaml/distinfo new file mode 100644 index 000000000000..8d57f84e9ba0 --- /dev/null +++ b/textproc/rubygem-ya2yaml/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/ya2yaml-0.31.gem) = 25c511e0b4427182ef3dc15a49166fddb3a1287e705440c2b142a0bea0941f10 +SIZE (rubygem/ya2yaml-0.31.gem) = 12288 diff --git a/textproc/rubygem-ya2yaml/pkg-descr b/textproc/rubygem-ya2yaml/pkg-descr new file mode 100644 index 000000000000..2c5c070d6a9c --- /dev/null +++ b/textproc/rubygem-ya2yaml/pkg-descr @@ -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 |