From ec3178561a00fbc78e9377dc82aa3b5296e3f97d Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 22 Oct 2011 12:14:06 +0000 Subject: - Add rubygem-yard 0.7.3 YARD - Yay! A Ruby Documentation Tool YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. WWW: http://yardoc.org/ --- textproc/Makefile | 1 + textproc/rubygem-yard/Makefile | 24 ++++++++++++++++++++++++ textproc/rubygem-yard/distinfo | 2 ++ textproc/rubygem-yard/pkg-descr | 8 ++++++++ 4 files changed, 35 insertions(+) create mode 100644 textproc/rubygem-yard/Makefile create mode 100644 textproc/rubygem-yard/distinfo create mode 100644 textproc/rubygem-yard/pkg-descr (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index acc25408d6a1..1248f872272c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1242,6 +1242,7 @@ SUBDIR += rubygem-tidy SUBDIR += rubygem-xml-simple SUBDIR += rubygem-xslt + SUBDIR += rubygem-yard SUBDIR += rw-aspell SUBDIR += rxp SUBDIR += s5 diff --git a/textproc/rubygem-yard/Makefile b/textproc/rubygem-yard/Makefile new file mode 100644 index 000000000000..6c61b87a12bb --- /dev/null +++ b/textproc/rubygem-yard/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rubygem-yard +# Date created: 2011-10-20 +# Whom: Sunpoet Po-Chuan Hsieh +# +# $FreeBSD$ +# + +PORTNAME= yard +PORTVERSION= 0.7.3 +CATEGORIES= textproc devel ruby +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= A documentation generation tool for Ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/yard \ + bin/yardoc \ + bin/yri + +.include diff --git a/textproc/rubygem-yard/distinfo b/textproc/rubygem-yard/distinfo new file mode 100644 index 000000000000..cb04e024c37b --- /dev/null +++ b/textproc/rubygem-yard/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/yard-0.7.3.gem) = ddf63b320e70087048ee8df2f330f223b76fc822e1cb42ed849a85897fdcd538 +SIZE (rubygem/yard-0.7.3.gem) = 713216 diff --git a/textproc/rubygem-yard/pkg-descr b/textproc/rubygem-yard/pkg-descr new file mode 100644 index 000000000000..6b6cc043a569 --- /dev/null +++ b/textproc/rubygem-yard/pkg-descr @@ -0,0 +1,8 @@ +YARD - Yay! A Ruby Documentation Tool + +YARD is a documentation generation tool for the Ruby programming language. It +enables the user to generate consistent, usable documentation that can be +exported to a number of formats very easily, and also supports extending for +custom Ruby constructs such as custom class level definitions. + +WWW: http://yardoc.org/ -- cgit