Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it. | kris | 2003-04-17 | 1 | -0/+1 |
| | |||||
* | De-pkg-comment. | knu | 2003-02-18 | 2 | -1/+1 |
| | |||||
* | Use RUBY_MOD*. | knu | 2002-10-06 | 2 | -30/+30 |
| | |||||
* | cd dir && command -> cd dir; command | knu | 2002-03-30 | 1 | -1/+1 |
| | |||||
* | Bump the PORTREVISION's of the ports which install architecture | knu | 2001-09-17 | 1 | -1/+1 |
| | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. | ||||
* | Build and use libpython without threads support and make this work | knu | 2001-03-29 | 2 | -39/+33 |
| | | | | fine on both 4-STABLE and 5-CURRENT. | ||||
* | Add %%PORTDOCS%%. | knu | 2001-02-10 | 1 | -25/+25 |
| | |||||
* | Some style fixes in the lang category (usual round of spaces -> tabs) | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | The previous problem was found to be due to mkmf.rb's bug. Now fixed. | knu | 2001-01-18 | 1 | -4/+2 |
| | |||||
* | Link against libreadline. I wonder from when and why it came to | knu | 2001-01-05 | 1 | -2/+4 |
| | | | | | | require linking libreadline... ?-( Found by: bento | ||||
* | Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY | knu | 2000-09-26 | 1 | -3/+1 |
| | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. | ||||
* | Improve the configure script and add a knob to use another version of | knu | 2000-09-10 | 2 | -12/+88 |
| | | | | | | Python than 1.5. (Currently this module only works with 1.5 though) Feedback status: submitted to the author | ||||
* | Update to 0.3.3. This should fix a problem with Ruby 1.6. | knu | 2000-09-10 | 2 | -2/+2 |
| | |||||
* | Set PYTHON_VERSION=python1.5 to depend on Python 1.5. | knu | 2000-09-10 | 1 | -2/+1 |
| | |||||
* | Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME. | knu | 2000-09-10 | 1 | -1/+1 |
| | |||||
* | Update with bsd.ruby.mk. | knu | 2000-09-07 | 2 | -45/+43 |
| | | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR}) | ||||
* | Make all these Ruby related ports belong also in the newly-added | knu | 2000-08-16 | 1 | -1/+1 |
| | | | | | | "ruby" virtual category. Make textproc/eruby belong also in www. | ||||
* | This port surely belongs to the virtual category "python". | knu | 2000-08-13 | 1 | -1/+1 |
| | |||||
* | Do The Right Thing. (R) | knu | 2000-08-12 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. :) | ||||
* | Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile | knu | 2000-08-08 | 2 | -1/+2 |
| | | | | namespace pollution. | ||||
* | Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/* | knu | 2000-08-07 | 2 | -12/+12 |
| | |||||
* | Add Ruby related ports. | knu | 2000-08-07 | 6 | -0/+97 |
devel/ruby-property: Simple properties scheme for Ruby lang/ruby-python: Ruby extension library for embedding Python in Ruby math/ruby-bigfloat: Variable precision floating library for Ruby Whipped on by: ade :> |