diff options
author | gson <gson@pkgsrc.org> | 2002-08-25 18:50:00 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2002-08-25 18:50:00 +0000 |
commit | 4045130092059221edab4c958c5d80b556dfc0b4 (patch) | |
tree | edfb036ecd0cb7f7732eb92907e859f1cb9ea03a | |
parent | e2afa97f51a1f72e6618533019aaaae07b7d3cf2 (diff) | |
download | pkgsrc-4045130092059221edab4c958c5d80b556dfc0b4.tar.gz |
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.
-rw-r--r-- | audio/wavesurfer/DESCR | 11 | ||||
-rw-r--r-- | audio/wavesurfer/Makefile | 21 | ||||
-rw-r--r-- | audio/wavesurfer/PLIST | 33 | ||||
-rw-r--r-- | audio/wavesurfer/distinfo | 4 |
4 files changed, 69 insertions, 0 deletions
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 |