Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jul 2001 23:09:22 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29129: Update audio/mp3info to 0.8.4
Message-ID:  <200107220309.f6M39Mp80069@electron.databits.net>

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

>Number:         29129
>Category:       ports
>Synopsis:       Update audio/mp3info to 0.8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 21 20:10:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 13 09:58:28 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

- update to version 0.8.4
- adjust MASTER_SITE_SUBDIR
- take over as MAINTAINER
- add knobs for building GTK version
- add do-install target to make things cleaner
- clean up pkg-comment and pkg-descr

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/mp3info/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	2000/04/29 20:47:04	1.8
+++ Makefile	2001/07/22 02:59:48
@@ -6,23 +6,42 @@
 #
 
 PORTNAME=	mp3info
-PORTVERSION=	0.2.16
+PORTVERSION=	0.8.4
 CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		ftp://bimbo.hive.no/pub/mp3info/
-MASTER_SITE_SUBDIR=	apps/sound/editors
+MASTER_SITES=	${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR=	apps/sound/mp3-utils/mp3info
+EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	petef@databits.net
 
-GNU_CONFIGURE=	yes
+WANT_GTK=	yes
 
 MAN1=		mp3info.1
 
-post-install:
+.include <bsd.port.pre.mk>
+
+ALL_TARGET=	doc mp3info
+
+.if defined(HAVE_GTK)
+ALL_TARGET+=	gmp3info
+PLIST_SUB+=	WITH_GTK=""
+.else
+PLIST_SUB+=	WITH_GTK="@comment "
+.endif
+
+MAKE_ENV+=	GTK_CONFIG="${GTK_CONFIG}"
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
+.if defined(HAVE_GTK)
+	${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${PREFIX}/bin
+.endif
+	${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/mp3info
-	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/mp3info
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mp3info
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/mp3info.txt ${DOCSDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/mp3info/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	1999/04/06 22:42:01	1.2
+++ distinfo	2001/07/21 19:04:22
@@ -1 +1 @@
-MD5 (mp3info-0.2.16.tar.gz) = d67b0225a197e91da87e94707121bb21
+MD5 (mp3info-0.8.4.tgz) = 879d0ced8ede5ec9fbaff4813851ea3f
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/audio/mp3info/pkg-comment,v
retrieving revision 1.2
diff -u -r1.2 pkg-comment
--- pkg-comment	1999/06/26 16:57:29	1.2
+++ pkg-comment	2001/07/22 03:05:29
@@ -1 +1 @@
-MP3 information tool
+Tool to manipulate ID3 tags for MP3 files
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/audio/mp3info/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	1998/08/04 02:24:25	1.2
+++ pkg-descr	2001/07/22 03:05:51
@@ -1,8 +1,12 @@
-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.
+A small utility to read and write ID3 tags, as well as retrieve and display
+the MP3 header information.
 
-Features:
- - Get, Set and Wipe MP3 TAG Info.
- - Get MPEG Audio Version 1, 2 and 2.5 Header info.
- - User-definable output formatting (rather advanced).
- - Can rename files according to user-defined scheme.
+Some features include:
+* Get, set and wipe ID3 tags
+* User-definable output formatting
+* Rename files according to a user-defined scheme
+
+WWW: http://ibiblio.org/mp3info/
+
+- Pete
+petef@databits.net
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/mp3info/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	2001/07/03 18:58:13	1.4
+++ pkg-plist	2001/07/22 02:59:59
@@ -1,4 +1,6 @@
 bin/mp3info
+%%WITH_GTK%%bin/gmp3info
 %%PORTDOCS%%share/doc/mp3info/ChangeLog
 %%PORTDOCS%%share/doc/mp3info/README
+%%PORTDOCS%%share/doc/mp3info/mp3info.txt
 %%PORTDOCS%%@dirrm share/doc/mp3info
>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?200107220309.f6M39Mp80069>