aboutsummaryrefslogtreecommitdiff
path: root/archivers/ruby-zlib
Commit message (Collapse)AuthorAgeFilesLines
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Oops, make it *work* with Ruby 1.7 (make RUBY_VER=1.7).Akinori MUSHA2001-05-061-1/+4
| | | | Notes: svn path=/head/; revision=42328
* Make it compile with Ruby 1.7 (make RUBY_VER=1.7).Akinori MUSHA2001-05-061-0/+3
| | | | Notes: svn path=/head/; revision=42325
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-5/+5
| | | | Notes: svn path=/head/; revision=38173
* Update to 0.4.0. Ruby 1.6.0 is now supported.Akinori MUSHA2000-09-262-2/+2
| | | | Notes: svn path=/head/; revision=33153
* 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
* Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.Akinori MUSHA2000-09-101-1/+1
| | | | Notes: svn path=/head/; revision=32481
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-072-23/+15
| | | | Notes: svn path=/head/; revision=32373
* 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 ruby-zlib, an extension library to use zlib from RubyAkinori MUSHA2000-08-125-0/+59
Notes: svn path=/head/; revision=31574