aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-rdtool
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-06-10 01:27:05 +0000
committerSteve Wills <swills@FreeBSD.org>2013-06-10 01:27:05 +0000
commitd34e0d3a4464d1b20b398a1e38122bd1721ef350 (patch)
tree6f389e9edfa7708f2acee1edc2bed240db016797 /textproc/rubygem-rdtool
parent85130f047479021f7f7b32d28005fe5a38b1a51d (diff)
downloadports-d34e0d3a4464d1b20b398a1e38122bd1721ef350.tar.gz
ports-d34e0d3a4464d1b20b398a1e38122bd1721ef350.zip
RDtool converts RD to HTML, man, etc.
RD is a multipurpose documentation format created for documentating Ruby and output of Ruby world. Briefly, RD is to Ruby as POD is to Perl. WWW: https://github.com/uwabami/rdtool PR: ports/173375 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
Notes
Notes: svn path=/head/; revision=320428
Diffstat (limited to 'textproc/rubygem-rdtool')
-rw-r--r--textproc/rubygem-rdtool/Makefile22
-rw-r--r--textproc/rubygem-rdtool/distinfo2
-rw-r--r--textproc/rubygem-rdtool/pkg-descr7
-rw-r--r--textproc/rubygem-rdtool/pkg-message4
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/rubygem-rdtool/Makefile b/textproc/rubygem-rdtool/Makefile
new file mode 100644
index 000000000000..aead02b34605
--- /dev/null
+++ b/textproc/rubygem-rdtool/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= rdtool
+PORTVERSION= 0.6.38
+CATEGORIES= textproc ruby
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= RD to HTML/man/etc. converter (RD is to Ruby as POD is to Perl)
+
+RUN_DEPENDS= rubygem-racc>=1.4.6:${PORTSDIR}/devel/rubygem-racc
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+USE_RAKE= yes
+PLIST_FILES= bin/rd2 bin/rdswap.rb
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-rdtool/distinfo b/textproc/rubygem-rdtool/distinfo
new file mode 100644
index 000000000000..24573fc46ac3
--- /dev/null
+++ b/textproc/rubygem-rdtool/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rdtool-0.6.38.gem) = d9d32e215c1958847001ca5940ad42aa8bcbdf984436f1235b9dbd300e4c74bc
+SIZE (rubygem/rdtool-0.6.38.gem) = 115712
diff --git a/textproc/rubygem-rdtool/pkg-descr b/textproc/rubygem-rdtool/pkg-descr
new file mode 100644
index 000000000000..f3a25c5169eb
--- /dev/null
+++ b/textproc/rubygem-rdtool/pkg-descr
@@ -0,0 +1,7 @@
+RDtool converts RD to HTML, man, etc.
+
+RD is a multipurpose documentation format created for documentating
+Ruby and output of Ruby world. Briefly, RD is to Ruby as POD is to
+Perl.
+
+WWW: https://github.com/uwabami/rdtool
diff --git a/textproc/rubygem-rdtool/pkg-message b/textproc/rubygem-rdtool/pkg-message
new file mode 100644
index 000000000000..1157aa63fb73
--- /dev/null
+++ b/textproc/rubygem-rdtool/pkg-message
@@ -0,0 +1,4 @@
+************************************************************
+If you are an Emacs/XEmacs user, also install
+textproc/ruby-rd-mode.el that helps you edit RD files.
+************************************************************