Date: Tue, 7 Jan 2003 15:51:00 +0100 (CET) From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46826: new port: audio/wavesurfer (Tool for sound visualization and manipulation) Message-ID: <200301071451.h07Ep0bO003850@terrorfish.uni.stoert.net>
next in thread | raw e-mail | index | archive | help
>Number: 46826 >Category: ports >Synopsis: new port: audio/wavesurfer (Tool for sound visualization and manipulation) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 07 07:00:12 PST 2003 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #37: Thu Jan 2 22:36:26 CET 2003 corecode@terrorfish.uni.stoert.net:/usr/obj/athlon/usr/src/sys/TERRORFISH i386 >Description: WaveSurfer is an Open Source tool for sound visualization and manipulation. It has been designed to suit both novice and advanced users. WaveSurfer has a simple and logical user interface that provides functionality in an intuitive way and which can be adapted to different tasks. It can be used as a stand-alone tool for a wide range of tasks in speech research and education. Typical applications are speech/sound analysis and sound annotation/transcription. WaveSurfer can also serve as a platform for more advanced/specialized applications. This is accomplished either through extending the WaveSurfer application with new custom plug-ins or by embedding WaveSurfer visualization components in other applications. WWW: http://www.speech.kth.se/wavesurfer/ - Simon 'corecode' Schubert >How-To-Repeat: >Fix: # 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: # # wavesurfer # wavesurfer/distinfo # wavesurfer/Makefile # wavesurfer/pkg-comment # wavesurfer/pkg-descr # wavesurfer/pkg-plist # echo c - wavesurfer mkdir -p wavesurfer > /dev/null 2>&1 echo x - wavesurfer/distinfo sed 's/^X//' >wavesurfer/distinfo << 'END-of-wavesurfer/distinfo' XMD5 (wavesurfer-1.4.6.tar.gz) = a080194ae08dc91f7a70f1dc30106325 END-of-wavesurfer/distinfo echo x - wavesurfer/Makefile sed 's/^X//' >wavesurfer/Makefile << 'END-of-wavesurfer/Makefile' X# New ports collection makefile for: wavesurfer X# Date created: 30 December 2002 X# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> X# X# $FreeBSD$ X# X XPORTNAME= wavesurfer XPORTVERSION= 1.4.6 XCATEGORIES= audio tcl83 tk83 XMASTER_SITES= http://www.speech.kth.se/wavesurfer/ X XMAINTAINER= corecode@corecode.ath.cx X XRUN_DEPENDS= ${LOCALBASE}/lib/snack2.2/snack.tcl:${PORTSDIR}/audio/snack X XNO_BUILD= yes X XLIBDIR= ${PREFIX}/lib/tcl8.3/wsurf1.4 X Xdo-install: X @${MKDIR} ${LIBDIR} X @cd ${WRKSRC}/wsurf1.4 && \ X for f in *; do \ X if [ -d $$f ]; then \ X ${MKDIR} ${LIBDIR}/$$f; \ X ${INSTALL_DATA} $$f/* ${LIBDIR}/$$f; \ X else \ X ${INSTALL_DATA} $$f ${LIBDIR}; \ X fi; \ X done X @${INSTALL_SCRIPT} ${WRKSRC}/wavesurfer.tcl ${PREFIX}/bin/wavesurfer X X.include <bsd.port.mk> END-of-wavesurfer/Makefile echo x - wavesurfer/pkg-comment sed 's/^X//' >wavesurfer/pkg-comment << 'END-of-wavesurfer/pkg-comment' XTool for sound visualization and manipulation END-of-wavesurfer/pkg-comment echo x - wavesurfer/pkg-descr sed 's/^X//' >wavesurfer/pkg-descr << 'END-of-wavesurfer/pkg-descr' XWaveSurfer is an Open Source tool for sound visualization and Xmanipulation. It has been designed to suit both novice and advanced Xusers. WaveSurfer has a simple and logical user interface that provides Xfunctionality in an intuitive way and which can be adapted to different Xtasks. It can be used as a stand-alone tool for a wide range of tasks in Xspeech research and education. Typical applications are speech/sound Xanalysis and sound annotation/transcription. WaveSurfer can also serve Xas a platform for more advanced/specialized applications. This is Xaccomplished either through extending the WaveSurfer application with Xnew custom plug-ins or by embedding WaveSurfer visualization components Xin other applications. X XWWW: http://www.speech.kth.se/wavesurfer/ X X- Simon 'corecode' Schubert END-of-wavesurfer/pkg-descr echo x - wavesurfer/pkg-plist sed 's/^X//' >wavesurfer/pkg-plist << 'END-of-wavesurfer/pkg-plist' Xbin/wavesurfer Xlib/tcl8.3/wsurf1.4/cmdline.tcl Xlib/tcl8.3/wsurf1.4/combobox.tcl Xlib/tcl8.3/wsurf1.4/configurations/HTK transcription.conf Xlib/tcl8.3/wsurf1.4/configurations/IPA transcription.conf Xlib/tcl8.3/wsurf1.4/configurations/Spectrogram.conf Xlib/tcl8.3/wsurf1.4/configurations/Speech analysis.conf Xlib/tcl8.3/wsurf1.4/configurations/TIMIT transcription.conf Xlib/tcl8.3/wsurf1.4/configurations/Transcription.conf Xlib/tcl8.3/wsurf1.4/configurations/WAVES transcription.conf Xlib/tcl8.3/wsurf1.4/configurations/Waveform.conf Xlib/tcl8.3/wsurf1.4/configurations/n-waveforms.conf Xlib/tcl8.3/wsurf1.4/htmllib.tcl Xlib/tcl8.3/wsurf1.4/http.tcl Xlib/tcl8.3/wsurf1.4/messagebar.tcl Xlib/tcl8.3/wsurf1.4/notebook.tcl Xlib/tcl8.3/wsurf1.4/pkgIndex.tcl Xlib/tcl8.3/wsurf1.4/plugins/analysis.plug Xlib/tcl8.3/wsurf1.4/plugins/dataplot.plug Xlib/tcl8.3/wsurf1.4/plugins/timeaxis.plug Xlib/tcl8.3/wsurf1.4/plugins/transcription.plug Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_htk.plug Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_isis.plug Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_phondat.plug Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_timit.plug Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_waves.plug Xlib/tcl8.3/wsurf1.4/plugins/transcription_format_ws.plug Xlib/tcl8.3/wsurf1.4/resizer.tcl Xlib/tcl8.3/wsurf1.4/surfutil.tcl Xlib/tcl8.3/wsurf1.4/vtcanvas.tcl Xlib/tcl8.3/wsurf1.4/wavebar.tcl Xlib/tcl8.3/wsurf1.4/wsurf.tcl X@dirrm lib/tcl8.3/wsurf1.4/plugins X@dirrm lib/tcl8.3/wsurf1.4/configurations X@dirrm lib/tcl8.3/wsurf1.4 END-of-wavesurfer/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301071451.h07Ep0bO003850>