aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.14.Akinori MUSHA2003-09-062-2/+2
| | | | Notes: svn path=/head/; revision=88638
* Update to 0.6.13.Akinori MUSHA2003-03-232-3/+2
| | | | Notes: svn path=/head/; revision=77215
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Update the checksum. Just document fixes.Akinori MUSHA2002-12-142-1/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=71631
* Update to 0.6.12.Akinori MUSHA2002-11-012-2/+2
| | | | Notes: svn path=/head/; revision=69272
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-15/+17
| | | | Notes: svn path=/head/; revision=67509
* Define USE_RUBY_FEATURES instead of hardcoding conditional *_DEPENDS.Akinori MUSHA2002-09-211-8/+2
| | | | Notes: svn path=/head/; revision=67000
* ruby-optparse is now part of ruby16-shim-ruby18.Akinori MUSHA2002-08-031-6/+3
| | | | Notes: svn path=/head/; revision=63897
* devel/ruby-racc-runtime and devel/ruby-strscan have been replaced withAkinori MUSHA2002-06-082-6/+10
| | | | | | | lang/ruby16-shim-ruby18. Notes: svn path=/head/; revision=60880
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=56942
* Update to 0.6.11.Akinori MUSHA2002-02-026-31/+5
| | | | Notes: svn path=/head/; revision=54144
* Add ruby-amstd to RUN_DEPENDS which was hiding behind ruby-strscanAkinori MUSHA2001-12-082-1/+14
| | | | | | | | | | | | | before it became independent of it. Submitted by: Thomas Gravgaard <fehaar@infopaq.dk> Add a patch to fix footnote hyperlinks. Obtained from: ruby-list Notes: svn path=/head/; revision=51217
* Update to 0.6.10.Akinori MUSHA2001-06-073-2/+13
| | | | Notes: svn path=/head/; revision=43576
* Update to 0.6.9.Akinori MUSHA2001-05-162-5/+2
| | | | Notes: svn path=/head/; revision=42645
* Install dot.rd2rc properly. (The bug has been submitted to the author)Akinori MUSHA2001-05-122-1/+4
| | | | Notes: svn path=/head/; revision=42555
* Update to 0.6.8.Akinori MUSHA2001-05-114-23/+31
| | | | | | | Make rd-mode.el a separate port. (textproc/ruby-rd-mode.el) Notes: svn path=/head/; revision=42539
* Update ruby-optparse to 0.7.10.Akinori MUSHA2001-04-102-8/+1
| | | | | | | Get rid of a chicken-egg hack from the ruby-rdtool port. Notes: svn path=/head/; revision=41210
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-15/+15
| | | | Notes: svn path=/head/; revision=38173
* Update to 0.6.7.Akinori MUSHA2001-01-303-8/+6
| | | | Notes: svn path=/head/; revision=37812
* Fix *_DEPENDS for the new version of ruby-strscan.Akinori MUSHA2001-01-271-3/+3
| | | | Notes: svn path=/head/; revision=37641
* Now ruby-optparse 0.7.8 has included an English document, process itAkinori MUSHA2001-01-082-0/+4
| | | | | | | on installation together with the Japanese document. Notes: svn path=/head/; revision=36960
* Add a piece of code that formats amstd's rd file, due to theirAkinori MUSHA2000-12-062-1/+4
| | | | | | | | | | chicken-or-egg (cyclic) dependency. For the present, added parts are laid idle since rd2 causes an error during the format process. Notes: svn path=/head/; revision=35720
* Update to 0.6.6, with the patches merged. :)Akinori MUSHA2000-10-202-3/+5
| | | | Notes: svn path=/head/; revision=34046
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYAkinori MUSHA2000-09-261-3/+1
| | | | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. Notes: svn path=/head/; revision=33130
* Update fundamental ruby ports first with bsd.ruby.mk.Akinori MUSHA2000-09-072-46/+39
| | | | Notes: svn path=/head/; revision=32370
* Install rmi2html.rb as-is and create a symlink to it as rmi2html.Akinori MUSHA2000-08-222-1/+3
| | | | | | | (Previously rmi2html.rb was installed as rmi2html, and no rmi2html.rb) Notes: svn path=/head/; revision=31855
* RUN_DEPENDS on devel/ruby-racc-runtime.Akinori MUSHA2000-08-221-0/+1
| | | | Notes: svn path=/head/; revision=31847
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-161-1/+1
| | | | | | | | | "ruby" virtual category. Make textproc/eruby belong also in www. Notes: svn path=/head/; revision=31685
* Add MESSAGE to instruct how to use rd-mode in Emacs/XEmacs.Akinori MUSHA2000-08-152-0/+9
| | | | Notes: svn path=/head/; revision=31646
* Do The Right Thing. (R)Akinori MUSHA2000-08-123-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :) Notes: svn path=/head/; revision=31584
* Omit building documents if NOPORTDOCS.Akinori MUSHA2000-08-102-1/+9
| | | | | | | Install rmi2html command too. (still experimental, though) Notes: svn path=/head/; revision=31481
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-082-1/+2
| | | | | | | namespace pollution. Notes: svn path=/head/; revision=31421
* Add ruby-rdtool, RD to HTML/man/etc. converter (RD is to RubyAkinori MUSHA2000-08-075-0/+103
as POD is to Perl) Notes: svn path=/head/; revision=31383