diff --git a/textproc/Makefile b/textproc/Makefile index a5b6d1e30f79..891f257f68c4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1282,6 +1282,7 @@ SUBDIR += ruby-xmlparser SUBDIR += ruby-xmlscan SUBDIR += rubygem-albino + SUBDIR += rubygem-asciidoctor SUBDIR += rubygem-augeas SUBDIR += rubygem-charlock_holmes SUBDIR += rubygem-coderay diff --git a/textproc/rubygem-asciidoctor/Makefile b/textproc/rubygem-asciidoctor/Makefile new file mode 100644 index 000000000000..57d742c2a7d0 --- /dev/null +++ b/textproc/rubygem-asciidoctor/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= asciidoctor +PORTVERSION= 0.1.4 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= A fast, open source text processor and publishing toolchain + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES+= bin/asciidoctor bin/asciidoctor-safe + +NO_STAGE= yes + +.include diff --git a/textproc/rubygem-asciidoctor/distinfo b/textproc/rubygem-asciidoctor/distinfo new file mode 100644 index 000000000000..9063b5da2aec --- /dev/null +++ b/textproc/rubygem-asciidoctor/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/asciidoctor-0.1.4.gem) = 2a2d6f9aed31200c9c74e5b81dba1673eda2f7936599df016cbe608dd8e1cf92 +SIZE (rubygem/asciidoctor-0.1.4.gem) = 227840 diff --git a/textproc/rubygem-asciidoctor/pkg-descr b/textproc/rubygem-asciidoctor/pkg-descr new file mode 100644 index 000000000000..e1ab58a3e1c6 --- /dev/null +++ b/textproc/rubygem-asciidoctor/pkg-descr @@ -0,0 +1,5 @@ +A fast, open source text processor and publishing toolchain, written in Ruby, +for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and +custom outupt formats. + +WWW: http://asciidoctor.org/