diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-02-08 15:31:40 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-02-08 15:31:40 +0000 |
commit | d519516ffb311350b88d0e3664e13e3ec5676807 (patch) | |
tree | 447809f15a5e58e84498d32cc8b158621f201d7b /textproc/rubygem-ronn | |
parent | 8398a68c13696ca9dd54b5555c44aba17627e230 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-ronn')
-rw-r--r-- | textproc/rubygem-ronn/Makefile | 20 | ||||
-rw-r--r-- | textproc/rubygem-ronn/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-ronn/pkg-descr | 4 |
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/rubygem-ronn/Makefile b/textproc/rubygem-ronn/Makefile new file mode 100644 index 000000000000..8828ff501faf --- /dev/null +++ b/textproc/rubygem-ronn/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= ronn +PORTVERSION= 0.7.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Builds manuals + +RUN_DEPENDS= rubygem-hpricot>=0.8.2:www/rubygem-hpricot \ + rubygem-rdiscount>=1.5.8:textproc/rubygem-rdiscount \ + rubygem-mustache>=0.7.0:textproc/rubygem-mustache + +USE_RUBY= yes +USES= gem + +PLIST_FILES= bin/ronn + +.include <bsd.port.mk> diff --git a/textproc/rubygem-ronn/distinfo b/textproc/rubygem-ronn/distinfo new file mode 100644 index 000000000000..eb3052f7fa07 --- /dev/null +++ b/textproc/rubygem-ronn/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1486566974 +SHA256 (rubygem/ronn-0.7.3.gem) = 82df6fd4a3aa91734866710d2811a6387e50a7513fc528ce6c7d95ee7ad7f41e +SIZE (rubygem/ronn-0.7.3.gem) = 61440 diff --git a/textproc/rubygem-ronn/pkg-descr b/textproc/rubygem-ronn/pkg-descr new file mode 100644 index 000000000000..1654d98a6815 --- /dev/null +++ b/textproc/rubygem-ronn/pkg-descr @@ -0,0 +1,4 @@ +Ronn builds manuals. It converts simple, human readable textfiles to roff for +terminal display, and also to HTML for the web. + +WWW: http://rtomayko.github.com/ronn |