aboutsummaryrefslogtreecommitdiff
path: root/audio/ruby-taglib
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Clean up ruby pkg-plists:Philip M. Gollucci2010-12-201-3/+0
| | | | | | | | | | | | | | | | | | | %%RUBY_SITEARCHLIBDIR%% %%RUBY_SITELIBDIR%% lib/ruby/site_ruby %%RUBY_VENDORARCHLIBDIR%% %%RUBY_VENDORLIBDIR%% lib/ruby/vendor_ruby lib/ruby Above directories are owned by lang/ruby1[89] ports. PR: ports/153041 Tested by: 2-exp runs by pav With Hat: ruby@ Notes: svn path=/head/; revision=266600
* - Chase taglib updateDima Panov2009-12-021-0/+1
| | | | | | | | Approved by: miwi (mentor) Exp-run by: miwi Notes: svn path=/head/; revision=245121
* Ruby-taglib is a ruby library wrapping the Taglib library,Cheng-Lung Sung2009-01-214-0/+56
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> Notes: svn path=/head/; revision=226588