Date: Tue, 6 Mar 2007 14:30:55 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109990: [NEW PORT] audio/caps-plugins: The C* Audio Plugin Suite Message-ID: <20070306133055.6FC3D39DBA@pin.if.uz.zgora.pl> Resent-Message-ID: <200703061330.l26DU5Vv043442@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <trasz@pin.if.uz.zgora.pl> 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 <bsd.port.pre.mk> X X.if !defined(WITHOUT_OPTIMIZED_CFLAGS) XCFLAGS+= -O6 -ffast-math -funroll-loops X.endif X X.include <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070306133055.6FC3D39DBA>