Skip site navigation (1)Skip section navigation (2)
Date:      20 Jun 2005 13:37:05 -0000
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82443: new port: audio/malint 
Message-ID:  <20050620133705.70697.qmail@mx.critical.ch>
Resent-Message-ID: <200506201340.j5KDeHuJ033840@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82443
>Category:       ports
>Synopsis:       new port: audio/malint
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 20 13:40:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p2 FreeBSD 4.11-RELEASE-p2 #0: Wed Apr 6 16:53:59 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
new port: audio/malint

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.

>How-To-Repeat:
	
>Fix:

	

--- malint.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	malint
#	malint/Makefile
#	malint/pkg-descr
#	malint/distinfo
#
echo c - malint
mkdir -p malint > /dev/null 2>&1
echo x - malint/Makefile
sed 's/^X//' >malint/Makefile << 'END-of-malint/Makefile'
X# New ports collection makefile for:	malint
X# Date created:				20 Jun 2005
X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	malint
XDISTVERSION=	0.2
XCATEGORIES=	audio
XMASTER_SITES=	http://www.nih.at/malint/ \
X		ftp://sunsite.univie.ac.at/pub/nih/malint/
X
XMAINTAINER=	ehaupt@critical.ch
XCOMMENT=	MPEG Audio stream validator
X
XGNU_CONFIGURE=	yes
X
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XPLIST_FILES=	bin/malint
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
XPLIST_DIRS+=	%%DOCSDIR%%
XPLIST_FILES+=	%%PORTDOCS%%%%DOCSDIR%%/README
X.endif
X
X.include <bsd.port.mk>
END-of-malint/Makefile
echo x - malint/pkg-descr
sed 's/^X//' >malint/pkg-descr << 'END-of-malint/pkg-descr'
XMalint is an MPEG Audio stream validator. It parses an MPEG audio stream and
Xprints information about the stream and format violations it finds.
X
XMany of the checks (and information outputs) can be enabled or disabled via
Xcommand line switches.
X
XWWW: http://www.nih.at/malint/
X
X- ehaupt
Xehaupt@critical.ch
END-of-malint/pkg-descr
echo x - malint/distinfo
sed 's/^X//' >malint/distinfo << 'END-of-malint/distinfo'
XMD5 (malint-0.2.tar.gz) = 3e746c97db44dd4f8c4e1e6a5ec7efc8
XSIZE (malint-0.2.tar.gz) = 100607
END-of-malint/distinfo
exit
--- malint.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050620133705.70697.qmail>