mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
- 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/
This commit is contained in:
parent
c05c766679
commit
ed69158d86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284096
@ -1242,6 +1242,7 @@
|
||||
SUBDIR += rubygem-tidy
|
||||
SUBDIR += rubygem-xml-simple
|
||||
SUBDIR += rubygem-xslt
|
||||
SUBDIR += rubygem-yard
|
||||
SUBDIR += rw-aspell
|
||||
SUBDIR += rxp
|
||||
SUBDIR += s5
|
||||
|
24
textproc/rubygem-yard/Makefile
Normal file
24
textproc/rubygem-yard/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: rubygem-yard
|
||||
# Date created: 2011-10-20
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
2
textproc/rubygem-yard/distinfo
Normal file
2
textproc/rubygem-yard/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/yard-0.7.3.gem) = ddf63b320e70087048ee8df2f330f223b76fc822e1cb42ed849a85897fdcd538
|
||||
SIZE (rubygem/yard-0.7.3.gem) = 713216
|
8
textproc/rubygem-yard/pkg-descr
Normal file
8
textproc/rubygem-yard/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user