Bug 116709 - [NEW PORT] devel/rubygem-rubyinlineaccel: An extension to RubyInline
Summary: [NEW PORT] devel/rubygem-rubyinlineaccel: An extension to RubyInline
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 13:40 UTC by TAKATSU Tomonari
Modified: 2007-09-29 00:00 UTC (History)
0 users

See Also:


Attachments
rubygem-rubyinlineaccel-0.0.1.shar (3.06 KB, text/plain)
2007-09-28 13:40 UTC, TAKATSU Tomonari
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description TAKATSU Tomonari 2007-09-28 13:40:07 UTC
RubyInlineAcceleration is an extension to RubyInline
which provides an easy way to use C libraries
in Ruby by directly wrapping methods, structures and fields.

WWW:	http://rubyforge.org/projects/rubyinlineaccel/

Generated with FreeBSD Port Tools 0.77
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-09-28 23:57:40 UTC
miwi        2007-09-28 22:57:37 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-rubyinlineaccel Makefile distinfo pkg-descr 
                                  pkg-plist 
  Log:
  RubyInlineAcceleration is an extension to RubyInline
  which provides an easy way to use C libraries
  in Ruby by directly wrapping methods, structures and fields.
  
  WWW:    http://rubyforge.org/projects/rubyinlineaccel/
  
  PR:             ports/116709
  Submitted by:   TAKATSU Tomonari <tota at rtfm.jp>
  
  Revision  Changes    Path
  1.2895    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/rubygem-rubyinlineaccel/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-rubyinlineaccel/distinfo (new)
  1.1       +5 -0      ports/devel/rubygem-rubyinlineaccel/pkg-descr (new)
  1.1       +7 -0      ports/devel/rubygem-rubyinlineaccel/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 2 dfilter service freebsd_committer freebsd_triage 2007-09-28 23:59:23 UTC
miwi        2007-09-28 22:59:13 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-ptreloaded Makefile distinfo pkg-descr pkg-plist 
  Log:
  ParseTreeReloaded is a reimplementation of ParseTree
  using RubyInlineAcceleration.
  The goal is to provide full compatibility
  to ParseTree while making it easier to build and extend.
  
  WWW:    http://rubyforge.org/projects/ptreloaded/
  
  PR:             ports/116709
  Submitted by:   TAKATSU Tomonari <tota at rtfm.jp>
  
  Revision  Changes    Path
  1.2896    +1 -0      ports/devel/Makefile
  1.1       +33 -0     ports/devel/rubygem-ptreloaded/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-ptreloaded/distinfo (new)
  1.1       +6 -0      ports/devel/rubygem-ptreloaded/pkg-descr (new)
  1.1       +9 -0      ports/devel/rubygem-ptreloaded/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 3 Martin Wilke freebsd_committer freebsd_triage 2007-09-29 00:00:45 UTC
State Changed
From-To: open->closed

New port added. Thanks!