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 | |
parent | bfe60df4c573bb622c74189e9bc34550e3691890 (diff) | |
download | ports-d7742309f0ccec1fb812eecf960264527c2e2051.tar.gz ports-d7742309f0ccec1fb812eecf960264527c2e2051.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
4 files changed, 25 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6e846f396597..8be4aa24d34a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 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 |