diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-activesupport/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-rdoc/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-rdoc/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-rdoc/pkg-descr | 3 |
5 files changed, 27 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0b3194e370cd..31c7bc0ba5c7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3307,6 +3307,7 @@ SUBDIR += rubygem-rascut SUBDIR += rubygem-rash SUBDIR += rubygem-rcov + SUBDIR += rubygem-rdoc SUBDIR += rubygem-require_all SUBDIR += rubygem-rgl SUBDIR += rubygem-rparsec diff --git a/devel/rubygem-activesupport/Makefile b/devel/rubygem-activesupport/Makefile index 035a9da949ef..e6d2ed6d26ea 100644 --- a/devel/rubygem-activesupport/Makefile +++ b/devel/rubygem-activesupport/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.9 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-rdoc/Makefile b/devel/rubygem-rdoc/Makefile new file mode 100644 index 000000000000..2e5adc8c3841 --- /dev/null +++ b/devel/rubygem-rdoc/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: Ruby rdoc +# Date created: June 23, 2011 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ +# + +PORTNAME= rdoc +PORTVERSION= 3.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= RDoc produces HTML and command-line documentation for Ruby projects + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-rdoc/distinfo b/devel/rubygem-rdoc/distinfo new file mode 100644 index 000000000000..12fa15bdc062 --- /dev/null +++ b/devel/rubygem-rdoc/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rdoc-3.4.gem) = 67281755b812b7218e19fb1c39dbf15fa0369f5f2818e22cb5ab07f5a993e237 +SIZE (rubygem/rdoc-3.4.gem) = 227840 diff --git a/devel/rubygem-rdoc/pkg-descr b/devel/rubygem-rdoc/pkg-descr new file mode 100644 index 000000000000..30315e561725 --- /dev/null +++ b/devel/rubygem-rdoc/pkg-descr @@ -0,0 +1,3 @@ +RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. See RDoc for a description of RDoc's markup and basic use. + +WWW: http://docs.seattlerb.org/rdoc/ |