From owner-freebsd-ports Mon Apr 16 4:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 469B437B443 for ; Mon, 16 Apr 2001 04:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3GBA3G87418; Mon, 16 Apr 2001 04:10:03 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id E9C6A37B424 for ; Mon, 16 Apr 2001 04:04:22 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id UAA30480 for ; Mon, 16 Apr 2001 20:34:21 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.1/8.11.1) id f3GB8lL13852; Mon, 16 Apr 2001 20:38:47 +0930 (CST) (envelope-from mark) Message-Id: <200104161108.f3GB8lL13852@aeris.kyne.com.au> Date: Mon, 16 Apr 2001 20:38:47 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26612: New port: audio/mp3check: A tool for checking and fixing mp3 archive inconsistencies Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26612 >Category: ports >Synopsis: New port: audio/mp3check: A tool for checking and fixing mp3 archive inconsistencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 16 04:10:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: >Description: Mp3check is a tool for checking and fixing mp3 archive inconsistencies: - Filenames (too long, spaces, weird characters, ...) - Redundant play lists - ID3 tags - Broken mp3 files - and more.. >How-To-Repeat: >Fix: # 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: # # mp3check # mp3check/Makefile # mp3check/distinfo # mp3check/pkg-descr # mp3check/pkg-comment # mp3check/pkg-plist # echo c - mp3check mkdir -p mp3check > /dev/null 2>&1 echo x - mp3check/Makefile sed 's/^X//' >mp3check/Makefile << 'END-of-mp3check/Makefile' X# New ports collection makefile for: mp3check X# Date created: Apr 16, 2001 X# Whom: Mark Pulford X# X# $FreeBSD$ X# X XPORTNAME= mp3check XPORTVERSION= 1.1 XCATEGORIES= audio XMASTER_SITES= http://www.icculus.org/mp3check/ XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= X XMAINTAINER= mark@kyne.com.au X XRUN_DEPENDS= ${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \ X ${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check X XUSE_PERL5= yes XNO_WRKSUBDIR= yes XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= ${WRKSRC} XNO_BUILD= yes X Xpre-patch: X @${PERL} -pi -e "s|^#!.+|#!${PERL}|" ${WRKSRC}/mp3check X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/mp3check ${PREFIX}/bin X X.include END-of-mp3check/Makefile echo x - mp3check/distinfo sed 's/^X//' >mp3check/distinfo << 'END-of-mp3check/distinfo' XMD5 (mp3check) = 690f8c2aa9daad62f2eade2aee425119 END-of-mp3check/distinfo echo x - mp3check/pkg-descr sed 's/^X//' >mp3check/pkg-descr << 'END-of-mp3check/pkg-descr' XMp3check is a tool for checking and fixing mp3 archive Xinconsistencies: X- Filenames (too long, spaces, weird characters, ...) X- Redundant play lists X- ID3 tags X- Broken mp3 files X- and more.. X XWWW: http://www.icculus.org/mp3check/ END-of-mp3check/pkg-descr echo x - mp3check/pkg-comment sed 's/^X//' >mp3check/pkg-comment << 'END-of-mp3check/pkg-comment' XA tool for checking and fixing mp3 archive inconsistencies END-of-mp3check/pkg-comment echo x - mp3check/pkg-plist sed 's/^X//' >mp3check/pkg-plist << 'END-of-mp3check/pkg-plist' Xbin/mp3check END-of-mp3check/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message