Bug 146728 - New port: devel/rubygem-ffi
Summary: New port: devel/rubygem-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.74 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:13 UTC
New port: devel/rubygem-ffi 

A ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code.

Needed as dependency for rubygem-nice-ffi (the following portsubmit)

Fix: Patch attached with submission follows:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-19 21:00:22 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:53:53 UTC
pgollucci    2010-05-24 21:53:40 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-ffi    Makefile distinfo pkg-descr 
  Log:
  Ruby-FFI is a ruby extension for programmatically loading dynamic libraries,
  binding functions within them, and calling those functions from Ruby code.
  
  WWW: http://wiki.github.com/ffi/ffi/
  
  PR:             ports/146728
  Submitted by:   Christoph Kick
  
  Revision  Changes    Path
  1.3939    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/rubygem-ffi/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-ffi/distinfo (new)
  1.1       +4 -0      ports/devel/rubygem-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:27 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!