From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 13 09:30:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6E3F16A41A for ; Mon, 13 Aug 2007 09:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95A4F13C45E for ; Mon, 13 Aug 2007 09:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7D9U1du041466 for ; Mon, 13 Aug 2007 09:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7D9U1IK041465; Mon, 13 Aug 2007 09:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 13 Aug 2007 09:30:01 GMT Resent-Message-Id: <200708130930.l7D9U1IK041465@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, dk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5406316A419 for ; Mon, 13 Aug 2007 09:25:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 43F0413C45D for ; Mon, 13 Aug 2007 09:25:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7D9P9WV006978 for ; Mon, 13 Aug 2007 09:25:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l7D9P9ew006977; Mon, 13 Aug 2007 09:25:09 GMT (envelope-from nobody) Message-Id: <200708130925.l7D9P9ew006977@www.freebsd.org> Date: Mon, 13 Aug 2007 09:25:09 GMT From: dk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/115460: New port: audio/ecamegapedal realtime audio processor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2007 09:30:01 -0000 >Number: 115460 >Category: ports >Synopsis: New port: audio/ecamegapedal realtime audio processor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 09:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: dk >Release: 6.2-RELEASE-p5 >Organization: intelllect >Environment: FreeBSD admin.intellect.local 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #2: Fri Jun 15 12:16:18 MSD 2007 root@admin.intellect.local:/usr/src/sys/i386/compile/ADMIN i386 >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ecamegapedal # ecamegapedal/pkg-descr # ecamegapedal/Makefile # ecamegapedal/distinfo # ecamegapedal/pkg-plist # echo c - ecamegapedal mkdir -p ecamegapedal > /dev/null 2>&1 echo x - ecamegapedal/pkg-descr sed 's/^X//' >ecamegapedal/pkg-descr << 'END-of-ecamegapedal/pkg-descr' XEcamegapedal is a real-time effect processor software with a graphical user Xinterface for controlling the effect parameters. It is meant to be used as Xa virtual guitar-fx or studio effect box. In addition to real-time operation, XEcamegapedal also supports reading from and writing to audio files. XAll audio object and effect plugin types provided by the Ecasound libraries Xare supported. This includes ALSA, JACK, OSS, aRts, over 20 file formats, Xover 30 effect types, LADSPA plugins and multi-operator effect presets. XEcamegapedal's implementation is based on Ecasound and Qt libraries. X XWWW: http://www.wakkanet.fi/~kaiv/ecamegapedal/ END-of-ecamegapedal/pkg-descr echo x - ecamegapedal/Makefile sed 's/^X//' >ecamegapedal/Makefile << 'END-of-ecamegapedal/Makefile' X# New ports collection makefile for: ecamegapedal X# Date created: 13 aug 2007 X# Whom: lazyklimm X# X# $FreeBSD$ X# X XPORTNAME= ecamegapedal XPORTVERSION= 0.4.4 XPORTREVISION= 1 XCATEGORIES= audio XMASTER_SITES= http://ecasound.seul.org/download/ X XMAINTAINER= ports@FreeBSD.org XCOMMENT= realtime audio processor X XBUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound X XJACKDIR= ${LOCALBASE}/include/jack XUSE_QT_VER= 3 XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X XCFLAGS+= ${PTHREAD_CFLAGS:S/"//g} XLDFLAGS+= ${PTHREAD_LIBS:S/"//g} XCONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \ X CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ X CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS}" X XMAN1= ecamegapedal.1 X X.include X X.if defined(WITH_JACK) XCONFIGURE_ARGS+= --with-jack=${JACK_DIR} X.else XCONFIGURE_ARGS+= --disable-jack X.endif X X.include END-of-ecamegapedal/Makefile echo x - ecamegapedal/distinfo sed 's/^X//' >ecamegapedal/distinfo << 'END-of-ecamegapedal/distinfo' XMD5 (ecamegapedal-0.4.4.tar.gz) = 35ae90b8b01e163d4ec0d6c824fbb8c6 XSHA256 (ecamegapedal-0.4.4.tar.gz) = 662ddeb1298870375e3c796a2c344d26e8bbe60ad1c4e8b7c70abc4079a7935b XSIZE (ecamegapedal-0.4.4.tar.gz) = 254928 END-of-ecamegapedal/distinfo echo x - ecamegapedal/pkg-plist sed 's/^X//' >ecamegapedal/pkg-plist << 'END-of-ecamegapedal/pkg-plist' Xbin/ecamegapedal Xshare/ecamegapedal/pixmaps/forward_idx.png Xshare/ecamegapedal/pixmaps/rewind_idx.png Xshare/ecamegapedal/pixmaps/quit_idx.png Xshare/ecamegapedal/pixmaps/begin_idx.png Xshare/ecamegapedal/pixmaps/start_idx.png Xshare/ecamegapedal/pixmaps/stop_idx.png X@dirrm share/ecamegapedal/pixmaps X@dirrm share/ecamegapedal END-of-ecamegapedal/pkg-plist exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: