aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby
Commit message (Collapse)AuthorAgeFilesLines
* Minimize the difference from lang/ruby-devel.Akinori MUSHA2002-04-141-11/+25
| | | | Notes: svn path=/head/; revision=57687
* lang/ruby:Akinori MUSHA2002-03-262-4/+4
| | | | | | | | | | | | | | | | | | - Update to the latest 1.6 stable snapshot as of 2002-03-27. - Update the Oni Guruma alternative regex engine to 20020325. lang/ruby-devel: - Update to the latest 1.7 development snapshot as of 2002-03-26. - Add the WITH_ONIGURUMA knob as well as lang/ruby. - Require devel/autoconf (2.53 or later is required). - Add several modules to the obsoleted modules list (now included): bigfloat fileutils racc-runtime strscan Notes: svn path=/head/; revision=56717
* Update to the latest stable snapshot as of 2002.03.13.Akinori MUSHA2002-03-132-4/+25
| | | | | | | | | Add a WITH_ONIGURUMA knob that enables the Oni Guruma regex engine that's currently under development that will eventually replace the stock one that's derived from LGPL'd GNU regex. [experimental] Notes: svn path=/head/; revision=56043
* Update lang/ruby to the latest release, 1.6.7.Akinori MUSHA2002-03-012-3/+1
| | | | | | | Update lang/ruby-devel to the latest snapshot as of 2002-03-01. Notes: svn path=/head/; revision=55374
* Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35Akinori MUSHA2002-02-191-0/+2
| | | | | | | | | (what is built from ports) from coredumping. [workaround] Set MAKE_ARGS to "-j3" to hasten the build. Notes: svn path=/head/; revision=54925
* To keep users from experiencing upgrading problems, make lang/ruby andAkinori MUSHA2002-01-292-1/+14
| | | | | | | | | | | lang/ruby-devel deinstall obsoleted (integrated) packages in their post-install targets (for installation from ports) and in their plists (for installation from packages), Update to the latest snapshot as of 2002-01-29 while I'm at it. Notes: svn path=/head/; revision=53945
* Update ruby and ruby-devel to the latest snapshots as of 2002-01-26.Akinori MUSHA2002-01-252-0/+11
| | | | Notes: svn path=/head/; revision=53730
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Update lang/ruby to the 1.6.6 Xmas stable release.Akinori MUSHA2001-12-253-2/+6
| | | | | | | Update lang/ruby-devel to the 1.7.2 Xmas' development snapshot. Notes: svn path=/head/; revision=52161
* Properly set the file mode bits of the irb executables to ${BINMODE}.Akinori MUSHA2001-12-221-0/+1
| | | | Notes: svn path=/head/; revision=52001
* Update lang/ruby to the latest snapshot, 1.6-2001.11.23.Akinori MUSHA2001-11-241-1/+1
| | | | | | | | | Update lang/ruby-devel to the latest snapshot, 1.7-2001.11.22. Use bzip2 patches instead of gzip patches. Notes: svn path=/head/; revision=50463
* Update ruby and ruby-devel to the latest snapshots as ofAkinori MUSHA2001-11-031-1/+1
| | | | | | | today. (2001/11/04) Notes: svn path=/head/; revision=49528
* Update lang/ruby{,-devel} to the latest snapshots (2001.10.05).Akinori MUSHA2001-10-071-0/+1
| | | | Notes: svn path=/head/; revision=48535
* Update ruby to the 1.6.5 release.Akinori MUSHA2001-09-192-7/+4
| | | | Notes: svn path=/head/; revision=47989
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-1/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Apply a THREAD_ALLOC hotfix.Akinori MUSHA2001-09-132-1/+3
| | | | Notes: svn path=/head/; revision=47787
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-09-111-1/+1
| | | | | | | | As for lang/ruby, this would perhaps be the last snapshot before the 1.6.5 release. Notes: svn path=/head/; revision=47655
* Update to the latest snapshots.Akinori MUSHA2001-09-032-4/+5
| | | | | | | We are now six hours away from the ports freeze! Notes: svn path=/head/; revision=47360
* Update ruby and ruby-devel to the latest snapshots.Akinori MUSHA2001-09-011-1/+1
| | | | Notes: svn path=/head/; revision=47302
* Utilize ${MANEXT} to fix manpage symlinks.Akinori MUSHA2001-08-221-1/+1
| | | | Notes: svn path=/head/; revision=46633
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-08-163-7/+16
| | | | | | | (as of 2001/08/16 20:00 JST) Notes: svn path=/head/; revision=46320
* Add missing entries to pkg-plist.Akinori MUSHA2001-08-061-0/+4
| | | | Notes: svn path=/head/; revision=45873
* Update lang/ruby and lang/ruby-devel to the latest snapshots as ofAkinori MUSHA2001-07-313-18/+25
| | | | | | | 2001.07.31. Notes: svn path=/head/; revision=45669
* Add a backup server to PATCH_SITES.Akinori MUSHA2001-07-111-1/+2
| | | | Notes: svn path=/head/; revision=45035
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-06-212-1/+1
| | | | Notes: svn path=/head/; revision=44285
* Put dummy files in the empty directories so they are surely packed.Akinori MUSHA2001-06-162-3/+8
| | | | | | | Let each elisp port create XEMACSLISPDIR by itself. Notes: svn path=/head/; revision=44057
* Fix misordered plist.Akinori MUSHA2001-06-131-2/+2
| | | | Notes: svn path=/head/; revision=43928
* Fix plist problems.Akinori MUSHA2001-06-112-3/+7
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=43832
* Do a ldconfig before invoking the just installed binary inAkinori MUSHA2001-06-092-0/+6
| | | | | | | | | post-install. Dig XEmacs' site-lisp directory and RUBY_ELISPDIR. Notes: svn path=/head/; revision=43681
* Dig ${RUBY_EXAMPLESDIR} and ${RUBY_DOCDIR} even if NOPORTDOCS isAkinori MUSHA2001-06-092-4/+4
| | | | | | | defined. (But not actual examples & docs) Notes: svn path=/head/; revision=43674
* Update lang/ruby to the long-awaited 1.6.4 release! Yeah!Akinori MUSHA2001-06-042-1/+2
| | | | Notes: svn path=/head/; revision=43493
* Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.Akinori MUSHA2001-06-042-126/+136
| | | | | | | | | Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports. Define RUBY_CONFIGURE_ARGS. Notes: svn path=/head/; revision=43490
* Update lang/ruby to 1.6.4-preview5.Akinori MUSHA2001-06-012-4/+3
| | | | Notes: svn path=/head/; revision=43385
* It's not my day... Fix typo and unbreak.Akinori MUSHA2001-05-291-1/+1
| | | | Notes: svn path=/head/; revision=43290
* Forgot to bump PORTREVISION's in the previous commit.Akinori MUSHA2001-05-291-0/+1
| | | | | | | | | Note that you'll have to rebuild all the installed ruby modules if you upgrade. To do it, just install the latest portupgrade and hit `portupgrade -rfcC ruby'. Notes: svn path=/head/; revision=43288
* As some people including me are seeing reproduceable coredump,Akinori MUSHA2001-05-291-0/+4
| | | | | | | | | | | temporarily stop linking ruby with libc_r. This will break such extension modules as ruby-qt, but we have to investigate the annoying problems we are seeing, present in both ruby and our libc_r. Once suggested by: green Notes: svn path=/head/; revision=43287
* Update lang/ruby to 1.6.4-preview4.Akinori MUSHA2001-05-261-2/+1
| | | | | | | Update lang-ruby-devel to the latest development snapshot. Notes: svn path=/head/; revision=43072
* Prepare a distribution patch and unbreak.Akinori MUSHA2001-05-242-2/+1
| | | | Notes: svn path=/head/; revision=43028
* Temporarily mark as broken. The 1.6.4-preview3 tarball is missingAkinori MUSHA2001-05-241-0/+2
| | | | | | | | some library and document files. I'll unbreak when the new tarball is ready. Sorry for inconvenience. Notes: svn path=/head/; revision=43027
* Update lang/ruby to 1.6.4-preview3.Akinori MUSHA2001-05-241-2/+1
| | | | Notes: svn path=/head/; revision=43000
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-05-172-1/+12
| | | | | | | | | | | Remove shells/ruby-shell as it is now part of the standard distribution. (in both Ruby 1.6.4 and 1.7.0) Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the standard distribution now. Notes: svn path=/head/; revision=42688
* Update lang/ruby to 1.6.4.p2.2001.05.12.Akinori MUSHA2001-05-113-5/+8
| | | | | | | Update lang/ruby-devel to 1.7.0-a2001.05.12. Notes: svn path=/head/; revision=42533
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-05-072-2/+1
| | | | Notes: svn path=/head/; revision=42380
* Let irb16 properly run on ruby16 and irb17 on ruby17.Akinori MUSHA2001-05-061-7/+16
| | | | Notes: svn path=/head/; revision=42336
* Install "irb" as "irb16" and make "irb" a symlink to it.Akinori MUSHA2001-05-052-3/+17
| | | | Notes: svn path=/head/; revision=42293
* Emacs lisp modules have been moved to lang/ruby-mode.el.Akinori MUSHA2001-05-053-45/+11
| | | | Notes: svn path=/head/; revision=42290
* Update lang/ruby to the latest snapshot of the stable branch.Akinori MUSHA2001-05-053-3/+2
| | | | | | | | | Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL. Prepare for the development branch. (1.7.x) Notes: svn path=/head/; revision=42287
* Update to the latest snapshot of the ruby_1_6 branch.Akinori MUSHA2001-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... Notes: svn path=/head/; revision=42134
* Add missing files.Akinori MUSHA2001-04-251-0/+3
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=41884
* Update to the latest snapshot of the ruby_1_6 branch.Akinori MUSHA2001-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. Notes: svn path=/head/; revision=41855