Bug 146730 - New port: devel/rubygem-sdl-ffi
Summary: New port: devel/rubygem-sdl-ffi
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 14:00 UTC by Christoph Kick
Modified: 2010-05-24 23:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.97 KB, text/plain)
2010-05-19 14:00 UTC, Christoph Kick
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!