diff options
author | obache <obache@pkgsrc.org> | 2011-02-15 10:47:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-02-15 10:47:20 +0000 |
commit | 55dd7723f7f6fd29a3b217f280c6f5fc66f95f13 (patch) | |
tree | 2e3f7b171110c21bd9bd45a2e0a69e9b432290bb /audio | |
parent | 57084b0eb28ead298c45588962fa4249077a554c (diff) | |
download | pkgsrc-55dd7723f7f6fd29a3b217f280c6f5fc66f95f13.tar.gz |
Import ruby-ruby-mp3info-0.6.13 as audio/ruby-mp3info.
ruby-mp3info read low-level informations and manipulate tags on mp3 files.
* written in pure ruby
* read low-level informations like bitrate, length, samplerate, etc...
* read, write, remove id3v1 and id3v2 tags
* correctly read VBR files (with or without Xing header)
* only 2.3 version is supported for writings id3v2 tags
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-mp3info/DESCR | 7 | ||||
-rw-r--r-- | audio/ruby-mp3info/Makefile | 23 | ||||
-rw-r--r-- | audio/ruby-mp3info/PLIST | 4 | ||||
-rw-r--r-- | audio/ruby-mp3info/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/audio/ruby-mp3info/DESCR b/audio/ruby-mp3info/DESCR new file mode 100644 index 00000000000..514e27cf267 --- /dev/null +++ b/audio/ruby-mp3info/DESCR @@ -0,0 +1,7 @@ +ruby-mp3info read low-level informations and manipulate tags on mp3 files. + +* written in pure ruby +* read low-level informations like bitrate, length, samplerate, etc... +* read, write, remove id3v1 and id3v2 tags +* correctly read VBR files (with or without Xing header) +* only 2.3 version is supported for writings id3v2 tags diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile new file mode 100644 index 00000000000..54d314afac1 --- /dev/null +++ b/audio/ruby-mp3info/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/15 10:47:20 obache Exp $ +# + +DISTNAME= ruby-mp3info-0.6.13 +CATEGORIES= audio +MASTER_SITES= http://rubyforge.org/frs/download.php/57443/ +EXTRACT_SUFX= .tgz + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://rubyforge.org/frs/download.php/57443/ +COMMENT= Pure-ruby library for informations and tags on mp3 files +LICENSE= ruby-license + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # none +USE_RUBY_SETUP= yes +RUBY_SETUP= install.rb + +CONFIGURE_ARGS+= --site-ruby=${PREFIX}/${RUBY_VENDORLIB} + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/ruby-mp3info/PLIST b/audio/ruby-mp3info/PLIST new file mode 100644 index 00000000000..6c98d96795d --- /dev/null +++ b/audio/ruby-mp3info/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/15 10:47:20 obache Exp $ +${RUBY_VENDORLIB}/mp3info.rb +${RUBY_VENDORLIB}/mp3info/extension_modules.rb +${RUBY_VENDORLIB}/mp3info/id3v2.rb diff --git a/audio/ruby-mp3info/distinfo b/audio/ruby-mp3info/distinfo new file mode 100644 index 00000000000..0aa7ff4dc94 --- /dev/null +++ b/audio/ruby-mp3info/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/15 10:47:20 obache Exp $ + +SHA1 (ruby-mp3info-0.6.13.tgz) = 81174cb4e78b2f8377dcd2b870c508f09f0fc8c0 +RMD160 (ruby-mp3info-0.6.13.tgz) = 7519bd419066bb1fee79f84348906f3ebf4a3307 +Size (ruby-mp3info-0.6.13.tgz) = 25050 bytes |