Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 09:35:38 GMT
From:      zach@pabst.bendnet.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18812: New port: mp3_check
Message-ID:  <200005250935.JAA47220@pabst.bendnet.com>

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

>Number:         18812
>Category:       ports
>Synopsis:       New port: mp3_check
>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:   Thu May 25 09:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Zach Zurflu
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

	

>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:
#
#	mp3_check
#	mp3_check/Makefile
#	mp3_check/files
#	mp3_check/files/md5
#	mp3_check/patches
#	mp3_check/patches/patch-aa
#	mp3_check/patches/patch-ab
#	mp3_check/pkg
#	mp3_check/pkg/COMMENT
#	mp3_check/pkg/DESCR
#	mp3_check/pkg/PLIST
#
echo c - mp3_check
mkdir -p mp3_check > /dev/null 2>&1
echo x - mp3_check/Makefile
sed 's/^X//' >mp3_check/Makefile << 'END-of-mp3_check/Makefile'
X# New ports collection makefile for: mp3_check
X# Date created:         24 May 2000
X# Whom:                 zach@pabst.bendnet.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=       mp3_check
XPORTVERSION=    1.7
XCATEGORIES=     audio
XMASTER_SITES=   ftp://ftp.thedeepsky.com/outgoing/
X
XMAINTAINER=     ericb@thedeepsky.com
X
XLIB_DEPENDS=  gnugetopt.1:${PORTSDIR}/devel/libgnugetopt:install
X
X.include <bsd.port.mk>
END-of-mp3_check/Makefile
echo c - mp3_check/files
mkdir -p mp3_check/files > /dev/null 2>&1
echo x - mp3_check/files/md5
sed 's/^X//' >mp3_check/files/md5 << 'END-of-mp3_check/files/md5'
XMD5 (mp3_check-1.7.tar.gz) = f9d430c4ea49b815da2981413e38a9f0
END-of-mp3_check/files/md5
echo c - mp3_check/patches
mkdir -p mp3_check/patches > /dev/null 2>&1
echo x - mp3_check/patches/patch-aa
sed 's/^X//' >mp3_check/patches/patch-aa << 'END-of-mp3_check/patches/patch-aa'
X--- Makefile.orig	Wed May 24 15:48:08 2000
X+++ Makefile	Wed May 24 16:03:47 2000
X@@ -1,8 +1,8 @@
X # Makefile for mp3_check
X 
X CC = gcc
X-CFLAGS = -Wall -Werror
X-OPT_FLAGS = -O3 
X+CFLAGS = -Wall -Werror -I${LOCALBASE}/include
X+OPT_FLAGS = -O3 -L${LOCALBASE}/lib -lgnugetopt
X OBJS = 	mp3_check.o \
X 	mp3_check_misc.o
X 
X@@ -19,7 +19,7 @@
X 	strip mp3_check
X 
X install: all
X-	install -m 755 -o root -g root mp3_check /usr/local/bin
X+	install -m 755 -o root -g wheel mp3_check ${LOCALBASE}/bin
END-of-mp3_check/patches/patch-aa
echo x - mp3_check/patches/patch-ab
sed 's/^X//' >mp3_check/patches/patch-ab << 'END-of-mp3_check/patches/patch-ab'
X--- mp3_check.c.orig	Wed May 24 15:48:08 2000
X+++ mp3_check.c	Wed May 24 15:57:41 2000
X@@ -60,6 +60,7 @@
X 
X #include <errno.h>
X #include <stdio.h>
X+#include <getopt.h>
X #include <stdlib.h>
X #include <unistd.h>
X #include "mp3_check.h"
END-of-mp3_check/patches/patch-ab
echo c - mp3_check/pkg
mkdir -p mp3_check/pkg > /dev/null 2>&1
echo x - mp3_check/pkg/COMMENT
sed 's/^X//' >mp3_check/pkg/COMMENT << 'END-of-mp3_check/pkg/COMMENT'
XVerifies the integrity of mp3 audio files
END-of-mp3_check/pkg/COMMENT
echo x - mp3_check/pkg/DESCR
sed 's/^X//' >mp3_check/pkg/DESCR << 'END-of-mp3_check/pkg/DESCR'
XThis is a port of mp3_check. mp3_check verifies the integrity
Xof mp3 audio files and prints useful statistics. This is handy
Xfor people who maintain libraries of mp3 files and need a way
Xto verify their quality.
X
X- Zach
Xzach@pabst.bendnet.com
END-of-mp3_check/pkg/DESCR
echo x - mp3_check/pkg/PLIST
sed 's/^X//' >mp3_check/pkg/PLIST << 'END-of-mp3_check/pkg/PLIST'
Xbin/mp3_check
END-of-mp3_check/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




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