aboutsummaryrefslogtreecommitdiff
path: root/audio/malint
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-06-22 06:25:14 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-06-22 06:25:14 +0000
commit2a201ae9aada591383d48d044a41e1276b7b3702 (patch)
treef19d8732fb1aee879566560c466bccc4947bfc8d /audio/malint
parent3f1a47cee58f0ce83dafc1882b0572cf59e8a7a7 (diff)
downloadports-2a201ae9aada591383d48d044a41e1276b7b3702.tar.gz
ports-2a201ae9aada591383d48d044a41e1276b7b3702.zip
Add malint , MPEG Audio stream validator.
PR: ports/82443 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=137836
Diffstat (limited to 'audio/malint')
-rw-r--r--audio/malint/Makefile29
-rw-r--r--audio/malint/distinfo2
-rw-r--r--audio/malint/pkg-descr10
3 files changed, 41 insertions, 0 deletions
diff --git a/audio/malint/Makefile b/audio/malint/Makefile
new file mode 100644
index 000000000000..fadf6cd6f0cd
--- /dev/null
+++ b/audio/malint/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: malint
+# Date created: 20 Jun 2005
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= malint
+DISTVERSION= 0.2
+CATEGORIES= audio
+MASTER_SITES= http://www.nih.at/malint/ \
+ ftp://sunsite.univie.ac.at/pub/nih/malint/
+
+MAINTAINER= ehaupt@critical.ch
+COMMENT= MPEG Audio stream validator
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+PORTDOCS= README
+PLIST_FILES= bin/malint
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/audio/malint/distinfo b/audio/malint/distinfo
new file mode 100644
index 000000000000..d2504f19b880
--- /dev/null
+++ b/audio/malint/distinfo
@@ -0,0 +1,2 @@
+MD5 (malint-0.2.tar.gz) = 3e746c97db44dd4f8c4e1e6a5ec7efc8
+SIZE (malint-0.2.tar.gz) = 100607
diff --git a/audio/malint/pkg-descr b/audio/malint/pkg-descr
new file mode 100644
index 000000000000..3fa10a396bc3
--- /dev/null
+++ b/audio/malint/pkg-descr
@@ -0,0 +1,10 @@
+Malint is an MPEG Audio stream validator. It parses an MPEG audio stream and
+prints information about the stream and format violations it finds.
+
+Many of the checks (and information outputs) can be enabled or disabled via
+command line switches.
+
+WWW: http://www.nih.at/malint/
+
+- ehaupt
+ehaupt@critical.ch