From owner-cvs-all@FreeBSD.ORG Fri Nov 27 10:53:04 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A786B106566C; Fri, 27 Nov 2009 10:53:04 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9813B8FC0C; Fri, 27 Nov 2009 10:53:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nARAr4Gb042871; Fri, 27 Nov 2009 10:53:04 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nARAr4vK042870; Fri, 27 Nov 2009 10:53:04 GMT (envelope-from wen) Message-Id: <200911271053.nARAr4vK042870@repoman.freebsd.org> From: Wen Heping Date: Fri, 27 Nov 2009 10:53:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/mp3splt-gtk Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2009 10:53:04 -0000 wen 2009-11-27 10:53:04 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/mp3splt-gtk Makefile distinfo pkg-descr pkg-plist Log: Mp3Splt is a command line utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. It's very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks. If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (Internet or a local file) or from .cue files. Otherwise if you have a file created either with Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. Supports VBR mp3. WWW: http://mp3splt.sourceforge.net/ PR: ports/139168 Submitted by: Timothy Beyer Revision Changes Path 1.1075 +1 -0 ports/audio/Makefile 1.1 +31 -0 ports/audio/mp3splt-gtk/Makefile (new) 1.1 +3 -0 ports/audio/mp3splt-gtk/distinfo (new) 1.1 +10 -0 ports/audio/mp3splt-gtk/pkg-descr (new) 1.1 +11 -0 ports/audio/mp3splt-gtk/pkg-plist (new)