aboutsummaryrefslogtreecommitdiffstats
path: root/audio/dekagen
Commit message (Collapse)AuthorAgeFilesLines
* A few typo fixes for ports/audio descriptions.olgeni2008-06-151-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* [patch] cleanup non-supported FreeBSD versionsedwin2007-04-171-7/+1
| | | | | | PR: ports/111650 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Martin Kraft <martin.kraft@fal.de>
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 1.0.2ahze2004-11-142-3/+15
| | | | | | | | | | Add DEFAULT_CDROM_DEVICE knob default 4.x /dev/acd0c default >5.x /dev/acd0 PR: ports/73885 Submitted by: Martin Kraft <martin.kraft@fal.de> (maintainer) Approved by: marcus (co mentor)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* - Update to 1.0.1pav2004-01-142-4/+4
| | | | | | | - Fix typo in comment PR: ports/61330 Submitted by: Martin Kraft <martin.kraft@fal.de>
* dekagen is a front-end to several tools for the ripping, converting, anddinoex2003-08-175-0/+78
naming of MP3 and Ogg-Vorbis files. It automates the whole process of ripping data from music compact discs (CD), the naming of the files, their converting into MP3 or Ogg-Vorbis format and the labelling of the MP3 files with an ID3 tag. dekagen uses dialog for a user interface that is intended to be "intuitive". Music data is read from CDs using cdda2wav, cdparanoia, dagrab, or tosha, and stored on your harddisk in wav-format. Note that this will have an excessive need of disk space. After this, the wav-data is converted into MP3 format using 8hz-mp3, bladeenc, l3enc, lame, mp3enc, or notlame, or into Ogg-Vorbis format using oggenc. This will take a while. To avoid manual naming and tagging for all the files, cda is used for CDDB lookups. To label the MP3 files with ID3 tags, id3ed, id3tag, id3tool, or mp3info, or the built-in capabilities of some encoders (lame, notlame) are used. Ogg-Vorbis files can be labelled with oggenc. WWW: http://userpage.fu-berlin.de/~mbayer/tools/dekagen.html