mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup ronn 0.7.3 gem {} rubygems ruby19
|
|
revision 1
|
|
license MIT
|
|
categories-append devel
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
|
|
description Ronn builds manuals
|
|
|
|
long_description \
|
|
Ronn builds manuals. It converts simple, human readable textfiles to \
|
|
roff for terminal display, and also to HTML for the web. \
|
|
\
|
|
The source format includes all of Markdown but has a more rigid \
|
|
structure and syntax extensions for features commonly found in manpages \
|
|
(definition lists, link notation, etc.).
|
|
|
|
homepage https://rtomayko.github.io/ronn/
|
|
|
|
checksums rmd160 2b9b7cce3a81dd20971823cb401f5894e3498c92 \
|
|
sha256 82df6fd4a3aa91734866710d2811a6387e50a7513fc528ce6c7d95ee7ad7f41e
|
|
|
|
depends_run-append port:rb19-mustache \
|
|
port:rb19-rdiscount \
|
|
port:rb19-hpricot
|