From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Mar 6 13:30:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C385516A40A for ; Tue, 6 Mar 2007 13:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9862D13C4BE for ; Tue, 6 Mar 2007 13:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l26DU5iv043462 for ; Tue, 6 Mar 2007 13:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l26DU5Vv043442; Tue, 6 Mar 2007 13:30:05 GMT (envelope-from gnats) Resent-Date: Tue, 6 Mar 2007 13:30:05 GMT Resent-Message-Id: <200703061330.l26DU5Vv043442@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, trasz Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67D9916A400 for ; Tue, 6 Mar 2007 13:23:24 +0000 (UTC) (envelope-from trasz@pin.if.uz.zgora.pl) Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251]) by mx1.freebsd.org (Postfix) with ESMTP id EACD913C47E for ; Tue, 6 Mar 2007 13:23:23 +0000 (UTC) (envelope-from trasz@pin.if.uz.zgora.pl) Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001) id 6FC3D39DBA; Tue, 6 Mar 2007 14:30:55 +0100 (CET) Message-Id: <20070306133055.6FC3D39DBA@pin.if.uz.zgora.pl> Date: Tue, 6 Mar 2007 14:30:55 +0100 (CET) From: trasz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/109990: [NEW PORT] audio/caps-plugins: The C* Audio Plugin Suite 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: Tue, 06 Mar 2007 13:30:05 -0000 >Number: 109990 >Category: ports >Synopsis: [NEW PORT] audio/caps-plugins: The C* Audio Plugin Suite >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 06 13:30:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: The C* Audio Plugin Suite, is a collection of highly refined LADSPA units capable of (and intended for) realtime operation. The suite includes DSP units emulating instrument amplifiers, stomp-box classics, versatile 'virtual analogue' oscillators, fractal oscillation, reverb, equalization and others. WWW: http://quitte.de/dsp/caps.html Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- caps-plugins-0.3.0.shar begins here --- # 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: # # caps-plugins # caps-plugins/pkg-descr # caps-plugins/Makefile # caps-plugins/files # caps-plugins/files/patch-Makefile # caps-plugins/distinfo # echo c - caps-plugins mkdir -p caps-plugins > /dev/null 2>&1 echo x - caps-plugins/pkg-descr sed 's/^X//' >caps-plugins/pkg-descr << 'END-of-caps-plugins/pkg-descr' XThe C* Audio Plugin Suite, is a collection of highly refined LADSPA Xunits capable of (and intended for) realtime operation. The suite Xincludes DSP units emulating instrument amplifiers, stomp-box Xclassics, versatile 'virtual analogue' oscillators, fractal Xoscillation, reverb, equalization and others. X XWWW: http://quitte.de/dsp/caps.html END-of-caps-plugins/pkg-descr echo x - caps-plugins/Makefile sed 's/^X//' >caps-plugins/Makefile << 'END-of-caps-plugins/Makefile' X# New ports collection makefile for: caps-plugins X# Date created: 2007-03-06 X# Whom: trasz X# X# $FreeBSD$ X# X XPORTNAME= caps-plugins XPORTVERSION= 0.3.0 XCATEGORIES= audio XMASTER_SITES= http://quitte.de/dsp/ XDISTNAME= caps_${PORTVERSION} X XMAINTAINER= trasz@pin.if.uz.zgora.pl XCOMMENT= The C* Audio Plugin Suite X XBUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/caps-${PORTVERSION} XUSE_GMAKE= yes X XPLIST_FILES= lib/ladspa/caps.so X X.include X X.if !defined(WITHOUT_OPTIMIZED_CFLAGS) XCFLAGS+= -O6 -ffast-math -funroll-loops X.endif X X.include END-of-caps-plugins/Makefile echo c - caps-plugins/files mkdir -p caps-plugins/files > /dev/null 2>&1 echo x - caps-plugins/files/patch-Makefile sed 's/^X//' >caps-plugins/files/patch-Makefile << 'END-of-caps-plugins/files/patch-Makefile' X--- Makefile.orig Tue Mar 6 12:39:47 2007 X+++ Makefile Tue Mar 6 12:40:24 2007 X@@ -1,11 +1,11 @@ X PREFIX = /usr/local X X-CC = g++ X-OPTS = -O6 -ffast-math -funroll-loops -Wall -fPIC -DPIC X+CC = $(CXX) X+OPTS = -Wall -fPIC -DPIC X # users of later iterations of the x86 architecture may want to add these: X # OPTS = -msse2 -mfpmath=sse -pipe -ftracer X X-CFLAGS = $(OPTS) X+CFLAGS += $(OPTS) X X PLUG = caps X VERSION = 0.3.0 END-of-caps-plugins/files/patch-Makefile echo x - caps-plugins/distinfo sed 's/^X//' >caps-plugins/distinfo << 'END-of-caps-plugins/distinfo' XMD5 (caps_0.3.0.tar.gz) = ece235ac353092f39a4f15d365cfa46f XSHA256 (caps_0.3.0.tar.gz) = 1cf3dd09f2b9f734a2e637a1919df87fc806667db4a2d5d40dc6773716e121ff XSIZE (caps_0.3.0.tar.gz) = 209075 END-of-caps-plugins/distinfo exit --- caps-plugins-0.3.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: