From owner-cvs-all@FreeBSD.ORG Fri Jul 15 21:26:57 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 266C616A41C; Fri, 15 Jul 2005 21:26:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC34543D48; Fri, 15 Jul 2005 21:26:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FLQuvi034215; Fri, 15 Jul 2005 21:26:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FLQuq0034214; Fri, 15 Jul 2005 21:26:56 GMT (envelope-from pav) Message-Id: <200507152126.j6FLQuq0034214@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 15 Jul 2005 21:26:56 +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/bmp-festalon Makefile pkg-descr ports/audio/xmms-festalon Makefile pkg-descr ports/audio/festalon Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 21:26:57 -0000 pav 2005-07-15 21:26:56 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/bmp-festalon Makefile pkg-descr audio/xmms-festalon Makefile pkg-descr audio/festalon Makefile distinfo pkg-descr pkg-message Log: - audio/festalon is a command line player for .nsf and .hes audio files (master port) - audio/xmms-festalon is a XMMS plugin for playing .nsf and .hes audio files (slave port) - audio/bmp-festalon is a Beep plugin for playing .nsf and .hes audio files (slave port) It supports all internal sound channels and the extra sound channels found in the Konami VRC6, Konami VRC7, Namco 106, Nintendo MMC5, and Sunsoft FME-07 chips. The extra sound channel present in the Famicom Disk System is also emulated. PR: ports/83405 Submitted by: Emanuel Haupt Revision Changes Path 1.644 +3 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/bmp-festalon/Makefile (new) 1.1 +12 -0 ports/audio/bmp-festalon/pkg-descr (new) 1.1 +52 -0 ports/audio/festalon/Makefile (new) 1.1 +2 -0 ports/audio/festalon/distinfo (new) 1.1 +12 -0 ports/audio/festalon/pkg-descr (new) 1.1 +4 -0 ports/audio/festalon/pkg-message (new) 1.1 +30 -0 ports/audio/xmms-festalon/Makefile (new) 1.1 +12 -0 ports/audio/xmms-festalon/pkg-descr (new)