Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 1998 17:33:02 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7008: New port: mp3info-0.2.15
Message-ID:  <199806211333.RAA15712@icc.surw.chel.su>

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

>Number:         7008
>Category:       ports
>Synopsis:       New port: mp3info-0.2.15
>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:   Sun Jun 21 06:30:01 PDT 1998
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Organization:
South Ural Railway ICC
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

>Description:

   This is a port of MP3 information tool, a small utility to 
read and write TAG info, as well as retrieve the MP3
Header info and print it all out in a nice format.

Features:
 - Get, Set and Wipe MP3 TAG Info.
 - Get MPEG Audio Version 1, 2 and 2.5 Header info.
 - Userdefinable output formatting (rather advanced).
 - Can rename files according to userdefined scheme.


# 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:
#
#	mp3info-0.2.15
#	mp3info-0.2.15/Makefile
#	mp3info-0.2.15/files
#	mp3info-0.2.15/files/md5
#	mp3info-0.2.15/pkg
#	mp3info-0.2.15/pkg/COMMENT
#	mp3info-0.2.15/pkg/DESCR
#	mp3info-0.2.15/pkg/PLIST
#	mp3info-0.2.15/patches
#	mp3info-0.2.15/patches/patch-aa
#
echo c - mp3info-0.2.15
mkdir -p mp3info-0.2.15 > /dev/null 2>&1
echo x - mp3info-0.2.15/Makefile
sed 's/^X//' >mp3info-0.2.15/Makefile << 'END-of-mp3info-0.2.15/Makefile'
X# New ports collection makefile for:	mp3info
X# Version required:			0.2.15
X# Date created:				19 June 1998
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		mp3info-0.2.15
XCATEGORIES=		audio
XMASTER_SITES=		${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	apps/sound
X
XMAINTAINER=		andy@icc.surw.chel.su
X
X#ALL_TARGET=
XMAN1=			mp3info.1
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
X	@ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/mp3info
X.for file in COPYRIGHT ChangeLog README
X	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mp3info-0.2.15/Makefile
echo c - mp3info-0.2.15/files
mkdir -p mp3info-0.2.15/files > /dev/null 2>&1
echo x - mp3info-0.2.15/files/md5
sed 's/^X//' >mp3info-0.2.15/files/md5 << 'END-of-mp3info-0.2.15/files/md5'
XMD5 (mp3info-0.2.15.tar.gz) = e50ce36340ae93fa489007ed07d79316
END-of-mp3info-0.2.15/files/md5
echo c - mp3info-0.2.15/pkg
mkdir -p mp3info-0.2.15/pkg > /dev/null 2>&1
echo x - mp3info-0.2.15/pkg/COMMENT
sed 's/^X//' >mp3info-0.2.15/pkg/COMMENT << 'END-of-mp3info-0.2.15/pkg/COMMENT'
XMP3 information tool.
END-of-mp3info-0.2.15/pkg/COMMENT
echo x - mp3info-0.2.15/pkg/DESCR
sed 's/^X//' >mp3info-0.2.15/pkg/DESCR << 'END-of-mp3info-0.2.15/pkg/DESCR'
XA small utility to read and write TAG info, as well as retrieve the MP3
XHeader info and print it all out in a nice format.
X
XFeatures:
X - Get, Set and Wipe MP3 TAG Info.
X - Get MPEG Audio Version 1, 2 and 2.5 Header info.
X - Userdefinable output formatting (rather advanced).
X - Can rename files according to userdefined scheme.
END-of-mp3info-0.2.15/pkg/DESCR
echo x - mp3info-0.2.15/pkg/PLIST
sed 's/^X//' >mp3info-0.2.15/pkg/PLIST << 'END-of-mp3info-0.2.15/pkg/PLIST'
Xbin/mp3info
Xman/man1/mp3info.1.gz
Xshare/doc/mp3info/COPYRIGHT
Xshare/doc/mp3info/ChangeLog
Xshare/doc/mp3info/README
X@dirrm share/doc/mp3info
END-of-mp3info-0.2.15/pkg/PLIST
echo c - mp3info-0.2.15/patches
mkdir -p mp3info-0.2.15/patches > /dev/null 2>&1
echo x - mp3info-0.2.15/patches/patch-aa
sed 's/^X//' >mp3info-0.2.15/patches/patch-aa << 'END-of-mp3info-0.2.15/patches/patch-aa'
X--- Makefile	Fri Apr 10 10:35:30 1998
X+++ /home/andy/tmp/wrk/Makefile	Fri Jun 19 13:07:33 1998
X@@ -40,7 +40,7 @@
X 
X DEFINES = -DMAJVER=$(MAJVER) -DMINVER=$(MINVER) -DPATCHVER=$(PATCHVER) $(PLAY_DEF)
X INCLUDES = $(PLAY_INC)
X-CFLAGS = -O3 -pipe $(DEFINES) $(INCLUDES) -Wall -fvtable-thunks
X+CFLAGS+= $(DEFINES) $(INCLUDES)
X 
X PROGS = mp3info
X MANPAGES = mp3info.1
END-of-mp3info-0.2.15/patches/patch-aa
exit


>How-To-Repeat:

>Fix:

   Please, check and commit this port.

>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?199806211333.RAA15712>