pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/malint initial import of malint-0.2, an MPEG aud...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5f88a369461
branches:  trunk
changeset: 483073:b5f88a369461
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Nov 06 23:14:58 2004 +0000

description:
initial import of malint-0.2, an MPEG audio stream validator

diffstat:

 audio/malint/DESCR    |   7 +++++++
 audio/malint/Makefile |  16 ++++++++++++++++
 audio/malint/PLIST    |   1 +
 audio/malint/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 60c6f68dc2f9 -r b5f88a369461 audio/malint/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/malint/DESCR        Sat Nov 06 23:14:58 2004 +0000
@@ -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 -r 60c6f68dc2f9 -r b5f88a369461 audio/malint/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/malint/Makefile     Sat Nov 06 23:14:58 2004 +0000
@@ -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@localhost
+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 -r 60c6f68dc2f9 -r b5f88a369461 audio/malint/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/malint/PLIST        Sat Nov 06 23:14:58 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/06 23:14:58 dillo Exp $
diff -r 60c6f68dc2f9 -r b5f88a369461 audio/malint/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/malint/distinfo     Sat Nov 06 23:14:58 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index