summaryrefslogtreecommitdiff
path: root/audio/normalize
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2001-02-03 18:16:34 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2001-02-03 18:16:34 +0000
commit1344523717514d54f67a4a3576204c316ecf420b (patch)
tree97a89c1ca49be8baf3ab665fc3a000261e2d8433 /audio/normalize
parentUpdate to 0.1.90. (diff)
Add normalize, a tool for normalizing the volume of wav and mp3 files.
PR: 24754 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes: svn path=/head/; revision=37934
Diffstat (limited to 'audio/normalize')
-rw-r--r--audio/normalize/Makefile22
-rw-r--r--audio/normalize/distinfo1
-rw-r--r--audio/normalize/pkg-comment1
-rw-r--r--audio/normalize/pkg-descr7
-rw-r--r--audio/normalize/pkg-plist3
5 files changed, 34 insertions, 0 deletions
diff --git a/audio/normalize/Makefile b/audio/normalize/Makefile
new file mode 100644
index 000000000000..e93aa97f90d4
--- /dev/null
+++ b/audio/normalize/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: normalize
+# Date created: 31 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= normalize
+PORTVERSION= 0.4
+CATEGORIES= audio
+MASTER_SITES= http://www.cs.columbia.edu/~cvaill/normalize/
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+GNU_CONFIGURE= yes
+
+MAN1= normalize.1
+
+.include <bsd.port.mk>
diff --git a/audio/normalize/distinfo b/audio/normalize/distinfo
new file mode 100644
index 000000000000..2020fce57681
--- /dev/null
+++ b/audio/normalize/distinfo
@@ -0,0 +1 @@
+MD5 (normalize-0.4.tar.gz) = 13c24bad646aef28778e414b59fee290
diff --git a/audio/normalize/pkg-comment b/audio/normalize/pkg-comment
new file mode 100644
index 000000000000..30775d76fcfb
--- /dev/null
+++ b/audio/normalize/pkg-comment
@@ -0,0 +1 @@
+A tool for adjusting the volume of wave/MP3 files to a standard level
diff --git a/audio/normalize/pkg-descr b/audio/normalize/pkg-descr
new file mode 100644
index 000000000000..414eda7450d6
--- /dev/null
+++ b/audio/normalize/pkg-descr
@@ -0,0 +1,7 @@
+Normalize is an overly complicated tool for adjusting the volume of
+wave files to a standard volume level. This is useful for things like
+creating mp3 mixes, where different recording levels on different
+albums can cause the volume to vary greatly from song to song.
+
+- George Reid
+greid@ukug.uk.freebsd.org
diff --git a/audio/normalize/pkg-plist b/audio/normalize/pkg-plist
new file mode 100644
index 000000000000..35d2be780394
--- /dev/null
+++ b/audio/normalize/pkg-plist
@@ -0,0 +1,3 @@
+bin/normalize
+bin/normalize-mp3
+share/locale/fr/LC_MESSAGES/normalize.mo