summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-29 18:06:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-29 18:06:47 +0000
commitfdd462485ddc5f2c5cde151ca2cda2bf5ce5454c (patch)
treec6461a600d4bf8a6cdc0a1d090e7846c91c1d2c8 /audio
parentUpdate to 3.11.0.2 . (diff)
- Remove Author line
Notes
Notes: svn path=/head/; revision=325620
Diffstat (limited to 'audio')
-rw-r--r--audio/ruby-audiofile/pkg-descr1
-rw-r--r--audio/ruby-esound/pkg-descr1
-rw-r--r--audio/ruby-freedb/pkg-descr1
-rw-r--r--audio/ruby-mp3info/pkg-descr1
-rw-r--r--audio/ruby-mp3tag/pkg-descr1
-rw-r--r--audio/ruby-smf/pkg-descr1
-rw-r--r--audio/ruby-vorbisfile/pkg-descr1
-rw-r--r--audio/ruby-xmms/pkg-descr1
-rw-r--r--audio/rubygem-ogginfo/pkg-descr1
9 files changed, 0 insertions, 9 deletions
diff --git a/audio/ruby-audiofile/pkg-descr b/audio/ruby-audiofile/pkg-descr
index a10a34da11ef..b2a8deeff91f 100644
--- a/audio/ruby-audiofile/pkg-descr
+++ b/audio/ruby-audiofile/pkg-descr
@@ -2,5 +2,4 @@ Ruby-audiofile is a binding to the audiofile library, which reads
audio (wav, au, aiff, but not ogg or mp3) and can divine information
such as length, sample rate, etc.
-Author: jared jennings <liver@soon.com>
WWW: http://ruby-audiofile.sourceforge.net/
diff --git a/audio/ruby-esound/pkg-descr b/audio/ruby-esound/pkg-descr
index 6bcfc727ee84..f7c8534b2da5 100644
--- a/audio/ruby-esound/pkg-descr
+++ b/audio/ruby-esound/pkg-descr
@@ -1,4 +1,3 @@
Ruby/EsounD is a Ruby binding to the EsounD library.
-Author: Hiroshi Kuwagata <kgt@kokone.to>
WWW: http://www.ruby-lang.org/raa/list.rhtml?name=ruby-esound
diff --git a/audio/ruby-freedb/pkg-descr b/audio/ruby-freedb/pkg-descr
index fc240fd3361d..7a90050e5c0c 100644
--- a/audio/ruby-freedb/pkg-descr
+++ b/audio/ruby-freedb/pkg-descr
@@ -2,5 +2,4 @@ Ruby/Freedb is a library that provides access to Freedb/CDDB servers
to find some useful CD-Audio informations (CD-title, tracks titles).
This library includes low-level functions to access CD-ROM device.
-Author: Guillaume Pierronnet <moumar@rubyforge.org>
WWW: http://ruby-freedb.rubyforge.org/
diff --git a/audio/ruby-mp3info/pkg-descr b/audio/ruby-mp3info/pkg-descr
index 89b945da23c0..2fc849275975 100644
--- a/audio/ruby-mp3info/pkg-descr
+++ b/audio/ruby-mp3info/pkg-descr
@@ -2,5 +2,4 @@ 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/ruby-mp3tag/pkg-descr b/audio/ruby-mp3tag/pkg-descr
index b8d6502cb264..ec26f06339c1 100644
--- a/audio/ruby-mp3tag/pkg-descr
+++ b/audio/ruby-mp3tag/pkg-descr
@@ -2,5 +2,4 @@ Mp3Tag is a ruby module that handles ID3v1.1 tags in MP3 files. It
can read ID3v1.0 and ID3v1.1 but only write ID3v1.1 tags. It can save
new tags and remove tags.
-Author: Lars Christensen <dsl8950@vip.cybercity.dk>
WWW: http://users.cybercity.dk/~dsl8950/ruby/mp3tag.html
diff --git a/audio/ruby-smf/pkg-descr b/audio/ruby-smf/pkg-descr
index b54cfa092172..e23c8734d73d 100644
--- a/audio/ruby-smf/pkg-descr
+++ b/audio/ruby-smf/pkg-descr
@@ -2,5 +2,4 @@ This is a "Standard MIDI File" module, which handles encoding and
decoding SMF. This includes a simple MML as an example of
application.
-Author: Tadayoshi Funaba <tadf@funaba.org>
WWW: http://www.funaba.org/en/ruby.html#smf
diff --git a/audio/ruby-vorbisfile/pkg-descr b/audio/ruby-vorbisfile/pkg-descr
index 194315b29122..741d4b7264c3 100644
--- a/audio/ruby-vorbisfile/pkg-descr
+++ b/audio/ruby-vorbisfile/pkg-descr
@@ -1,4 +1,3 @@
ruby-vorbisfile is a Ruby extension wrapping libvorbisfile.
-Author: Rik Hemsley <rik@kde.org>
WWW: http://rikkus.info/ruby_vorbisfile.html
diff --git a/audio/ruby-xmms/pkg-descr b/audio/ruby-xmms/pkg-descr
index 7a6add517702..479bdfb16a75 100644
--- a/audio/ruby-xmms/pkg-descr
+++ b/audio/ruby-xmms/pkg-descr
@@ -1,4 +1,3 @@
This is XMMS bindings for Ruby.
-Author: Paul Duncan (pabs) <pabs@pablotron.org>
WWW: http://www.pablotron.org/software/xmms-ruby/
diff --git a/audio/rubygem-ogginfo/pkg-descr b/audio/rubygem-ogginfo/pkg-descr
index c65e008fbcd0..537b50021bee 100644
--- a/audio/rubygem-ogginfo/pkg-descr
+++ b/audio/rubygem-ogginfo/pkg-descr
@@ -1,5 +1,4 @@
Ogginfo gives you access to low level information on ogg files (bitrate,
length, samplerate, encoder, etc... ), as well as tag.
-Author: Guillaume Pierronnet <guillaume.pierronnet@gmail.com>
WWW: http://ruby-ogginfo.rubyforge.org/