Bug 146730

Summary: New port: devel/rubygem-sdl-ffi
Product: Ports & Packages Reporter: Christoph Kick <kick.christoph>
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Christoph Kick 2010-05-19 14:00:14 UTC
New port: devel/rubygem-sdl-ffi 

Ruby-SDL-FFI is a low-level binding to SDL and related libraries using Ruby-FFI. It provides very basic access to SDL from Ruby without the need for a compiled C wrapper. It aims to be platform and Ruby implementation independent

Needed as dependency for rubygem-rubygame (the following portsubmit)

Fix: Patch attached with submission follows:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-19 21:00:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-24 22:54:47 UTC
pgollucci    2010-05-24 21:54:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-ruby-sdl-ffi Makefile distinfo pkg-descr 
  Log:
  Ruby-SDL-FFI is a low-level binding to SDL and related libraries using
  Ruby-FFI. It provides very basic access to SDL from Ruby without the
  need for a compiled C wrapper. It aims to be platform and Ruby
  implementation independent.
  
  WWW: http://rubygems.org/gems/ruby-sdl-ffi
  
  PR:             ports/146730
  Submitted by:   Christoph Kick
  
  Revision  Changes    Path
  1.3941    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/rubygem-ruby-sdl-ffi/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-ruby-sdl-ffi/distinfo (new)
  1.1       +6 -0      ports/devel/rubygem-ruby-sdl-ffi/pkg-descr (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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-24 22:59:33 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!