diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-09-29 09:03:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-09-29 09:03:45 +0000 |
commit | 70976bc0043de8eeef2687d8d28c81bc31fd06c5 (patch) | |
tree | 210b318fb5a01aa82df19c269a8c95a2ba9ae054 /audio/rubygem-ruby-mp3info | |
parent | ffbdb4d04c4ef1346c5a23bc6ad5e9be43aa382a (diff) | |
download | ports-70976bc0043de8eeef2687d8d28c81bc31fd06c5.tar.gz ports-70976bc0043de8eeef2687d8d28c81bc31fd06c5.zip |
Notes
Diffstat (limited to 'audio/rubygem-ruby-mp3info')
-rw-r--r-- | audio/rubygem-ruby-mp3info/Makefile | 4 | ||||
-rw-r--r-- | audio/rubygem-ruby-mp3info/pkg-descr | 7 | ||||
-rw-r--r-- | audio/rubygem-ruby-mp3info/pkg-plist | 1 |
3 files changed, 5 insertions, 7 deletions
diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile index 9d8bc7f5fed0..64111966597e 100644 --- a/audio/rubygem-ruby-mp3info/Makefile +++ b/audio/rubygem-ruby-mp3info/Makefile @@ -14,13 +14,13 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby library to access to low level information on mp3 files +COMMENT= A Ruby library to access to information on mp3 files USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb -DOCS= README doc +DOCS= doc #EXAMPLES= test.rb post-install: diff --git a/audio/rubygem-ruby-mp3info/pkg-descr b/audio/rubygem-ruby-mp3info/pkg-descr index 0a7f30999226..722ef1710de7 100644 --- a/audio/rubygem-ruby-mp3info/pkg-descr +++ b/audio/rubygem-ruby-mp3info/pkg-descr @@ -1,7 +1,6 @@ -This library gives you access to low level information on mp3 files -(bitrate, length, samplerate, etc...). It is written in pure ruby. - -Note that this library does not fetch ID3 tag. +This library gives you access to low level informations on mp3 files +(bitrate, length, samplerate, etc...). It can read, write, remove +id3v1 tag and read id3v2. It is written in pure ruby. Author: Guillaume Pierronnet <moumar@netcourrier.com> WWW: http://rubyforge.org/projects/ruby-mp3info diff --git a/audio/rubygem-ruby-mp3info/pkg-plist b/audio/rubygem-ruby-mp3info/pkg-plist index cc2dc0e12594..fe565a27d7f5 100644 --- a/audio/rubygem-ruby-mp3info/pkg-plist +++ b/audio/rubygem-ruby-mp3info/pkg-plist @@ -1,5 +1,4 @@ %%RUBY_SITELIBDIR%%/mp3info.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/blank.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.html %%PORTDOCS%%%%RUBY_MODDOCDIR%%/doc/classes/Mp3Info.src/M000001.html |