# -*- 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. # The choice of Ruby versions doesn't affect clients. # ruby.setup asciidoctor 2.0.23 gem {} rubygems ruby33 name asciidoctor revision 0 # 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 190d0301e8d719c74b400c73842bd0e4b6220521 \ sha256 52208807f237dfa0ca29882f8b13d60b820496116ad191cf197ca56f2b7fddf3 \ size 283136 # Use normal distfile location, instead of 'ruby'. dist_subdir ${name} post-destroot { set man1 ${destroot}${prefix}/share/man/man1 xinstall -d ${man1} ln -s ${ruby.gemdir}/gems/${name}-${version}/man/${name}.1 ${man1} }