Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  5 Jun 1999 15:39:08 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12038: New port: id3ed 
Message-ID:  <19990605223908.5FCA31478@norn.ca.eu.org>

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

>Number:         12038
>Category:       ports
>Synopsis:       New port: id3ed
>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:   Sat Jun  5 15:40:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #218: Tue Jun  1 19:22:37
 PDT 1999     norn@norn.ca.eu.org:/usr/src/sys/compile/NORN  i386

>Description:

A command line id3 tag editor for mp3 files.

>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:
#
#	id3ed
#	id3ed/files
#	id3ed/files/md5
#	id3ed/patches
#	id3ed/patches/patch-aa
#	id3ed/pkg
#	id3ed/pkg/COMMENT
#	id3ed/pkg/DESCR
#	id3ed/pkg/PLIST
#	id3ed/Makefile
#
echo c - id3ed
mkdir -p id3ed > /dev/null 2>&1
echo c - id3ed/files
mkdir -p id3ed/files > /dev/null 2>&1
echo x - id3ed/files/md5
sed 's/^X//' >id3ed/files/md5 << 'END-of-id3ed/files/md5'
XMD5 (id3ed-1.6.tar.gz) = 7cc763ec55d24313a4ca43e234b07a7a
END-of-id3ed/files/md5
echo c - id3ed/patches
mkdir -p id3ed/patches > /dev/null 2>&1
echo x - id3ed/patches/patch-aa
sed 's/^X//' >id3ed/patches/patch-aa << 'END-of-id3ed/patches/patch-aa'
X--- Makefile.orig	Thu Jun  3 11:58:26 1999
X+++ Makefile	Sat Jun  5 15:27:50 1999
X@@ -1,22 +1,14 @@
X-CXXFLAGS=-Wall -g
X 
X-#comment these two lines if you don't want readline
X-CXXFLAGS+=-DWANT_READLINE
X-LIBS+=-lreadline -lhistory -lcurses
X-#comment this if you are using readline >= 4.0
X-CXXFLAGS+=-DOLD_READLINE
X-
X-PREFIX=/usr/local
X BINDIR=$(PREFIX)/bin
X MANDIR=$(PREFIX)/man/man1
X 
X all: id3ed
X 
X id3ed: id3ed.o misc.o
X-	g++ $(CFLAGS) $(CXXFLAGS) $^ -o $@ $(LIBS)
X+	$(CXX) $(CFLAGS) $(CXXFLAGS) $^ -o $@ $(LIBS)
X 
X depend:
X-	g++ -MM *.cc > .depend
X+	$(CXX) -MM *.cc > .depend
X 
X install: all
X 	install -s -o root -g bin -m 0755 id3ed $(BINDIR)
END-of-id3ed/patches/patch-aa
echo c - id3ed/pkg
mkdir -p id3ed/pkg > /dev/null 2>&1
echo x - id3ed/pkg/COMMENT
sed 's/^X//' >id3ed/pkg/COMMENT << 'END-of-id3ed/pkg/COMMENT'
XAn id3 tag editor for mp3 files.
END-of-id3ed/pkg/COMMENT
echo x - id3ed/pkg/DESCR
sed 's/^X//' >id3ed/pkg/DESCR << 'END-of-id3ed/pkg/DESCR'
XA command line tool to edit id3 tags in mp3 files.
X
X
X-Chris Piazza
Xcpiazza@home.net
END-of-id3ed/pkg/DESCR
echo x - id3ed/pkg/PLIST
sed 's/^X//' >id3ed/pkg/PLIST << 'END-of-id3ed/pkg/PLIST'
Xbin/id3ed
END-of-id3ed/pkg/PLIST
echo x - id3ed/Makefile
sed 's/^X//' >id3ed/Makefile << 'END-of-id3ed/Makefile'
X# New ports collection makefile for:	id3ed
X# Version required:	1.6
X# Date created:		05 June 1999
X# Whom:			Chris Piazza <cpiazza@home.net>
X#
X# $Id$
X#
X
XDISTNAME=	id3ed-1.6
XCATEGORIES=	audio
XMASTER_SITES=	http://www.treefort.org/~donut/id3ed/
X
XMAINTAINER=	cpiazza@home.net
X
XWRKSRC=		${WRKDIR}/id3ed
XUSE_GMAKE=	yes
XMAKE_ENV=	CXXFLAGS="${CXXFLAGS}" CXX="${CXX}"
X
XMAN1=		id3ed.1
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-id3ed/Makefile
exit

-Chris

>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?19990605223908.5FCA31478>