From 4045130092059221edab4c958c5d80b556dfc0b4 Mon Sep 17 00:00:00 2001 From: gson Date: Sun, 25 Aug 2002 18:50:00 +0000 Subject: Add wavesurfer: Tool for sound visualization and manipulation 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. --- audio/wavesurfer/DESCR | 11 +++++++++++ audio/wavesurfer/Makefile | 21 +++++++++++++++++++++ audio/wavesurfer/PLIST | 33 +++++++++++++++++++++++++++++++++ audio/wavesurfer/distinfo | 4 ++++ 4 files changed, 69 insertions(+) create mode 100644 audio/wavesurfer/DESCR create mode 100644 audio/wavesurfer/Makefile create mode 100644 audio/wavesurfer/PLIST create mode 100644 audio/wavesurfer/distinfo (limited to 'audio/wavesurfer') diff --git a/audio/wavesurfer/DESCR b/audio/wavesurfer/DESCR new file mode 100644 index 00000000000..a7069600d4f --- /dev/null +++ b/audio/wavesurfer/DESCR @@ -0,0 +1,11 @@ +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. diff --git a/audio/wavesurfer/Makefile b/audio/wavesurfer/Makefile new file mode 100644 index 00000000000..2e0244a48d4 --- /dev/null +++ b/audio/wavesurfer/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/25 18:50:00 gson Exp $ + +DISTNAME= wavesurfer-1.4.3 +CATEGORIES= audio +MASTER_SITES= http://www.speech.kth.se/wavesurfer/ + +MAINTAINER= gson@netbsd.org +HOMEPAGE= http://www.speech.kth.se/wavesurfer/ +COMMENT= Tool for sound visualization and manipulation + +DEPENDS+= tcl-snack-2.2a2:../tcl-snack + +USE_BUILDLINK_ONLY= YES +NO_BUILD= YES + +do-install: + ${CP} ${WRKSRC}/wavesurfer.tcl ${PREFIX}/bin/wavesurfer + ${CP} -R ${WRKSRC}/wsurf1.4 ${PREFIX}/lib/ + +.include "../../x11/tk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/wavesurfer/PLIST b/audio/wavesurfer/PLIST new file mode 100644 index 00000000000..ea7f869aa84 --- /dev/null +++ b/audio/wavesurfer/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/25 18:50:00 gson Exp $ +bin/wavesurfer +lib/wsurf1.4/cmdline.tcl +lib/wsurf1.4/combobox.tcl +lib/wsurf1.4/configurations/HTK transcription.conf +lib/wsurf1.4/configurations/Spectrogram.conf +lib/wsurf1.4/configurations/Speech analysis.conf +lib/wsurf1.4/configurations/TIMIT transcription.conf +lib/wsurf1.4/configurations/WAVES transcription.conf +lib/wsurf1.4/configurations/Waveform.conf +lib/wsurf1.4/configurations/n-waveforms.conf +lib/wsurf1.4/htmllib.tcl +lib/wsurf1.4/http.tcl +lib/wsurf1.4/messagebar.tcl +lib/wsurf1.4/notebook.tcl +lib/wsurf1.4/pkgIndex.tcl +lib/wsurf1.4/plugins/analysis.plug +lib/wsurf1.4/plugins/dataplot.plug +lib/wsurf1.4/plugins/timeaxis.plug +lib/wsurf1.4/plugins/transcription.plug +lib/wsurf1.4/plugins/transcription_format_htk.plug +lib/wsurf1.4/plugins/transcription_format_isis.plug +lib/wsurf1.4/plugins/transcription_format_phondat.plug +lib/wsurf1.4/plugins/transcription_format_timit.plug +lib/wsurf1.4/plugins/transcription_format_waves.plug +lib/wsurf1.4/resizer.tcl +lib/wsurf1.4/surfutil.tcl +lib/wsurf1.4/vtcanvas.tcl +lib/wsurf1.4/wavebar.tcl +lib/wsurf1.4/wsurf.tcl +@dirrm lib/wsurf1.4/plugins +@dirrm lib/wsurf1.4/configurations +@dirrm lib/wsurf1.4 diff --git a/audio/wavesurfer/distinfo b/audio/wavesurfer/distinfo new file mode 100644 index 00000000000..f9838aaccd0 --- /dev/null +++ b/audio/wavesurfer/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/25 18:50:00 gson Exp $ + +SHA1 (wavesurfer-1.4.3.tar.gz) = 5d6facb4f5dd2ddda0244553d910bcf3bc7d32d4 +Size (wavesurfer-1.4.3.tar.gz) = 173634 bytes -- cgit v1.2.3