Ruby-taglib is a ruby library wrapping the Taglib library, simple dl-based wrapper of Taglib's C library. It's short and sweet, because the C API is written by someone who knows how to use OO programming, and Ruby with dl just makes it all too easy to wrap such a library. Author: Neil Stevens <neil@hakubi.us> WWW: http://www.hakubi.us/ruby-taglib/ Fix: Patch attached with submission follows:
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants this port PRs (via the GNATS Auto Assign Tool)
clsung 2009-01-21 09:13:13 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/ruby-taglib Makefile distinfo pkg-descr pkg-plist Log: Ruby-taglib is a ruby library wrapping the Taglib library, simple dl-based wrapper of Taglib's C library. It's short and sweet, because the C API is written by someone who knows how to use OO programming, and Ruby with dl just makes it all too easy to wrap such a library. Author: Neil Stevens <neil@hakubi.us> WWW: http://www.hakubi.us/ruby-taglib/ PR: ports/130686 Submitted by: TOMIDA, Hiroaki <t.hiroaki.209 at gmail.com> Revision Changes Path 1.1014 +1 -0 ports/audio/Makefile 1.1 +38 -0 ports/audio/ruby-taglib/Makefile (new) 1.1 +3 -0 ports/audio/ruby-taglib/distinfo (new) 1.1 +8 -0 ports/audio/ruby-taglib/pkg-descr (new) 1.1 +7 -0 ports/audio/ruby-taglib/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"
State Changed From-To: open->closed New port added with Makefile modified. Thank you.