From owner-cvs-all@FreeBSD.ORG Thu Sep 23 15:17:17 2010 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 BE8B0106564A; Thu, 23 Sep 2010 15:17:17 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD6BA8FC15; Thu, 23 Sep 2010 15:17:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8NFHHu9017105; Thu, 23 Sep 2010 15:17:17 GMT (envelope-from decke@repoman.freebsd.org) Received: (from decke@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8NFHHU2017104; Thu, 23 Sep 2010 15:17:17 GMT (envelope-from decke) Message-Id: <201009231517.o8NFHHU2017104@repoman.freebsd.org> From: Bernhard Froehlich Date: Thu, 23 Sep 2010 15:17:17 +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/decibel-audio-player Makefile distinfo pkg-descr pkg-plist ports/audio/decibel-audio-player/files patch-Makefile 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: Thu, 23 Sep 2010 15:17:17 -0000 decke 2010-09-23 15:17:17 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/decibel-audio-player Makefile distinfo pkg-descr pkg-plist audio/decibel-audio-player/files patch-Makefile Log: Decibel audio player is a very fast GTK+ audio player with an emphasis on being very clean and user friendly. * Utilizes the GStreamer plugins system * Lighter footprint than most audio players * Follows the Gnome Human Interface Guidelines * Has quite a few plugins of it's own WWW: http://decibel.silent-blade.org/ PR: ports/144817 Submitted by: kipz Approved by: beat (co-mentor) Revision Changes Path 1.1142 +1 -0 ports/audio/Makefile 1.1 +82 -0 ports/audio/decibel-audio-player/Makefile (new) 1.1 +3 -0 ports/audio/decibel-audio-player/distinfo (new) 1.1 +20 -0 ports/audio/decibel-audio-player/files/patch-Makefile (new) 1.1 +9 -0 ports/audio/decibel-audio-player/pkg-descr (new) 1.1 +134 -0 ports/audio/decibel-audio-player/pkg-plist (new)