From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 29 13:10:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 324E016A41B for ; Sat, 29 Sep 2007 13:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1234613C46A for ; Sat, 29 Sep 2007 13:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8TDA2he086793 for ; Sat, 29 Sep 2007 13:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8TDA2RE086782; Sat, 29 Sep 2007 13:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 29 Sep 2007 13:10:02 GMT Resent-Message-Id: <200709291310.l8TDA2RE086782@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B7F816A417 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/116739: new port: audio/mp3unicode X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2007 13:10:03 -0000 >Number: 116739 >Category: ports >Synopsis: new port: audio/mp3unicode >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: Sat Sep 29 13:10:02 GMT 2007 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: