From owner-cvs-ports@FreeBSD.ORG Mon Jun 30 10:15:21 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 DED9337B401; Mon, 30 Jun 2003 10:15:21 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12E7743FCB; Mon, 30 Jun 2003 10:15:21 -0700 (PDT) (envelope-from marcus@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 h5UHFK0U077233; Mon, 30 Jun 2003 10:15:20 -0700 (PDT) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5UHFKoo077232; Mon, 30 Jun 2003 10:15:20 -0700 (PDT) Message-Id: <200306301715.h5UHFKoo077232@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 30 Jun 2003 10:15:20 -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/alsaplayer Makefile distinfo pkg-descr pkg-plist ports/audio/alsaplayer/files patch-Makefile.in patch-app::CorePlayer.cpp patch-app::Makefile.in patch-input::sndfile::sndfile_engine.c ... 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: Mon, 30 Jun 2003 17:15:22 -0000 marcus 2003/06/30 10:15:20 PDT FreeBSD ports repository Modified files: audio Makefile Added files: audio/alsaplayer Makefile distinfo pkg-descr pkg-plist audio/alsaplayer/files patch-Makefile.in patch-app::CorePlayer.cpp patch-app::Makefile.in patch-app_AlsaNode.cpp patch-configure patch-input::sndfile::sndfile_engine.c patch-input_audiofile_audiofile_engine.c patch-scopes::monoscope::monoscope.c Log: Add alsaplayer, an audio player with pitch control and a GTK+ GUI. PR: 43142 Submitted by: Robin Schilham (based on) Revision Changes Path 1.422 +1 -0 ports/audio/Makefile 1.1 +179 -0 ports/audio/alsaplayer/Makefile (new) 1.1 +1 -0 ports/audio/alsaplayer/distinfo (new) 1.1 +11 -0 ports/audio/alsaplayer/files/patch-Makefile.in (new) 1.1 +10 -0 ports/audio/alsaplayer/files/patch-app::CorePlayer.cpp (new) 1.1 +11 -0 ports/audio/alsaplayer/files/patch-app::Makefile.in (new) 1.1 +12 -0 ports/audio/alsaplayer/files/patch-app_AlsaNode.cpp (new) 1.1 +60 -0 ports/audio/alsaplayer/files/patch-configure (new) 1.1 +10 -0 ports/audio/alsaplayer/files/patch-input::sndfile::sndfile_engine.c (new) 1.1 +10 -0 ports/audio/alsaplayer/files/patch-input_audiofile_audiofile_engine.c (new) 1.1 +11 -0 ports/audio/alsaplayer/files/patch-scopes::monoscope::monoscope.c (new) 1.1 +10 -0 ports/audio/alsaplayer/pkg-descr (new) 1.1 +49 -0 ports/audio/alsaplayer/pkg-plist (new)