# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup ruby 1.0 # The version of Ruby chosen here works across all OS versions and CPU # architectures. Don't change it without preserving this property. ruby.setup asciidoctor 2.0.18 gem {} rubygems ruby30 name asciidoctor revision 2 # Prevent addition of the ruby interpreter version number as suffix to command line tools ruby.link_binaries_suffix categories textproc platforms {darwin any} supported_archs noarch license MIT maintainers {fwright.net:fw @fhgwright} openmaintainer description A fast text processor & publishing toolchain for \ converting AsciiDoc to HTML5, DocBook & more long_description Asciidoctor is a fast, open source, Ruby-based \ text processor for parsing AsciiDoc into \ a document model and converting it to output \ formats such as HTML 5, DocBook 5, manual pages, \ PDF, EPUB 3, and other formats. Asciidoctor also \ has an ecosystem of extensions, converters, build \ plugins, and tools to help you author and publish \ content written in AsciiDoc. homepage https://asciidoctor.org/ checksums rmd160 4d9e064700d6a198be3ce9c91ed86c2012824b87 \ sha256 bbd1e1d16deed8db94bf9624b9f4474fac32d9ca7225d377f076c08d9adde387 \ size 280064 post-destroot { set man1 ${destroot}${prefix}/share/man/man1 xinstall -d ${man1} ln -s ${ruby.gemdir}/gems/${name}-${version}/man/${name}.1 ${man1} }