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.
This commit is contained in:
parent
ffbdb4d04c
commit
70976bc004
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89771
9 changed files with 15 additions and 21 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue