summaryrefslogtreecommitdiffstats
path: root/lang/ruby16
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby to 1.6.4.p2.2001.05.12.knu2001-05-113-5/+8
| | | | Update lang/ruby-devel to 1.7.0-a2001.05.12.
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-05-072-2/+1
|
* Let irb16 properly run on ruby16 and irb17 on ruby17.knu2001-05-061-7/+16
|
* Install "irb" as "irb16" and make "irb" a symlink to it.knu2001-05-052-3/+17
|
* Emacs lisp modules have been moved to lang/ruby-mode.el.knu2001-05-053-45/+11
|
* Update lang/ruby to the latest snapshot of the stable branch.knu2001-05-053-3/+2
| | | | | | Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL. Prepare for the development branch. (1.7.x)
* Update to the latest snapshot of the ruby_1_6 branch.knu2001-05-013-4/+22
| | | | | | | | | - irb 0.7.3 & irb-tools 0.7.1 merged - numerous bugs fixed, including gdbm/dbm memory leakage Strip the binary only when ${STRIP} == -s. La la, still waiting for the 1.6.4 release, la la...
* Add missing files.knu2001-04-251-0/+3
| | | | Submitted by: asami
* Update to the latest snapshot of the ruby_1_6 branch.knu2001-04-241-1/+1
| | | | | | Set --with-opt-dir="${X11BASE}" instead of --with-opt-dir="${LOCALBASE}". ${LOCALBASE}/{include,lib} is included in the CPPFLAGS and LIBS by default anyway.
* Apply one more latest fix.knu2001-04-181-1/+1
|
* Update to 1.6.4 preview2 + a tiny hotfix.knu2001-04-172-5/+3
|
* Update to the latest snapshot plus a fix against malloc race issue.knu2001-04-122-3/+6
| | | | | | | (1.6.4.p1.2001.04.11) This does not build on the very latest CURRENT due to the newly updated libreadline, but the problem will soon be fixed.
* Remove extras.knu2001-04-111-2/+0
| | | | Submitted by: bento
* Update to 1.6.4-preview1.knu2001-04-102-7/+4
| | | | Make bsd.ruby.mk easily handle preview releases.
* Do a ${MV} with -f so that the installation process won't stop and askknu2001-04-011-1/+1
| | | | | | | | a question when some version of ruby is already installed. This is useful when you want to automatically upgrade the port using portupgrade. :) Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Update to the latest snapshot of the stable branch, plus a workaroundknu2001-04-012-2/+4
| | | | | | | for the longstanding libc vs. libc_r issue. This should hopefully fix all the ruby extensions such as Ruby/Qt2GL, Ruby/Python and Ruby/SDL for both 4-STABLE and 5-CURRENT. :)
* Update to the latest snapshot of the stable branch.knu2001-03-282-1/+3
| | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE.
* Update to the latest stable snapshot. A couple of significantknu2001-03-212-3/+4
| | | | bugfixes have been made since the 1.6.3 release. C'est la vie. ;)
* Fix plist. ;*)knu2001-03-191-3/+0
| | | | Submitted by: roberto
* Alter the build process for the standard libraries of Ruby.knu2001-03-191-1/+4
|
* Update to 1.6.3 release.knu2001-03-192-5/+4
|
* Update to the snapshot of the stable branch as of yesterday.knu2001-03-171-1/+1
| | | | The 1.6.3 release has been postponed but now scheduled on next Monday.
* Update to the latest snapshot of the stable branch. The long-awaitedknu2001-03-121-1/+1
| | | | 1.6.3 release is scheduled for this week...
* Update to the stable branch's snapshot as of today (2001.03.04).knu2001-03-041-1/+1
| | | | Hopefully 1.6.3 will come out soon...
* Update to 2001.02.19b, the second snapshot of today's. The Rubiconknu2001-02-191-1/+1
| | | | | test suite found a bug in the previous snapshot. The 1.6.3 release is drawing near.
* Kill unwanted extension directories rather than "hiding" them.knu2001-02-191-3/+3
|
* Update the author's mail address.knu2001-02-191-1/+1
|
* Update to the stable branch's snapshot as of today (2001.02.19), whichknu2001-02-192-2/+2
| | | | is meant to be a candidate for the 1.6.3 release.
* Correct the chechsum of ruby-1.6.2-2001.02.05.patch.gz.knu2001-02-101-1/+1
| | | | | PR: ports/24981 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
* Add %%PORTDOCS%%.knu2001-02-101-83/+83
|
* Update to the snapshot as of 2001/02/05.knu2001-02-051-1/+1
|
* Update Ruby to 1.6 branch's snapshot as of 2001/01/18, with many bugsknu2001-01-182-0/+6
| | | | fixed. Read ChangeLog for details.
* Ho-ho-ho. Here comes the latest and greatest stable release of Ruby.knu2000-12-251-1/+1
| | | | This is Ruby 1.6.2, the "Merry Christmas" version. Have fun! :)
* Update to 1.6.2-preview3. As always, Matz has prepared a previewknu2000-11-161-1/+1
| | | | snapshot right before the freeze for the new FreeBSD release. :)
* Update Ruby to 1.6.2-preview2.knu2000-11-031-1/+1
| | | | | The head author of Ruby has prepared this snapshot version for us when I told him that FreeBSD ports tree was soon to freeze for 4.2-RELEASE!
* Update to Ruby 1.6.2-preview.knu2000-10-202-1/+2
|
* Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC.knu2000-10-201-1/+3
|
* Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)knu2000-09-282-2/+2
| | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one.
* Define USE_RUBY so that bsd.ruby.mk is automatically included.knu2000-09-261-0/+4
| | | | Found by: FreshPorts
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-1/+0
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Update to Ruby 1.6.0 official release.knu2000-09-193-9/+7
| | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX.
* Don't reed to remove share/emacs/site-lisp -- it's in mtree.asami2000-09-121-1/+0
| | | | Submitted by: bento
* Compress sparse lines.knu2000-09-071-18/+10
| | | | | | Correct related ports names. Note how to build and install ruby-* ports with Ruby 1.4. (lang/ruby14)
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.knu2000-09-061-1/+1
| | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green
* Make coexistence support almost perfect except for bin/ruby andknu2000-09-062-5/+11
| | | | man/man1/ruby.1 symlinks.)
* Update to 1.6.0-preview3.knu2000-09-064-208/+227
| | | | Utilize bsd.ruby.mk.
* Use MASTER_SITE_RUBY.knu2000-09-051-8/+2
|
* Note GDBM module is also provided as a separate port.knu2000-08-301-3/+9
|
* Point at the English top page instead of the Japanese one.knu2000-08-301-2/+1
|
* Don't try to build gdbm module only to fail.knu2000-08-301-0/+1
| | | | (We now have it as a separate port: databases/gdbm)
OpenPOWER on IntegriCloud