diff options
author | knu <knu@FreeBSD.org> | 2003-09-29 17:03:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-09-29 17:03:45 +0800 |
commit | 4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490 (patch) | |
tree | 214411ca752d73c43a5718ab8230e83c833d4eea /audio/rubygem-ruby-mp3info | |
parent | e9ae8476496badbc1eb65d47d9dd7ab58df506d8 (diff) | |
download | freebsd-ports-gnome-4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490.tar.gz freebsd-ports-gnome-4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490.tar.zst freebsd-ports-gnome-4580f09b3cebb987f6ee3e8cbeddb6d6afa2e490.zip |
Correct the description; This library can now read, write, remove
id3v1 tag and read id3v2.
While I'm here, stop installing README which is dummy.
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 |