summaryrefslogtreecommitdiff
path: root/www/mod_ruby (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.2.1. Now Ruby 1.4 support has been dropped in thisAkinori MUSHA2000-10-202-2/+12
| | | | | | | version, this port still builds and installs 0.2.0 if RUBY_VER=1.4. Notes: svn path=/head/; revision=34042
* Update to 0.2.0.Akinori MUSHA2000-09-222-8/+8
| | | | | | | Now it uses textproc/eruby's shared library. Notes: svn path=/head/; revision=32967
* Pass the configure script the apxs' absolute pathname.Akinori MUSHA2000-09-101-1/+3
| | | | | | | Found by: bento Notes: svn path=/head/; revision=32485
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-072-17/+15
| | | | Notes: svn path=/head/; revision=32373
* Update to 0.1.9.Akinori MUSHA2000-08-252-7/+3
| | | | Notes: svn path=/head/; revision=31957
* 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
* Do The Right Thing. (R)Akinori MUSHA2000-08-122-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add mod_ruby, an Apache module that embeds Ruby interpreter within.Akinori MUSHA2000-08-116-0/+83
Notes: svn path=/head/; revision=31537