Bug 130686 - New port: audio/ruby-taglib - ruby library wrapping the Taglib library
Summary: New port: audio/ruby-taglib - ruby library wrapping the Taglib library
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 13:40 UTC by TOMIDA Hiroaki
Modified: 2009-01-21 09:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.40 KB, text/plain)
2009-01-18 13:40 UTC, TOMIDA Hiroaki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description TOMIDA Hiroaki 2009-01-18 13:40:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-18 13:40:25 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-18 13:40:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-21 09:13:24 UTC
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"
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2009-01-21 09:15:39 UTC
State Changed
From-To: open->closed

New port added with Makefile modified. Thank you.