summaryrefslogtreecommitdiffstats
path: root/lang/ruby14-irb
Commit message (Collapse)AuthorAgeFilesLines
* Use RUBY_SHEBANG_FILES to adjust the #! line of irb.rb. Somehow Iknu2001-02-101-2/+2
| | | | dropped this when I did a mass convert some time ago..
* Add %%PORTDOCS%%.knu2001-02-101-4/+4
|
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Revise this utilizing bsd.ruby.mk.knu2000-09-072-32/+35
| | | | Somehow I failed to commit this in the previous commit.
* Use MASTER_SITE_RUBY.knu2000-09-051-6/+2
|
* Add a missing entry to PLIST.knu2000-08-191-0/+1
| | | | | PR: ports/20709 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Oops, this is correct.knu2000-08-121-1/+1
|
* Fix a critical bug which prevents irb from working.knu2000-08-123-1/+13
| | | | | | | | I wonder how this could have been overlooked.. Found by: green Set DIST_SUBDIR=ruby.
* Do The Right Thing. (R)knu2000-08-121-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | 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. :)
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Update to version 0.6.1.steve1999-11-143-4/+9
| | | | | PR: 14631 Submitted by: maintainer
* Cope with ruby 1.4cpiazza1999-08-262-14/+18
| | | | | PR: 13306 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Fix a typo I introduced.cpiazza1999-07-131-1/+1
|
* irb: Interactive Ruby. A tool to input and evaulate expressionscpiazza1999-07-135-0/+65
of Ruby from standard input. PR: 12125 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
OpenPOWER on IntegriCloud