ports/155914: new port for ladspa plugin autotalent

Richard E Neese r.neese at gmail.com
Thu Mar 24 15:00:06 UTC 2011


The following reply was made to PR ports/155914; it has been noted by GNATS.

From: Richard E Neese <r.neese at gmail.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc:  
Subject: Re: ports/155914: new port for ladspa plugin autotalent
Date: Thu, 24 Mar 2011 10:29:38 -0500

 This is a multi-part message in MIME format.
 --------------060801070705020206080206
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 3/24/2011 9:30, FreeBSD-gnats-submit at FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/155914'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=155914
 >
 >    
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       new port for ladspa plugin autotalent
 >> Arrival-Date:   Thu Mar 24 14:30:01 UTC 2011
 >>      
 
 
 --------------060801070705020206080206
 Content-Type: text/plain;
  name="autotalent.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="autotalent.shar"
 
 # 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:
 #
 #	autotalent
 #	autotalent/pkg-descr
 #	autotalent/distinfo
 #	autotalent/Makefile
 #
 echo c - autotalent
 mkdir -p autotalent > /dev/null 2>&1
 echo x - autotalent/pkg-descr
 sed 's/^X//' >autotalent/pkg-descr << 'aaef7f888301ee6b02d64e808d6c1861'
 Xreal-time pitch correction plugin for ladspa
 X
 Xhttp://web.mit.edu/tbaran/www/autotalent.html
 aaef7f888301ee6b02d64e808d6c1861
 echo x - autotalent/distinfo
 sed 's/^X//' >autotalent/distinfo << 'dfbea39429d8435929dc903b30ab2961'
 XSHA256 (autotalent-0.2.tar.gz) = c0d2962ac9f49a96a20b60413802f18e629034d3cb78d1c7b056c3487be4ebf5
 XSIZE (autotalent-0.2.tar.gz) = 31419
 dfbea39429d8435929dc903b30ab2961
 echo x - autotalent/Makefile
 sed 's/^X//' >autotalent/Makefile << 'e33efde5f9240f472b37ca2c40e90e33'
 X
 X# New ports collection Makefile for:   autotalent
 X# Date created:         03/24/11
 X# Whom:                 Rich Neese <r.neese at gmail.com>              
 X#
 X# $FreeBSD:$
 X
 XPORTNAME=	autotalent
 XPORTVERSION=	0.2
 XCATEGORIES=	audio
 XMASTER_SITES=	http://web.mit.edu/tbaran/www/
 XDISTNAME=	${PORTNAME}-${PORTVERSION}
 X
 XMAINTAINER=	r.neese at gmail.com
 XCOMMENT=	It's a real-time pitch correction plugin for ladspa
 X
 XBUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 XRUN_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 X
 XUSE_GMAKE=	yes
 X
 XMAKE_ARGS=	CXX="${CXX}" \
 X		CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include"
 X
 XALL_TARGET=	targets
 X
 XPLIST_FILES=	lib/ladspa/autotalent.so
 X
 Xpost-patch:
 X	@${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} \
 X		${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g"
 X
 Xdo-install:
 X	${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa/
 X
 X.include <bsd.port.mk>
 e33efde5f9240f472b37ca2c40e90e33
 exit
 
 
 --------------060801070705020206080206--



More information about the freebsd-ports-bugs mailing list