From owner-cvs-ports@FreeBSD.ORG Wed Oct 13 23:53:35 2004 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 9229E16A4CE; Wed, 13 Oct 2004 23:53:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8429743D53; Wed, 13 Oct 2004 23:53:35 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9DNrZcg049018; Wed, 13 Oct 2004 23:53:35 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9DNrZtH049017; Wed, 13 Oct 2004 23:53:35 GMT (envelope-from edwin) Message-Id: <200410132353.i9DNrZtH049017@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Oct 2004 23:53:35 +0000 (UTC) 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/mBox Makefile distinfo pkg-descr pkg-plist 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: Wed, 13 Oct 2004 23:53:35 -0000 edwin 2004-10-13 23:53:35 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mBox Makefile distinfo pkg-descr pkg-plist Log: New port: audio/mBox - organizing music files mBox is program intended to help you with organizing your music files. The most important features are: - Ability to reencode mp3/ogg/wma to mp3/ogg - contains utility 'convertor' which converts whole directories to desired format. Bitrate, etc. is automatically adjusted depending on settings and source audio. See users-guide for further information. - supports reading/writing tags in MP3 ID3v1 and ID3v2, Ogg Vorbis - supports reading WMA tags - supports FreeDB, treates encoded files as if it was CD, so you can simply select your files and - if found in database - write tags to them. - supports auto tagging - reads tag information from filename - supports batch tags editing - supports batch files renaming (can use tags) - supports directory renaming (can use tags) PR: ports/71288 Submitted by: Vladimir Osintsev Revision Changes Path 1.558 +1 -0 ports/audio/Makefile 1.1 +33 -0 ports/audio/mBox/Makefile (new) 1.1 +2 -0 ports/audio/mBox/distinfo (new) 1.1 +18 -0 ports/audio/mBox/pkg-descr (new) 1.1 +44 -0 ports/audio/mBox/pkg-plist (new)