diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/malint/Makefile | 29 | ||||
-rw-r--r-- | audio/malint/distinfo | 2 | ||||
-rw-r--r-- | audio/malint/pkg-descr | 10 |
4 files changed, 42 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index f60ab220ac7b..a16df942e195 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -264,6 +264,7 @@ SUBDIR += mac SUBDIR += mad SUBDIR += madplay + SUBDIR += malint SUBDIR += maplay SUBDIR += marlin SUBDIR += mbox 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 |