aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby16-shim-ruby18/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.Akinori MUSHA2003-12-151-8/+53
| | | | Notes: svn path=/head/; revision=95835
* Update to 1.8.1-preview2.Akinori MUSHA2003-10-311-1/+274
| | | | Notes: svn path=/head/; revision=92731
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2003-04-191-0/+5
| | | | | | | | | | latest snapshots as of 2003-04-19. ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are now part of ruby 1.8. Notes: svn path=/head/; revision=79296
* Update to 1.8.0-preview2, which now includes ruby-testunit.Akinori MUSHA2003-03-031-0/+35
| | | | Notes: svn path=/head/; revision=76804
* lang/ruby:Akinori MUSHA2002-12-241-2/+6
| | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=71837
* Oops, forgot to add another line.Akinori MUSHA2002-12-161-0/+1
| | | | Notes: svn path=/head/; revision=71667
* Properly install h2rb so that lang/ruby-devel doesn't create aAkinori MUSHA2002-12-161-0/+1
| | | | | | | dangling symlink. PORTREVISION bumped. Notes: svn path=/head/; revision=71666
* Update lang/ruby to 1.6.8-preview3, lang/ruby16-shim-ruby18 toAkinori MUSHA2002-12-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=71577
* Update to 1.7.3.2002.11.10.Akinori MUSHA2002-11-101-0/+1
| | | | Notes: svn path=/head/; revision=69822
* Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to theAkinori MUSHA2002-09-111-2/+3
| | | | | | | latest snapshots as of today, 2002-09-12 (JST). Notes: svn path=/head/; revision=66160
* Update to 1.7.2.2002.07.31. The optparse module has been included.Akinori MUSHA2002-08-031-0/+6
| | | | Notes: svn path=/head/; revision=63896
* Add ruby16-shim-ruby18, version 1.7.2.2002.05.21.Akinori MUSHA2002-06-081-0/+50
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. Notes: svn path=/head/; revision=60866