Bug 111316 - [UPDATE]update lang/jruby to 0.9.8:100% pure-Java implementation of the Ruby
Summary: [UPDATE]update lang/jruby to 0.9.8:100% pure-Java implementation of the Ruby
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 09:10 UTC by Nemo Liu
Modified: 2007-04-25 04:10 UTC (History)
0 users

See Also:


Attachments
file.diff (10.16 KB, patch)
2007-04-06 09:10 UTC, Nemo Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nemo Liu 2007-04-06 09:10:05 UTC
This release has some great improvements:

    * Ruby on Rails support. We have been working hard on getting Rails own unit
      tests running and over 98% of them now run successfully. We feel things are
      running well enough to invite Ruby users to kick the tires and help root out
      any final issues.
    * Ruby classes can extend concrete/abstract Java classes and override methods
    * New Java primitive array syntax
    * Reimplementation of String, Numeric classes, and Array to be more correct
      and performant
    * Significant bottlenecks have been identified. In some cases IO is 6.5x
      faster than previous releases. Java included classes are significantly
      faster than in the past.
    * 225 Jira issues resolved since last release

Fix: Patch attached with submission follows:
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-06 17:20:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-25 04:03:56 UTC
clsung      2007-04-25 03:03:50 UTC

  FreeBSD ports repository

  Modified files:
    lang/jruby           Makefile distinfo pkg-descr pkg-plist 
  Added files:
    lang/jruby/files     patch-jruby patch-jrubyc 
  Removed files:
    lang/jruby           pkg-message 
    lang/jruby/files     patch-bin::jruby.sh 
  Log:
  - Update to 0.9.8
  - grab maintainership
  - Release log:
  * Ruby on Rails support. We have been working hard on getting Rails own unit
    tests running and over 98% of them now run successfully. We feel things are
    running well enough to invite Ruby users to kick the tires and help root out
    any final issues.
  * Ruby classes can extend concrete/abstract Java classes and override methods
  * New Java primitive array syntax
  * Reimplementation of String, Numeric classes, and Array to be more correct
    and performant
  * Significant bottlenecks have been identified. In some cases IO is 6.5x
    faster than previous releases. Java included classes are significantly
    faster than in the past.
  * 225 Jira issues resolved since last release
  
  PR:             ports/111316
  Submitted by:   maintainer (Nemo Liu)
  
  Revision  Changes    Path
  1.16      +43 -23    ports/lang/jruby/Makefile
  1.14      +3 -3      ports/lang/jruby/distinfo
  1.2       +0 -7      ports/lang/jruby/files/patch-bin::jruby.sh (dead)
  1.1       +18 -0     ports/lang/jruby/files/patch-jruby (new)
  1.1       +12 -0     ports/lang/jruby/files/patch-jrubyc (new)
  1.2       +8 -5      ports/lang/jruby/pkg-descr
  1.2       +0 -3      ports/lang/jruby/pkg-message (dead)
  1.4       +668 -31   ports/lang/jruby/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-25 04:04:23 UTC
State Changed
From-To: open->closed

Committed with pkg-plist fixes. Thank you.