aboutsummaryrefslogtreecommitdiff
path: root/archivers/ruby-zlib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2003-04-191-38/+0
| | | | | | | | | | latest snapshots as of 2003-04-19. ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are now part of ruby 1.8. Notes: svn path=/head/; revision=79296
* Update to 0.6.0. This library will soon be integrated into ruby 1.8Akinori MUSHA2003-03-281-6/+3
| | | | | | | and ruby-shim. Notes: svn path=/head/; revision=77603
* De-pkg-comment.Akinori MUSHA2003-02-181-0/+1
| | | | Notes: svn path=/head/; revision=75771
* Fix the build of lang/ruby_static-devel, i.e. the build ofAkinori MUSHA2002-11-271-0/+3
| | | | | | | | | | archiver/ruby-zlib with lang/ruby-devel in the correct way. The cause of this problem is that FreeBSD's make(1) got a bit too sensitive about a mixture of `target:' and `target::'. Notes: svn path=/head/; revision=71168
* Use RUBY_MOD*.Akinori MUSHA2002-10-061-3/+3
| | | | Notes: svn path=/head/; revision=67504
* Update to 0.5.1.Akinori MUSHA2002-03-131-1/+1
| | | | Notes: svn path=/head/; revision=56026
* Update to 0.5.0-pre6.Akinori MUSHA2002-02-241-1/+1
| | | | Notes: svn path=/head/; revision=55172
* Update to 0.5.0-pre5, which fixes some critical bugs.Akinori MUSHA2002-02-011-1/+1
| | | | Notes: svn path=/head/; revision=54098
* Update to 0.5.0-pre3.Akinori MUSHA2002-01-261-11/+4
| | | | Notes: svn path=/head/; revision=53786
* 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
* Update to 0.4.0. Ruby 1.6.0 is now supported.Akinori MUSHA2000-09-261-1/+1
| | | | 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-071-17/+9
| | | | 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-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-121-0/+47
Notes: svn path=/head/; revision=31574