Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2006 18:13:58 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95638: [NEW PORT] audio/jid3lib: Java ID3 Tag Library
Message-ID:  <200604120113.k3C1DwPo061604@Laptop.mine.box>
Resent-Message-ID: <200604120120.k3C1KEeA088187@freefall.freebsd.org>

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

>Number:         95638
>Category:       ports
>Synopsis:       [NEW PORT] audio/jid3lib: Java ID3 Tag Library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 12 01:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
This library reads song information, such as song title, artist, and album, 
from an MP3 file. It supports ID3v1, ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, 
ID3v2.3, and ID3v2.4 tags. MP3 Frame Headers can also be read. There is a 
FilenameTag, a ID3v2.4 tag that is intelligently derived from the file name. 
It contains tag synchronization utilities, multiple save options, and easy tag 
conversion methods. 

WWW: http://javamusictag.sourceforge.net/index.html

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- jid3lib-0.5.4.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:
#
#	jid3lib
#	jid3lib/Makefile
#	jid3lib/pkg-descr
#	jid3lib/distinfo
#
echo c - jid3lib
mkdir -p jid3lib > /dev/null 2>&1
echo x - jid3lib/Makefile
sed 's/^X//' >jid3lib/Makefile << 'END-of-jid3lib/Makefile'
X# New ports collection makefile for:	jid3lib
X# Date created:				11 Apr 2006
X# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X
XPORTNAME=	jid3lib
XPORTVERSION=	0.5.4
XCATEGORIES=	audio java
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	javamusictag
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	Java ID3 Tag Library
X
XUSE_JAVA=	yes
XJAVA_VERSION=	1.4+
XUSE_ANT=	yes
X
XPLIST_FILES=	%%JAVAJARDIR%%/jid3lib.jar
X
Xdo-install:
X	@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/jid3lib.jar..."
X	@${MKDIR} ${JAVAJARDIR}
X	@${INSTALL_DATA} ${WRKSRC}/dist/jid3lib-${PORTVERSION}.jar \
X	${JAVAJARDIR}/jid3lib.jar
X	@${ECHO_MSG} " [ DONE ]"
X
X.include <bsd.port.mk>
END-of-jid3lib/Makefile
echo x - jid3lib/pkg-descr
sed 's/^X//' >jid3lib/pkg-descr << 'END-of-jid3lib/pkg-descr'
XThis library reads song information, such as song title, artist, and album, 
Xfrom an MP3 file. It supports ID3v1, ID3v1.1, Lyrics3v1, Lyrics3v2, ID3v2.2, 
XID3v2.3, and ID3v2.4 tags. MP3 Frame Headers can also be read. There is a 
XFilenameTag, a ID3v2.4 tag that is intelligently derived from the file name. 
XIt contains tag synchronization utilities, multiple save options, and easy tag 
Xconversion methods. 
X
XWWW: http://javamusictag.sourceforge.net/index.html
END-of-jid3lib/pkg-descr
echo x - jid3lib/distinfo
sed 's/^X//' >jid3lib/distinfo << 'END-of-jid3lib/distinfo'
XMD5 (jid3lib-0.5.4.tar.gz) = 07e7c93b86d0eede93d577e7bc850d7f
XSHA256 (jid3lib-0.5.4.tar.gz) = 9959218651e2cb8a402a81d8d4dc4b126293aac9cbd3ad6761d7a0cf93540592
XSIZE (jid3lib-0.5.4.tar.gz) = 4628254
END-of-jid3lib/distinfo
exit
--- jid3lib-0.5.4.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?200604120113.k3C1DwPo061604>