summaryrefslogtreecommitdiff
path: root/audio/mp3stat
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-21 14:59:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-21 14:59:48 +0000
commit6d50e1c211306bbb467282780477b95eb35e4501 (patch)
treedf567ab75c8a4589a76425a324fbedb0281a6d04 /audio/mp3stat
parentUpdate MASTER_SITES and my maintainer email address. (diff)
add mp3stat 2.5.2
Read information about mp3s and oggs bitstream
Notes
Notes: svn path=/head/; revision=56420
Diffstat (limited to 'audio/mp3stat')
-rw-r--r--audio/mp3stat/Makefile29
-rw-r--r--audio/mp3stat/distinfo1
-rw-r--r--audio/mp3stat/pkg-comment1
-rw-r--r--audio/mp3stat/pkg-descr13
-rw-r--r--audio/mp3stat/pkg-plist1
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile
new file mode 100644
index 000000000000..41f00b7deab2
--- /dev/null
+++ b/audio/mp3stat/Makefile
@@ -0,0 +1,29 @@
+# ex:ts=8
+# Ports collection makefile for: mp3stat
+# Date created: Mar 20, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= mp3stat
+PORTVERSION= 2.5.2
+CATEGORIES= audio
+MASTER_SITES= http://safemode.homeip.net/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_GTK= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+CFLAGS+= -I${LOCALBASE}/include
+USE_GMAKE= yes
+
+post-patch:
+ @${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g ; \
+ s,gtk-config,${GTK_CONFIG},g ; \
+ s,^CXXFLAGS *=,CXXFLAGS+=,g" ${WRKSRC}/Makefile
+# current vorbis support is broken, dont know how to fix
+ @${PERL} -pi -e "s,^VORBIS,#VORBIS,g" ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
diff --git a/audio/mp3stat/distinfo b/audio/mp3stat/distinfo
new file mode 100644
index 000000000000..5a9fd03b59b8
--- /dev/null
+++ b/audio/mp3stat/distinfo
@@ -0,0 +1 @@
+MD5 (mp3stat_2.5.2.tar.gz) = 1d8aac1dd78928cea869b2d8165ce601
diff --git a/audio/mp3stat/pkg-comment b/audio/mp3stat/pkg-comment
new file mode 100644
index 000000000000..de79d9310c85
--- /dev/null
+++ b/audio/mp3stat/pkg-comment
@@ -0,0 +1 @@
+Read information about mp3s and oggs bitstream
diff --git a/audio/mp3stat/pkg-descr b/audio/mp3stat/pkg-descr
new file mode 100644
index 000000000000..35ebcc3611f0
--- /dev/null
+++ b/audio/mp3stat/pkg-descr
@@ -0,0 +1,13 @@
+Mp3stat is a utility to read information about mp3s and oggs bitstream. Most
+specifically, how certain bitrates have been placed in the bitstream by the
+encoder. Not only does mp3stat give you a graphical representation of the
+average bitrate per 1/500th of the file in a linear bar graph to allow you to
+compare encoders and settings, it also has a batch file mode. The batch file
+mode allows you to use mp3stat as a script utility instead of gui, for use in
+your own programs and or scripts. The batch mode can trivially be extended to
+give just as much info as the gui version but now defaults to a configurable
+output of 3 pieces of info, name, runtime, avgerage bitrate. The batch mode
+can take mp3s and oggs in the same directory but it cannot (not yet at least)
+recursively run into subdirectories.
+
+WWW: http://safemode.homeip.net/
diff --git a/audio/mp3stat/pkg-plist b/audio/mp3stat/pkg-plist
new file mode 100644
index 000000000000..2f3e0044c11d
--- /dev/null
+++ b/audio/mp3stat/pkg-plist
@@ -0,0 +1 @@
+bin/mp3stat