summaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-03-13Support user-destdir installation.jlam1-6/+8
2006-09-08Fix file name for REPLACE_RUBY.taca1-2/+2
2006-07-09Update textproc/ruby-rdtool package to 0.6.20.taca1-5/+4
- pkgsrc change; update HOMEPAGE and fix one pkglint warning. :0.6.20 * corrected copyright. :0.6.19 * corrected file permission. * setup.rb version up -> 3.4.0 * remove 'changes'
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-02-03Bump PKGREVISION of these packages which affected (fixed) bytaca1-1/+2
fix of REPLACE_RUBY, the impact was big or small.
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-3/+1
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-09Prevent installing extra ${PREFIX}/bin/rdswap.rb. It fixes a problemtaca1-2/+4
found by bulk-build.
2005-11-03Remove supporting ruby16-base package.taca1-8/+1
2005-11-03Update textproc/ruby-rdtool package to 0.6.18 and it updatestaca1-21/+22
devel/ruby-rd-mode pacakge, too. = CHANGES :0.6.18 * bin/rd2 UTF-8 support. * support Ruby 1.9. * makerdtools.rb fixed some bugs. * fixed install dot.rd2rc problem * fixed some bugs. :0.6.17 * utils/rd-mode.el patch from <shirai@p1jp.com> :0.6.16 * utils/rd-mode.el font-face patch from HIRAOKA by MoonWolf <moonwolf@moonwolf.com> :0.6.15 * re-packaging by MoonWolf <moonwolf@moonwolf.com>
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca1-1/+2
lang/ruby/rubyversion.mk changes.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2004-11-27Migrate ruby-rdtool to use new framework for Ruby packages.taca1-13/+19
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.taca1-5/+5
- Make dependency with racc to build time only. - Remove extra dependency to ruby-strscan package.
2004-02-11Remove dependency to ruby-amstd package and bump PKG_REVISION.taca1-3/+2
2003-08-30Update ruby-rdtool package to 0.6.13.taca1-2/+1
= 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.taca1-1/+2
Bump to ruby-rdtool-0.6.11nb1.
2002-02-04Update ruby-rdtool package to 0.6.11. It also updates devel/ruby-rd-modetaca1-13/+7
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-03Apply footnote patch and bump PKGREVISION (ruby-rdtool-0.6.10nb1).taca1-1/+2
From [ruby-list:32471] on ruby-list@ruby-lang.org.
2001-07-11Don't try to format another packages's document files since ruby-optparsetaca1-7/+1
package now install formated HTML files.
2001-07-01Importing ruby-rdtool.taca1-0/+60
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.