[NEW PORT] audio/jid3lib: Java ID3 Tag Library
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
PR: ports/95638
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-14 06:15:59 +00:00
|
|
|
# New ports collection makefile for: jid3lib
|
|
|
|
# Date created: 11 Apr 2006
|
|
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jid3lib
|
|
|
|
PORTVERSION= 0.5.4
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
[NEW PORT] audio/jid3lib: Java ID3 Tag Library
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
PR: ports/95638
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-14 06:15:59 +00:00
|
|
|
CATEGORIES= audio java
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= javamusictag
|
|
|
|
|
2006-09-13 03:21:38 +00:00
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
[NEW PORT] audio/jid3lib: Java ID3 Tag Library
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
PR: ports/95638
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
2006-04-14 06:15:59 +00:00
|
|
|
COMMENT= Java ID3 Tag Library
|
|
|
|
|
|
|
|
USE_JAVA= yes
|
|
|
|
JAVA_VERSION= 1.4+
|
|
|
|
USE_ANT= yes
|
|
|
|
|
|
|
|
PLIST_FILES= %%JAVAJARDIR%%/jid3lib.jar
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/jid3lib.jar..."
|
|
|
|
@${MKDIR} ${JAVAJARDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/dist/jid3lib-${PORTVERSION}.jar \
|
|
|
|
${JAVAJARDIR}/jid3lib.jar
|
|
|
|
@${ECHO_MSG} " [ DONE ]"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|