Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-13 | Merge rdversion.mk into buildlink3.mk and obsolete it. | taca | 2 | -18/+9 | |
2006-02-03 | Bump PKGREVISION of these packages which affected (fixed) by | taca | 1 | -1/+2 | |
fix of REPLACE_RUBY, the impact was big or small. | |||||
2006-01-03 | Stop handling DIST_SUBDIR default for Ruby based packages. | taca | 2 | -7/+5 | |
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-11 | Remove ruby16-* packages support. | taca | 1 | -8/+1 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-11-09 | Prevent installing extra ${PREFIX}/bin/rdswap.rb. It fixes a problem | taca | 1 | -2/+4 | |
found by bulk-build. | |||||
2005-11-03 | Remove supporting ruby16-base package. | taca | 1 | -8/+1 | |
2005-11-03 | Update textproc/ruby-rdtool package to 0.6.18 and it updates | taca | 6 | -112/+54 | |
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-25 | Specify USE_RUBY_DIST_SUBDIR appropriately after previous | taca | 1 | -1/+2 | |
lang/ruby/rubyversion.mk changes. | |||||
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-03-06 | Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. | taca | 1 | -1/+2 | |
2005-02-24 | Add RMD160 digests to the SHA1 ones. | agc | 1 | -1/+2 | |
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. |