| 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
Jun Mukai
2006-07-24 10:40:12 UTC
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests) Responsible Changed From-To: freebsd-ports-bugs->alepulver Take PR. State Changed From-To: open->closed New port added with a few modifications, thanks! 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"
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"
|