From nobody@FreeBSD.org  Sat Sep 29 13:09:21 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4B7F816A417
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Sep 2007 13:09:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 23E8A13C468
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Sep 2007 13:09:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l8TD9K3Z011323
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Sep 2007 13:09:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l8TD9Kmd011322;
	Sat, 29 Sep 2007 13:09:20 GMT
	(envelope-from nobody)
Message-Id: <200709291309.l8TD9Kmd011322@www.freebsd.org>
Date: Sat, 29 Sep 2007 13:09:20 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: audio/mp3unicode
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         116739
>Category:       ports
>Synopsis:       new port: audio/mp3unicode
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 29 13:10:02 GMT 2007
>Closed-Date:    Fri Oct 05 21:16:55 GMT 2007
>Last-Modified:  Fri Oct  5 21:20:30 GMT 2007
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Aug  9 00:11:48 MSD 2007     root@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386

>Description:
Add new port audio/mp3unicode

MP3Unicode is a command line utility to convert ID3 tags in mp3
files between different encodings.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	mp3unicode
#	mp3unicode/pkg-descr
#	mp3unicode/Makefile
#	mp3unicode/files
#	mp3unicode/files/patch-mp3unicode.cpp
#	mp3unicode/distinfo
#
echo c - mp3unicode
mkdir -p mp3unicode > /dev/null 2>&1
echo x - mp3unicode/pkg-descr
sed 's/^X//' >mp3unicode/pkg-descr << 'END-of-mp3unicode/pkg-descr'
XMP3Unicode is a command line utility to convert ID3 tags in mp3
Xfiles between different encodings.
X
XWWW:	http://mp3unicode.sourceforge.net/
END-of-mp3unicode/pkg-descr
echo x - mp3unicode/Makefile
sed 's/^X//' >mp3unicode/Makefile << 'END-of-mp3unicode/Makefile'
X# New ports collection makefile for:	mp3unicode
X# Date created:		2007-09-29
X# Whom:			Max Brazhnikov <makc@issp.ac.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mp3unicode
XPORTVERSION=	1.2
XCATEGORIES=	audio
XMASTER_SITES=	SF
X
XMAINTAINER=	makc@issp.ac.ru
XCOMMENT=	ID3 tags charset converter
X
XLIB_DEPENDS=	tag.5:${PORTSDIR}/audio/taglib/
X
XUSE_BZIP2=	yes
XUSE_ICONV=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	ICONV_CFLAGS="-I${LOCALBASE}/include" \
X		ICONV_LIBS="-L${LOCALBASE}/lib -liconv"
X
XMAN1=		mp3unicode.1
XPLIST_FILES=	bin/mp3unicode
XPORTDOCS=	COPYING README
X
X.include <bsd.port.mk>
END-of-mp3unicode/Makefile
echo c - mp3unicode/files
mkdir -p mp3unicode/files > /dev/null 2>&1
echo x - mp3unicode/files/patch-mp3unicode.cpp
sed 's/^X//' >mp3unicode/files/patch-mp3unicode.cpp << 'END-of-mp3unicode/files/patch-mp3unicode.cpp'
X--- ./mp3unicode.cpp.orig	2007-09-25 14:57:33.000000000 +0400
X+++ ./mp3unicode.cpp	2007-09-29 15:16:49.000000000 +0400
X@@ -200,9 +200,6 @@
X 			if (
X 				iconv (
X 					cd,
X-#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010B
X-					(char **)
X-#endif
X 					&from,
X 					&from_size,
X 					&to,
END-of-mp3unicode/files/patch-mp3unicode.cpp
echo x - mp3unicode/distinfo
sed 's/^X//' >mp3unicode/distinfo << 'END-of-mp3unicode/distinfo'
XMD5 (mp3unicode-1.2.tar.bz2) = 36665ee3ed71585e377f46fda6124a09
XSHA256 (mp3unicode-1.2.tar.bz2) = 7788dde056204d003f32f07aa99ed46b1599ecfc0e9e12c8b559fa1072ffb74b
XSIZE (mp3unicode-1.2.tar.bz2) = 95372
END-of-mp3unicode/distinfo
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Sep 29 13:28:50 UTC 2007 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116739 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Fri Oct 5 11:07:06 UTC 2007 
State-Changed-Why:  

Hi, The port does not build. Can you take a look in it? 

http://head.miwibox.org/tb/index.php?action=describe_port&id=2182 

thanks 


http://www.freebsd.org/cgi/query-pr.cgi?pr=116739 

From: Max Brazhnikov <makc@issp.ac.ru>
To: miwi@freebsd.org, bug-followup@freebsd.org
Cc:  
Subject: Re: ports/116739: new port: audio/mp3unicode
Date: Fri, 5 Oct 2007 17:19:36 +0400

 --Boundary-00=_pnjBHzgeRQxV5jd
 Content-Type: text/plain;
   charset="koi8-r"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 My fault - I forgot to add pkg-config to dependencies.
 Updated shar is attached.
 
 --Boundary-00=_pnjBHzgeRQxV5jd
 Content-Type: text/plain;
   charset="koi8-r";
   name="mp3unicode.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="mp3unicode.shar"
 
 # 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:
 #
 #	mp3unicode
 #	mp3unicode/pkg-descr
 #	mp3unicode/Makefile
 #	mp3unicode/files
 #	mp3unicode/files/patch-mp3unicode.cpp
 #	mp3unicode/distinfo
 #
 echo c - mp3unicode
 mkdir -p mp3unicode > /dev/null 2>&1
 echo x - mp3unicode/pkg-descr
 sed 's/^X//' >mp3unicode/pkg-descr << 'END-of-mp3unicode/pkg-descr'
 XMP3Unicode is a command line utility to convert ID3 tags in mp3
 Xfiles between different encodings.
 X
 XWWW:	http://mp3unicode.sourceforge.net/
 END-of-mp3unicode/pkg-descr
 echo x - mp3unicode/Makefile
 sed 's/^X//' >mp3unicode/Makefile << 'END-of-mp3unicode/Makefile'
 X# New ports collection makefile for:	mp3unicode
 X# Date created:		2007-09-29
 X# Whom:			Max Brazhnikov <makc@issp.ac.ru>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	mp3unicode
 XPORTVERSION=	1.2
 XCATEGORIES=	audio
 XMASTER_SITES=	SF
 X
 XMAINTAINER=	makc@issp.ac.ru
 XCOMMENT=	ID3 tags charset converter
 X
 XLIB_DEPENDS=	tag.5:${PORTSDIR}/audio/taglib/
 X
 XUSE_BZIP2=	yes
 XUSE_GNOME=	pkgconfig
 XUSE_ICONV=	yes
 XGNU_CONFIGURE=	yes
 XCONFIGURE_ENV+=	ICONV_CFLAGS="-I${LOCALBASE}/include" \
 X		ICONV_LIBS="-L${LOCALBASE}/lib -liconv"
 X
 XMAN1=		mp3unicode.1
 XPLIST_FILES=	bin/mp3unicode
 XPORTDOCS=	COPYING README
 X
 X.include <bsd.port.mk>
 END-of-mp3unicode/Makefile
 echo c - mp3unicode/files
 mkdir -p mp3unicode/files > /dev/null 2>&1
 echo x - mp3unicode/files/patch-mp3unicode.cpp
 sed 's/^X//' >mp3unicode/files/patch-mp3unicode.cpp << 'END-of-mp3unicode/files/patch-mp3unicode.cpp'
 X--- ./mp3unicode.cpp.orig	2007-09-25 14:57:33.000000000 +0400
 X+++ ./mp3unicode.cpp	2007-09-29 15:16:49.000000000 +0400
 X@@ -200,9 +200,6 @@
 X 			if (
 X 				iconv (
 X 					cd,
 X-#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010B
 X-					(char **)
 X-#endif
 X 					&from,
 X 					&from_size,
 X 					&to,
 END-of-mp3unicode/files/patch-mp3unicode.cpp
 echo x - mp3unicode/distinfo
 sed 's/^X//' >mp3unicode/distinfo << 'END-of-mp3unicode/distinfo'
 XMD5 (mp3unicode-1.2.tar.bz2) = 36665ee3ed71585e377f46fda6124a09
 XSHA256 (mp3unicode-1.2.tar.bz2) = 7788dde056204d003f32f07aa99ed46b1599ecfc0e9e12c8b559fa1072ffb74b
 XSIZE (mp3unicode-1.2.tar.bz2) = 95372
 END-of-mp3unicode/distinfo
 exit
 
 
 --Boundary-00=_pnjBHzgeRQxV5jd--

From: Max Brazhnikov <makc@issp.ac.ru>
To: miwi@freebsd.org, bug-followup@freebsd.org
Cc:  
Subject: Re: ports/116739: new port: audio/mp3unicode
Date: Fri, 5 Oct 2007 17:46:55 +0400

 --Boundary-00=_PBkBHLwf4p7xmaz
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 My fault - I forgot to add pkg-config to dependencies.
 Updated shar is attached.
 
 --Boundary-00=_PBkBHLwf4p7xmaz
 Content-Type: text/plain;
   charset="koi8-r";
   name="mp3unicode.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="mp3unicode.shar"
 
 # 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:
 #
 #	mp3unicode
 #	mp3unicode/pkg-descr
 #	mp3unicode/Makefile
 #	mp3unicode/files
 #	mp3unicode/files/patch-mp3unicode.cpp
 #	mp3unicode/distinfo
 #
 echo c - mp3unicode
 mkdir -p mp3unicode > /dev/null 2>&1
 echo x - mp3unicode/pkg-descr
 sed 's/^X//' >mp3unicode/pkg-descr << 'END-of-mp3unicode/pkg-descr'
 XMP3Unicode is a command line utility to convert ID3 tags in mp3
 Xfiles between different encodings.
 X
 XWWW:	http://mp3unicode.sourceforge.net/
 END-of-mp3unicode/pkg-descr
 echo x - mp3unicode/Makefile
 sed 's/^X//' >mp3unicode/Makefile << 'END-of-mp3unicode/Makefile'
 X# New ports collection makefile for:	mp3unicode
 X# Date created:		2007-09-29
 X# Whom:			Max Brazhnikov <makc@issp.ac.ru>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	mp3unicode
 XPORTVERSION=	1.2
 XCATEGORIES=	audio
 XMASTER_SITES=	SF
 X
 XMAINTAINER=	makc@issp.ac.ru
 XCOMMENT=	ID3 tags charset converter
 X
 XLIB_DEPENDS=	tag.5:${PORTSDIR}/audio/taglib/
 X
 XUSE_BZIP2=	yes
 XUSE_GNOME=	pkgconfig
 XUSE_ICONV=	yes
 XGNU_CONFIGURE=	yes
 XCONFIGURE_ENV+=	ICONV_CFLAGS="-I${LOCALBASE}/include" \
 X		ICONV_LIBS="-L${LOCALBASE}/lib -liconv"
 X
 XMAN1=		mp3unicode.1
 XPLIST_FILES=	bin/mp3unicode
 XPORTDOCS=	COPYING README
 X
 X.include <bsd.port.mk>
 END-of-mp3unicode/Makefile
 echo c - mp3unicode/files
 mkdir -p mp3unicode/files > /dev/null 2>&1
 echo x - mp3unicode/files/patch-mp3unicode.cpp
 sed 's/^X//' >mp3unicode/files/patch-mp3unicode.cpp << 'END-of-mp3unicode/files/patch-mp3unicode.cpp'
 X--- ./mp3unicode.cpp.orig	2007-09-25 14:57:33.000000000 +0400
 X+++ ./mp3unicode.cpp	2007-09-29 15:16:49.000000000 +0400
 X@@ -200,9 +200,6 @@
 X 			if (
 X 				iconv (
 X 					cd,
 X-#if !defined(_LIBICONV_VERSION) || _LIBICONV_VERSION < 0x010B
 X-					(char **)
 X-#endif
 X 					&from,
 X 					&from_size,
 X 					&to,
 END-of-mp3unicode/files/patch-mp3unicode.cpp
 echo x - mp3unicode/distinfo
 sed 's/^X//' >mp3unicode/distinfo << 'END-of-mp3unicode/distinfo'
 XMD5 (mp3unicode-1.2.tar.bz2) = 36665ee3ed71585e377f46fda6124a09
 XSHA256 (mp3unicode-1.2.tar.bz2) = 7788dde056204d003f32f07aa99ed46b1599ecfc0e9e12c8b559fa1072ffb74b
 XSIZE (mp3unicode-1.2.tar.bz2) = 95372
 END-of-mp3unicode/distinfo
 exit
 
 
 --Boundary-00=_PBkBHLwf4p7xmaz--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Oct 5 21:16:53 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116739 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116739: commit references a PR
Date: Fri,  5 Oct 2007 21:17:08 +0000 (UTC)

 miwi        2007-10-05 21:17:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/mp3unicode     Makefile distinfo pkg-descr 
     audio/mp3unicode/files patch-mp3unicode.cpp 
   Log:
   MP3Unicode is a command line utility to convert ID3 tags in mp3
   files between different encodings.
   
   WWW:    http://mp3unicode.sourceforge.net/
   
   PR:             ports/116739
   Submitted by:   Max Brazhnikov <makc at issp.ac.ru>
   
   Revision  Changes    Path
   1.903     +1 -0      ports/audio/Makefile
   1.1       +29 -0     ports/audio/mp3unicode/Makefile (new)
   1.1       +3 -0      ports/audio/mp3unicode/distinfo (new)
   1.1       +12 -0     ports/audio/mp3unicode/files/patch-mp3unicode.cpp (new)
   1.1       +4 -0      ports/audio/mp3unicode/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
