Bug 115460 - New port: audio/ecamegapedal realtime audio processor
Summary: New port: audio/ecamegapedal realtime audio processor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-13 10:30 UTC by dk
Modified: 2007-09-08 07:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dk 2007-08-13 10:30:01 UTC
# 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 <lazyklimm@gmail.com>
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 <bsd.port.pre.mk>
X
X.if defined(WITH_JACK)
XCONFIGURE_ARGS+= --with-jack=${JACK_DIR}
X.else
XCONFIGURE_ARGS+= --disable-jack
X.endif
X
X.include <bsd.port.post.mk>
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-13 10:30:07 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115460 

Adding to audit trail from misfiled PR ports/115499:
 
Date: Tue, 14 Aug 2007 07:16:54 GMT
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-08-20 19:06:11 UTC
State Changed
From-To: open->feedback

new ports must have a miantainer. are you interested ?
Comment 3 dk 2007-08-21 12:14:40 UTC
I am.
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Comment 4 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-08-21 12:39:23 UTC
State Changed
From-To: feedback->open

submitter wants to maintain this port
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-08 07:21:13 UTC
State Changed
From-To: open->closed

Committed, thanks!