diff options
Diffstat (limited to 'textproc/rubygem-rdtool')
-rw-r--r-- | textproc/rubygem-rdtool/Makefile | 22 | ||||
-rw-r--r-- | textproc/rubygem-rdtool/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-rdtool/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/rubygem-rdtool/pkg-message | 4 |
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. +************************************************************ |