From a286ace6d9d16a948a229bb24dedadc456f9eca2 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 10 May 2002 10:52:51 +0000 Subject: add soundgrab 0.6.0 Interactively select and save sections of an audio file --- audio/soundgrab/Makefile | 35 +++++++++++++++++++++++++++++++++++ audio/soundgrab/distinfo | 1 + audio/soundgrab/pkg-comment | 1 + audio/soundgrab/pkg-descr | 14 ++++++++++++++ audio/soundgrab/pkg-plist | 1 + 5 files changed, 52 insertions(+) create mode 100644 audio/soundgrab/Makefile create mode 100644 audio/soundgrab/distinfo create mode 100644 audio/soundgrab/pkg-comment create mode 100644 audio/soundgrab/pkg-descr create mode 100644 audio/soundgrab/pkg-plist (limited to 'audio/soundgrab') diff --git a/audio/soundgrab/Makefile b/audio/soundgrab/Makefile new file mode 100644 index 000000000000..002b8c1f7ca1 --- /dev/null +++ b/audio/soundgrab/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# Ports collection makefile for: soundgrab +# Date created: May 9, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= soundgrab +PORTVERSION= 0.6.0 +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/editors + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ + rawplay:${PORTSDIR}/audio/rawrec \ + oggenc:${PORTSDIR}/audio/vorbis-tools \ + flac:${PORTSDIR}/audio/flac \ + ${PERL_SITELIBDIR}/${PERL_VER}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ + ${PERL_SITELIBDIR}/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + +PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl + +USE_PERL5= yes +NO_BUILD= yes + +MAN1= soundgrab.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/soundgrab ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/soundgrab.1 ${MAN1PREFIX}/man/man1 + +.include diff --git a/audio/soundgrab/distinfo b/audio/soundgrab/distinfo new file mode 100644 index 000000000000..e945459d5953 --- /dev/null +++ b/audio/soundgrab/distinfo @@ -0,0 +1 @@ +MD5 (soundgrab-0.6.0.tar.gz) = 470dfdba22957ac8e06b92b275ba9b12 diff --git a/audio/soundgrab/pkg-comment b/audio/soundgrab/pkg-comment new file mode 100644 index 000000000000..386c6a403e3d --- /dev/null +++ b/audio/soundgrab/pkg-comment @@ -0,0 +1 @@ +Interactively select and save sections of an audio file diff --git a/audio/soundgrab/pkg-descr b/audio/soundgrab/pkg-descr new file mode 100644 index 000000000000..d6922a5a2c7d --- /dev/null +++ b/audio/soundgrab/pkg-descr @@ -0,0 +1,14 @@ +soundgrab is designed to help you slice up a big long raw audio file +(by default 44.1 kHz 2 channel signed sixteen bit little endian) and +save your favorite sections to other files. It does this by providing +you with a cassette player like command line interface. Commands like +ff , rw , jump can be used while the +volume is being played or while it is stopped to move the player head +around. The commands mark and name allow you to give names to sections +between the mark and the current position of the player head (like +emacs mark and point concept), and the export command exports the +named sections to other files in wav, cdr (CD mastering), or raw +format (or ogg or flac format if the appropriate encoder binaries are +found on your system). + +WWW: http://rawrec.sourceforge.net/soundgrab/ diff --git a/audio/soundgrab/pkg-plist b/audio/soundgrab/pkg-plist new file mode 100644 index 000000000000..7935a09c7b81 --- /dev/null +++ b/audio/soundgrab/pkg-plist @@ -0,0 +1 @@ +bin/soundgrab -- cgit v1.2.3