diff options
author | dillo <dillo@pkgsrc.org> | 2004-11-06 23:14:58 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-11-06 23:14:58 +0000 |
commit | 21c6a5830811e88cdf7710d6cad7f74cf22ea26c (patch) | |
tree | 319bc504ce6db301a985f072ee0f3e9e39015b17 | |
parent | 553b97e38c53c1f7c603476330cc0baf3f5356b4 (diff) | |
download | pkgsrc-21c6a5830811e88cdf7710d6cad7f74cf22ea26c.tar.gz |
initial import of malint-0.2, an MPEG audio stream validator
-rw-r--r-- | audio/malint/DESCR | 7 | ||||
-rw-r--r-- | audio/malint/Makefile | 16 | ||||
-rw-r--r-- | audio/malint/PLIST | 1 | ||||
-rw-r--r-- | audio/malint/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/audio/malint/DESCR b/audio/malint/DESCR new file mode 100644 index 00000000000..a235019bc3c --- /dev/null +++ b/audio/malint/DESCR @@ -0,0 +1,7 @@ + This is malint, 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. diff --git a/audio/malint/Makefile b/audio/malint/Makefile new file mode 100644 index 00000000000..c301652c8a6 --- /dev/null +++ b/audio/malint/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/06 23:14:58 dillo Exp $ +# + +DISTNAME= malint-0.2 +CATEGORIES= audio +MASTER_SITES= http://www.nih.at/malint/ + +MAINTAINER= dillo@NetBSD.org +HOMEPAGE= http://www.nih.at/malint/ +COMMENT= MPEG audio stream validator + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +TEST_TARGET= check + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/malint/PLIST b/audio/malint/PLIST new file mode 100644 index 00000000000..aef2a6d0442 --- /dev/null +++ b/audio/malint/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/06 23:14:58 dillo Exp $ diff --git a/audio/malint/distinfo b/audio/malint/distinfo new file mode 100644 index 00000000000..e8d2c2d38ef --- /dev/null +++ b/audio/malint/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/06 23:14:58 dillo Exp $ + +SHA1 (malint-0.2.tar.gz) = 6aa79cfcaef0764727f87b3ef9c64644f8458dae +Size (malint-0.2.tar.gz) = 100607 bytes |