diff options
author | swills <swills@FreeBSD.org> | 2017-02-08 23:31:40 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-02-08 23:31:40 +0800 |
commit | cd0efe07221428695976e64abc974180c9703e54 (patch) | |
tree | 447809f15a5e58e84498d32cc8b158621f201d7b /textproc | |
parent | bc6115baf2063e3f770e52eebeb97af3f9268873 (diff) | |
download | freebsd-ports-gnome-cd0efe07221428695976e64abc974180c9703e54.tar.gz freebsd-ports-gnome-cd0efe07221428695976e64abc974180c9703e54.tar.zst freebsd-ports-gnome-cd0efe07221428695976e64abc974180c9703e54.zip |
textproc/rubygem-ronn: create port
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6b93593a318d..b890b61ee295 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1509,6 +1509,7 @@ SUBDIR += rubygem-ri_cal SUBDIR += rubygem-rich SUBDIR += rubygem-rmmseg-cpp + SUBDIR += rubygem-ronn SUBDIR += rubygem-rouge SUBDIR += rubygem-rouge1 SUBDIR += rubygem-rttool 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 |