aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
Commit message (Collapse)AuthorAgeFilesLines
...
* 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