From owner-cvs-ports@FreeBSD.ORG Sun Aug 17 03:00:36 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB7937B405; Sun, 17 Aug 2003 03:00:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9201943FBD; Sun, 17 Aug 2003 03:00:35 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7HA0Z0U064321; Sun, 17 Aug 2003 03:00:35 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7HA0Zpc064320; Sun, 17 Aug 2003 03:00:35 -0700 (PDT) Message-Id: <200308171000.h7HA0Zpc064320@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 17 Aug 2003 03:00:35 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/dekagen Makefile distinfo pkg-descr pkg-plist ports/audio/dekagen/files patch-dekagen X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 10:00:37 -0000 dinoex 2003/08/17 03:00:34 PDT FreeBSD ports repository Modified files: audio Makefile Added files: audio/dekagen Makefile distinfo pkg-descr pkg-plist audio/dekagen/files patch-dekagen Log: dekagen is a front-end to several tools for the ripping, converting, and 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 Revision Changes Path 1.431 +1 -0 ports/audio/Makefile 1.1 +43 -0 ports/audio/dekagen/Makefile (new) 1.1 +1 -0 ports/audio/dekagen/distinfo (new) 1.1 +12 -0 ports/audio/dekagen/files/patch-dekagen (new) 1.1 +21 -0 ports/audio/dekagen/pkg-descr (new) 1.1 +1 -0 ports/audio/dekagen/pkg-plist (new)