diff options
author | alex <alex@FreeBSD.org> | 2001-05-22 03:47:44 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-05-22 03:47:44 +0800 |
commit | 83ea9e3c91f3202961fee1335f5df2e86a8724e2 (patch) | |
tree | 1d32b4d35ba6360210d9ee102822b35c456d2bbe /audio/gnowavcut | |
parent | ae16a26186d54520c4ffae2f441272ca85fd567d (diff) | |
download | freebsd-ports-gnome-83ea9e3c91f3202961fee1335f5df2e86a8724e2.tar.gz freebsd-ports-gnome-83ea9e3c91f3202961fee1335f5df2e86a8724e2.tar.zst freebsd-ports-gnome-83ea9e3c91f3202961fee1335f5df2e86a8724e2.zip |
Add gnowavcut 0.0.6, a GNOME/GTK+ based RIFF PCM Wave file splitter.
PR: 27466
Submitted by: Steve Coltrin <spcoltri@omcl.org>
Diffstat (limited to 'audio/gnowavcut')
-rw-r--r-- | audio/gnowavcut/Makefile | 19 | ||||
-rw-r--r-- | audio/gnowavcut/distinfo | 1 | ||||
-rw-r--r-- | audio/gnowavcut/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | audio/gnowavcut/pkg-comment | 1 | ||||
-rw-r--r-- | audio/gnowavcut/pkg-descr | 7 | ||||
-rw-r--r-- | audio/gnowavcut/pkg-plist | 2 |
6 files changed, 41 insertions, 0 deletions
diff --git a/audio/gnowavcut/Makefile b/audio/gnowavcut/Makefile new file mode 100644 index 000000000000..e67c1c877e17 --- /dev/null +++ b/audio/gnowavcut/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gnowavcut +# Date created: 19 May 2001 +# Whom: Steve Coltrin <spcoltri@omcl.org> +# +# $FreeBSD$ +# + +PORTNAME= gnowavcut +PORTVERSION= 0.0.6 +CATEGORIES= audio gnome +MASTER_SITES= http://gnowavcut.good-day.net/src/ + +MAINTAINER= spcoltri@omcl.org + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GNOME= yes + +.include <bsd.port.mk> diff --git a/audio/gnowavcut/distinfo b/audio/gnowavcut/distinfo new file mode 100644 index 000000000000..64cc9d9f50f2 --- /dev/null +++ b/audio/gnowavcut/distinfo @@ -0,0 +1 @@ +MD5 (gnowavcut-0.0.6.tar.gz) = 306b10b0659568b2414a744eb4e0643f diff --git a/audio/gnowavcut/files/patch-Makefile.in b/audio/gnowavcut/files/patch-Makefile.in new file mode 100644 index 000000000000..4a5209d37c36 --- /dev/null +++ b/audio/gnowavcut/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun May 20 00:18:01 2001 ++++ Makefile.in Sun May 20 00:18:09 2001 +@@ -122,7 +122,7 @@ + EXTRA_DIST = autogen.sh gnowavcut.desktop gnowavcut.spec.in gnowavcut.spec + + +-Desktopdir = $(datadir)/gnome/apps/Multimedia ++Desktopdir = $(datadir)/apps/Multimedia + Desktop_DATA = gnowavcut.desktop + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/audio/gnowavcut/pkg-comment b/audio/gnowavcut/pkg-comment new file mode 100644 index 000000000000..e78d234708d6 --- /dev/null +++ b/audio/gnowavcut/pkg-comment @@ -0,0 +1 @@ +A GNOME/GTK+ based RIFF PCM Wave file splitter diff --git a/audio/gnowavcut/pkg-descr b/audio/gnowavcut/pkg-descr new file mode 100644 index 000000000000..9da025a15fc8 --- /dev/null +++ b/audio/gnowavcut/pkg-descr @@ -0,0 +1,7 @@ +GnoWavCut splits non-compressed 16bit PCM Wave files. You can set splitting +points while playing sounds. + +WWW: http://gnowavcut.good-day.net/ + +- Steve Coltrin +spcoltri@omcl.org diff --git a/audio/gnowavcut/pkg-plist b/audio/gnowavcut/pkg-plist new file mode 100644 index 000000000000..4058b56d0d72 --- /dev/null +++ b/audio/gnowavcut/pkg-plist @@ -0,0 +1,2 @@ +bin/gnowavcut +share/gnome/apps/Multimedia/gnowavcut.desktop |