1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
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
ee369f2619 Revise this utilizing bsd.ruby.mk.
Somehow I failed to commit this in the previous commit.
2000-09-07 05:44:06 +00:00
Akinori MUSHA
760c72d9f9 Use MASTER_SITE_RUBY. 2000-09-05 12:44:13 +00:00
Akinori MUSHA
9ab8d0abe3 Add a missing entry to PLIST.
PR:		ports/20709
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
2000-08-19 04:11:24 +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
98bcedd32a Oops, this is correct. 2000-08-12 21:04:20 +00:00
Akinori MUSHA
967c0f88c4 Fix a critical bug which prevents irb from working.
I wonder how this could have been overlooked..

Found by:	green

Set DIST_SUBDIR=ruby.
2000-08-12 20:35:31 +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
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Steve Price
80abec415e Update to version 0.6.1.
PR:		14631
Submitted by:	maintainer
1999-11-14 01:42:00 +00:00
Chris Piazza
3528de335b Cope with ruby 1.4
PR:		13306
Submitted by:	maintainer
1999-08-26 21:09:21 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
Chris Piazza
6b961c6c13 Fix a typo I introduced. 1999-07-13 03:00:51 +00:00
Chris Piazza
22c5d94781 irb: Interactive Ruby. A tool to input and evaulate expressions
of Ruby from standard input.

PR:		12125
Submitted by:	Yasuhiro Fukuma <yasuf@big.or.jp>
1999-07-13 02:56:48 +00:00