Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-16 | Correct some syntax of buildlink3.mk, may improve bulk build problem. | taca | 1 | -8/+15 | |
2004-12-04 | Change method to create RUBY_RD_LIST as rubyversion.mk's change, avoiding | taca | 1 | -3/+2 | |
use of external command, sed(1). | |||||
2004-12-04 | Prevent using :ts variable modifire to work on NetBSD 1.6 again. | taca | 1 | -7/+4 | |
Thanks to Krister Walfridsson noted by private mail. | |||||
2004-12-01 | Clean up buildlink3.mk; fix myself to understand buildlink3... | taca | 1 | -27/+10 | |
2004-12-01 | Add RUBY_RD_LIST; list of possible ruby-rdtool's package names which | taca | 1 | -1/+14 | |
made from RUBY_VERSION_LIST. | |||||
2004-11-27 | Migrate ruby-rdtool to use new framework for Ruby packages. | taca | 9 | -42/+106 | |
Add patch to prevent warning with Ruby 1.8, too. | |||||
2004-04-11 | Re-add dependency to ruby-strscan package since ruby-rdtool package | taca | 1 | -3/+4 | |
depends to it at runtime. Bump package revision. | |||||
2004-03-16 | Add ruby to CATEGORIES. | taca | 1 | -2/+2 | |
2004-03-07 | Bump package revision. | taca | 3 | -10/+27 | |
- Make dependency with racc to build time only. - Remove extra dependency to ruby-strscan package. | |||||
2004-02-20 | Fix install error problem. | taca | 2 | -5/+9 | |
2004-02-11 | Remove dependency to ruby-amstd package and bump PKG_REVISION. | taca | 3 | -4/+32 | |
2003-09-10 | Update ruby-rdtool package to 0.6.14. | taca | 2 | -5/+5 | |
= CHANGES :0.6.14 * minor fix for Ruby 1.8. * now rd2man generates better output. (thank you, Sugiura-san.) | |||||
2003-08-30 | Update ruby-rdtool package to 0.6.13. | taca | 4 | -21/+6 | |
= CHANGES :0.6.13 * now tabs are expanded into spaces. * removed <p> for TextBlock in DescListItem when the TextBlock is only element of ListItem. * a line of `---\n' are now regarded as Verbatim (or TextBlock). * changed style of HTML anchors from `label:' to `label-'. * fixed rd2man for better support of multiple paragraphs. * fixed some bugs. :0.6.12 * fixed some bugs. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-10-06 | Make sure to close "dt" tag. | taca | 3 | -2/+17 | |
Bump to ruby-rdtool-0.6.11nb1. | |||||
2002-02-04 | Update ruby-rdtool package to 0.6.11. It also updates devel/ruby-rd-mode | taca | 6 | -54/+17 | |
package implicitly. 0.6.11 * support Ruby 1.4.6. thanks. > Aoki-san * now `=begin' and `=end' are omitable. thanks. > Nakada-san * changed to omit <p>...</p> for some ListItem. * added `class="foottext"' attribute to <p> element for foottext. thanks. > Kimura-san * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san | |||||
2002-01-05 | Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstd | taca | 1 | -1/+3 | |
package now. | |||||
2002-01-03 | Remove dependency to ruby-amstd package. | taca | 1 | -3/+1 | |
2002-01-03 | Apply footnote patch and bump PKGREVISION (ruby-rdtool-0.6.10nb1). | taca | 3 | -2/+17 | |
From [ruby-list:32471] on ruby-list@ruby-lang.org. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-08 | Various changes: mostly removing 'WWW:' lines, since that's what we have | wiz | 1 | -1/+0 | |
the HOMEPAGE variable for, as well as some grammar and spelling fixes. | |||||
2001-07-11 | Don't try to format another packages's document files since ruby-optparse | taca | 2 | -13/+2 | |
package now install formated HTML files. | |||||
2001-07-04 | define USE_RUBY using "?=" instead of "=". | taca | 1 | -2/+2 | |
2001-07-04 | define USE_RUBY_RD implies USE_RUBY. | taca | 1 | -1/+2 | |
2001-07-01 | Importing ruby-rdtool. | taca | 6 | -0/+163 | |
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. |