Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 15:31:41 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433651 - in head/textproc: . rubygem-ronn
Message-ID:  <201702081531.v18FVfGC023893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Feb  8 15:31:40 2017
New Revision: 433651
URL: https://svnweb.freebsd.org/changeset/ports/433651

Log:
  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

Added:
  head/textproc/rubygem-ronn/
  head/textproc/rubygem-ronn/Makefile   (contents, props changed)
  head/textproc/rubygem-ronn/distinfo   (contents, props changed)
  head/textproc/rubygem-ronn/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Feb  8 15:21:53 2017	(r433650)
+++ head/textproc/Makefile	Wed Feb  8 15:31:40 2017	(r433651)
@@ -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

Added: head/textproc/rubygem-ronn/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-ronn/Makefile	Wed Feb  8 15:31:40 2017	(r433651)
@@ -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>

Added: head/textproc/rubygem-ronn/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-ronn/distinfo	Wed Feb  8 15:31:40 2017	(r433651)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1486566974
+SHA256 (rubygem/ronn-0.7.3.gem) = 82df6fd4a3aa91734866710d2811a6387e50a7513fc528ce6c7d95ee7ad7f41e
+SIZE (rubygem/ronn-0.7.3.gem) = 61440

Added: head/textproc/rubygem-ronn/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-ronn/pkg-descr	Wed Feb  8 15:31:40 2017	(r433651)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702081531.v18FVfGC023893>