Bug 100769

Summary: [NEW PORT] YARV 0.4.1: Yet Another Ruby VM
Product: Ports & Packages Reporter: Jun Mukai <mukai>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Jun Mukai 2006-07-24 10:40:12 UTC
YARV, stands for Yet Another Ruby Virtual-machine, is a virtual machine for programming language Ruby.
The goal of YARV is development of faster Virtual Machine of Ruby.  YARV runs faster than current ruby now.

YARV will become the virtual machine for ruby 2.0, but it is now under developing.  By now, it is suitable to the port name as `yarv', not `ruby20' IMHO (switch the port name when YARV is officially released as ruby 2.0).

YARV requires gcc version 4.0 or later.  If you compile it with gcc 3.x, created YARV binary fails in some situations.  But I have no confidence to write ports to describe this situation (and I have not tested gcc 4.1.x or 4.2.x).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-24 10:40:32 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests)
Comment 2 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-04 01:05:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Take PR.
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-05 01:35:49 UTC
State Changed
From-To: open->closed

New port added with a few modifications, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-05 01:36:37 UTC
alepulver    2006-10-05 00:36:19 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/yarv            Makefile distinfo pkg-descr pkg-plist 
  Log:
  YARV is Virtual Machine for Programming Language Ruby.
  
  The goal of this project is only one, to develop the fastest Virtual
  Machine for Ruby in the world.
  
  Author: Koichi Sasada <ko1@atdot.net>
  
  WWW: http://www.atdot.net/yarv/
  
  PR:             ports/100769
  Submitted by:   Jun Mukai aka jmuk <mukai at jmuk.org>
  
  Revision  Changes    Path
  1.515     +1 -0      ports/lang/Makefile
  1.1       +59 -0     ports/lang/yarv/Makefile (new)
  1.1       +3 -0      ports/lang/yarv/distinfo (new)
  1.1       +8 -0      ports/lang/yarv/pkg-descr (new)
  1.1       +3633 -0   ports/lang/yarv/pkg-plist (new)
_______________________________________________
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 5 dfilter service freebsd_committer freebsd_triage 2006-10-05 01:40:45 UTC
alepulver    2006-10-05 00:40:40 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  Add Jun Mukai for mukai@jmuk.org.
  
  PR:             ports/100769
  Submitted by:   Jun Mukai <mukai@jmuk.org>
  
  Revision  Changes    Path
  1.620     +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
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"