summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-16Correct some syntax of buildlink3.mk, may improve bulk build problem.taca1-8/+15
2004-12-04Change method to create RUBY_RD_LIST as rubyversion.mk's change, avoidingtaca1-3/+2
use of external command, sed(1).
2004-12-04Prevent using :ts variable modifire to work on NetBSD 1.6 again.taca1-7/+4
Thanks to Krister Walfridsson noted by private mail.
2004-12-01Clean up buildlink3.mk; fix myself to understand buildlink3...taca1-27/+10
2004-12-01Add RUBY_RD_LIST; list of possible ruby-rdtool's package names whichtaca1-1/+14
made from RUBY_VERSION_LIST.
2004-11-27Migrate ruby-rdtool to use new framework for Ruby packages.taca9-42/+106
Add patch to prevent warning with Ruby 1.8, too.
2004-04-11Re-add dependency to ruby-strscan package since ruby-rdtool packagetaca1-3/+4
depends to it at runtime. Bump package revision.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-03-07Bump package revision.taca3-10/+27
- Make dependency with racc to build time only. - Remove extra dependency to ruby-strscan package.
2004-02-20Fix install error problem.taca2-5/+9
2004-02-11Remove dependency to ruby-amstd package and bump PKG_REVISION.taca3-4/+32
2003-09-10Update ruby-rdtool package to 0.6.14.taca2-5/+5
= CHANGES :0.6.14 * minor fix for Ruby 1.8. * now rd2man generates better output. (thank you, Sugiura-san.)
2003-08-30Update ruby-rdtool package to 0.6.13.taca4-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-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-10-06Make sure to close "dt" tag.taca3-2/+17
Bump to ruby-rdtool-0.6.11nb1.
2002-02-04Update ruby-rdtool package to 0.6.11. It also updates devel/ruby-rd-modetaca6-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-05Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstdtaca1-1/+3
package now.
2002-01-03Remove dependency to ruby-amstd package.taca1-3/+1
2002-01-03Apply footnote patch and bump PKGREVISION (ruby-rdtool-0.6.10nb1).taca3-2/+17
From [ruby-list:32471] on ruby-list@ruby-lang.org.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-07-11Don't try to format another packages's document files since ruby-optparsetaca2-13/+2
package now install formated HTML files.
2001-07-04define USE_RUBY using "?=" instead of "=".taca1-2/+2
2001-07-04define USE_RUBY_RD implies USE_RUBY.taca1-1/+2
2001-07-01Importing ruby-rdtool.taca6-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.