Commit graph

18 commits

Author SHA1 Message Date
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
Akinori MUSHA
fe50d2eafd Build and use libpython without threads support and make this work
fine on both 4-STABLE and 5-CURRENT.
2001-03-29 08:23:04 +00:00
Akinori MUSHA
8b18ca2b49 Add %%PORTDOCS%%. 2001-02-10 12:39:31 +00:00
Jimmy Olgeni
f7c07bb0b0 Some style fixes in the lang category (usual round of spaces -> tabs) 2001-02-05 15:04:13 +00:00
Akinori MUSHA
c28df6e317 The previous problem was found to be due to mkmf.rb's bug. Now fixed. 2001-01-18 20:06:41 +00:00
Akinori MUSHA
01eb5364e5 Link against libreadline. I wonder from when and why it came to
require linking libreadline... ?-(

Found by:	bento
2001-01-05 21:14:09 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Akinori MUSHA
7d9b1f28c4 Improve the configure script and add a knob to use another version of
Python than 1.5. (Currently this module only works with 1.5 though)

Feedback status:	submitted to the author
2000-09-10 20:13:12 +00:00
Akinori MUSHA
192e2265a6 Update to 0.3.3. This should fix a problem with Ruby 1.6. 2000-09-10 17:44:12 +00:00
Akinori MUSHA
c51ce4fa91 Set PYTHON_VERSION=python1.5 to depend on Python 1.5. 2000-09-10 12:40:42 +00:00
Akinori MUSHA
c67d2ab950 Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME. 2000-09-10 07:57:05 +00:00
Akinori MUSHA
d5769b206f Update with bsd.ruby.mk.
Install library files under the standard directory. (${RUBY_SITELIBDIR},
${RUBY_SITEARCHLIBDIR})
2000-09-07 07:43:29 +00:00
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Akinori MUSHA
80c7684b97 This port surely belongs to the virtual category "python". 2000-08-13 15:42:17 +00:00
Akinori MUSHA
596ebf8a49 Do The Right Thing. (R)
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. :)
2000-08-12 20:09:41 +00:00
Akinori MUSHA
817f3c2a2e Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile
namespace pollution.
2000-08-08 16:08:31 +00:00
Akinori MUSHA
6d71c7821e Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/* 2000-08-07 12:50:16 +00:00
Akinori MUSHA
cba1dd7319 Add Ruby related ports.
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	:>
2000-08-07 06:09:19 +00:00