summaryrefslogtreecommitdiff
path: root/lang/ruby16-shim-ruby18 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-281-0/+2
|
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | Submitted by: trevor
* Change the default version of ruby to 1.8 for i386 as well, finally.Akinori MUSHA2004-02-262-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | Always put a version suffix to the ruby name (no matter if ruby is the default version) to avoid mess in future. [Notes for i386 users] If you are a ruby developer and still want to stick with ruby 1.6 as default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. If you are a ruby developer and want to keep ruby 1.6 as default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. Otherwise, please run the following series of commands to migrate to ruby 1.8: 1) Reinstall portupgrade manually (and ruby 1.8 will be installed) pkg_delete portupgrade-\* (cd /usr/ports/sysutils/portupgrade; make install clean) 2) Reinstall everything that depends on ruby 1.6 (to use ruby 1.8) portupgrade -fr lang/ruby16 3) Reinstall ruby 1.8 (because the previous step kills symlinks) portupgrade -f lang/ruby18 4) Deinstall ruby 1.6 stuff (if you are paranoia) pkg_deinstall -ri lang/ruby16
* Define RUBY_VER=1.6 instead of marking this port IGNORE whenAkinori MUSHA2004-02-261-4/+2
| | | | RUBY_VER >= 1.7.
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.Akinori MUSHA2003-12-155-37/+59
|
* Fix build on 4-STABLE. Sorry.Akinori MUSHA2003-11-011-0/+25
| | | | Reported by: many
* Update to 1.8.1-preview2.Akinori MUSHA2003-10-315-24/+287
|
* The dl module seems to cause coredump on Pentium4 boxen when compiledAkinori MUSHA2003-07-192-1/+21
| | | | | | | | | with gcc 3.3 with a -mcpu or -march flag (even -mcpu=pentiumpro, which is the default CPU cflag that bsd.cpu.mk sets, leads ruby to coredump). Although currently I'm not sure if gcc 3.3's optimization has a bug or it is that it just exposed the dl module's hidden bug, disable those flags to work around the problem for the moment.
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2003-04-194-4/+11
| | | | | | | latest snapshots as of 2003-04-19. ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are now part of ruby 1.8.
* Update to 1.8.0-preview2, which now includes ruby-testunit.Akinori MUSHA2003-03-034-2/+40
|
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
|
* ruby-erb is now part of ruby 1.8 and shim-ruby18.Akinori MUSHA2003-02-121-0/+1
|
* lang/ruby16-shim-ruby18 now includes erb, ipaddr and open-uri too.Akinori MUSHA2003-02-091-0/+3
|
* lang/ruby:Akinori MUSHA2002-12-243-9/+9
| | | | | | | | | | | | | | | | | | | | - Update to the 1.6.8 final release. (which fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Attach a small knob for debugging. lang/ruby-devel - Update to 1.8.0 preview 1 + errata patch. (fixes a couple of coredumping bugs) - Update Oni Guruma (alternative BSDL regexp engine) to 20021210. - Fix pkg-plist nits. lang/ruby16-shim-ruby18 - Update to 1.8.0 preview 1. (sync with 1.6.8 & 1.8.0 preview1) - Fix pkg-plist nits. Approved by: lioux (and self) A Merry Christmas to: all of you
* Oops, forgot to add another line.Akinori MUSHA2002-12-161-0/+1
|
* Properly install h2rb so that lang/ruby-devel doesn't create aAkinori MUSHA2002-12-162-1/+7
| | | | dangling symlink. PORTREVISION bumped.
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toAkinori MUSHA2002-12-123-2/+22
| | | | | | | | | | | | | | | | | | | | | | | 1.7.3.2002.12.11, and lang/ruby-devel to 1.7.3-2002.12.12. - Fix a few bugs that lead to core dump, one in the ruby interpreter and another in the syslog module. Reported by: ume (net/dtcp was a victim) - Fix an installation problem occasionally seen on bento. (a bug in Makefile that caused race) Submitted by: bento - Fix a problem that irb(1) didn't work because the symlink was wrong. Submitted by: Jos Backus <jos@catnook.com> - Get rid of move & symlink spaghetti completely from the installation process. Discussed with: portmgr (will)
* Update to 1.7.3.2002.11.10.Akinori MUSHA2002-11-103-2/+3
|
* Update to the latset snapshot as of 2002.09.20.Akinori MUSHA2002-09-202-2/+2
|
* Update pkg-descr.Akinori MUSHA2002-09-121-0/+1
|
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2002-09-113-10/+8
| | | | latest snapshots as of today, 2002-09-12 (JST).
* Update to 1.7.2.2002.07.31. The optparse module has been included.Akinori MUSHA2002-08-036-13/+10
|
* Add ruby16-shim-ruby18, version 1.7.2.2002.05.21.Akinori MUSHA2002-06-087-0/+169
Ruby Shim is a set of modules that provide the libraries and the additional features that will appear in the next version of Ruby. Shim between 1.6 and 1.8 includes: features/ruby18 Hooks to support ruby 1.8 extensions dl Interface to dynamic linker racc-runtime Racc runtime module stringio IO interface for String strscan Fast string scanner benchmark Benchmark module fileutils File & directory manipulation pp Pretty printer (prettier version of `p') tsort Topological sorter Accordingly, this port obsoletes and replaces the following ports: devel/ruby-dl devel/ruby-fileutils devel/ruby-fnmatch devel/ruby-racc-runtime devel/ruby-strscan They will be automatically deinstalled during the installation process of this port.