From lichray@gmail.com  Thu Oct 13 09:24:02 2011
Return-Path: <lichray@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DDFCC106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Oct 2011 09:24:02 +0000 (UTC)
	(envelope-from lichray@gmail.com)
Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182])
	by mx1.freebsd.org (Postfix) with ESMTP id A9AB08FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Oct 2011 09:24:02 +0000 (UTC)
Received: by iaky10 with SMTP id y10so1405595iak.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Oct 2011 02:24:02 -0700 (PDT)
Received: by 10.42.146.195 with SMTP id k3mr5776743icv.13.1318497840996;
        Thu, 13 Oct 2011 02:24:00 -0700 (PDT)
Received: from elitebook.hp (c-98-228-191-105.hsd1.il.comcast.net. [98.228.191.105])
        by mx.google.com with ESMTPS id g16sm12612830ibs.8.2011.10.13.02.23.58
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 13 Oct 2011 02:23:59 -0700 (PDT)
Received: by elitebook.hp (sSMTP sendmail emulation); Thu, 13 Oct 2011 04:23:56 -0500
Message-Id: <4e96ae2f.907fe70a.0c38.6317@mx.google.com>
Date: Thu, 13 Oct 2011 04:23:56 -0500
From: Zhihao Yuan <lichray@gmail.com>
Reply-To: Zhihao Yuan <lichray@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: audio/gmusicbrowser - Jukebox for large amount of music files
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         161539
>Category:       ports
>Synopsis:       New port: audio/gmusicbrowser - Jukebox for large amount of music files
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 13 09:30:15 UTC 2011
>Closed-Date:    Sun Dec 25 20:03:43 UTC 2011
>Last-Modified:  Sun Dec 25 20:03:43 UTC 2011
>Originator:     Zhihao Yuan
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Northern Illinois University
>Environment:
System: FreeBSD elitebook.hp 8.2-STABLE FreeBSD 8.2-STABLE #2 r226329: Wed Oct 12 18:45:27 CDT 2011 lichray@elitebook.hp:/usr/obj/home/lichray/devel/freebsd-8/sys/HOUKAGO amd64


	
>Description:
	
	gmusicbrowser is an open-source jukebox for large collections of mp3/ogg/flac/mpc/ape files, written in perl.
	http://gmusicbrowser.org/

	Among the optional dependences,
	1. mpg123/ogg123 need to work with alsa; a patch which uses OSS is desired.
	2. Gtk2-TrayIcon is deprecated and unneeded.
	3. Gtk2-Notify is not available on FreeBSD yet. I may try to port it someday.

	Note that you may find that the "file" dialog hangs the software. This is caused by p5-Gtk2, which should require the Perl be built with threads.

>How-To-Repeat:
	
>Fix:

	
	No build is required and the distributed Makefile is not used. I install everything accordingly with the INSTALL_* macros.
	

--- gmusicbrowser.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:
#
#	gmusicbrowser
#	gmusicbrowser/pkg-descr
#	gmusicbrowser/distinfo
#	gmusicbrowser/Makefile
#	gmusicbrowser/pkg-plist
#
echo c - gmusicbrowser
mkdir -p gmusicbrowser > /dev/null 2>&1
echo x - gmusicbrowser/pkg-descr
sed 's/^X//' >gmusicbrowser/pkg-descr << 'e9c33e8d296cfac8a993d2403b90e5be'
XJukebox for large collections of mp3/ogg/flac/mpc files
XUses gstreamer, mpg123/ogg123  or mplayer for playback
X
XMain features :
X- customizable window layouts
X- artist/album lock : easily restrict playlist to current artist/album
X- easy access to related songs (same artist/album/title)
X- simple mass-tagging and mass-renaming
X- support multiple genres for each song
X- customizable labels can be set for each song
X- filters with unlimited nesting of conditions
X- customizable weighted random mode
X
XWWW:	http://gmusicbrowser.org/
e9c33e8d296cfac8a993d2403b90e5be
echo x - gmusicbrowser/distinfo
sed 's/^X//' >gmusicbrowser/distinfo << '79a6bb77852f0e30675758dc0f68419c'
XSHA256 (gmusicbrowser-1.1.8.tar.gz) = 94e3e7ff23b853d9b6a03b3b1a48cb378bb4cc251c3861fe82e2e0bc3ae27689
XSIZE (gmusicbrowser-1.1.8.tar.gz) = 1507101
79a6bb77852f0e30675758dc0f68419c
echo x - gmusicbrowser/Makefile
sed 's/^X//' >gmusicbrowser/Makefile << 'c9251ddd158ac60a5b70c1f0a956c5a6'
X# New ports collection makefile for:	gmusicbrowser
X# Date created:		2011-10-13
X# Whom:			Zhihao Yuan <lichray@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gmusicbrowser
XPORTVERSION=	1.1.8
XCATEGORIES=	audio
XMASTER_SITES=	http://gmusicbrowser.org/download/
X
XMAINTAINER=	lichray@gmail.com
XCOMMENT=	Jukebox for large collections of mp3/ogg/flac/mpc files
X
XRUN_DEPENDS=	p5-Gtk2>=1.0:${PORTSDIR}/x11-toolkits/p5-Gtk2
X
XMAN1=	gmusicbrowser.1
XPORTDOCS=	AUTHORS COPYING README NEWS INSTALL layout_doc.html
XPORTDATA=	*
X
XOPTIONS=	GST	"Enable GStreamer backend"	Off \
X		MPLAYER	"Enable mplayer backend"	On \
X		DBUS	"Enable DBus (Gnome multimedia key)" Off \
X		WEBKIT	"Enable embedded web browser" Off \
X		NLS	"Enable Native Language Support" On
X#		123	"Enable mpg123/ogg123 backend"	Off  # alsa-only
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_GST)
XRUN_DEPENDS+=	p5-GStreamer>=0:${PORTSDIR}/multimedia/p5-GStreamer
X.endif
X
X.if defined(WITH_MPLAYER)
XRUN_DEPENDS+=	mplayer:${PORTSDIR}/multimedia/mplayer
X.endif
X
X.if defined(WITH_DBUS)
XRUN_DEPENDS+=	p5-Net-DBus>=1.0:${PORTSDIR}/devel/p5-Net-DBus
X.endif
X
X.if defined(WITH_WEBKIT)
XRUN_DEPENDS+=	p5-Gtk2-WebKit>=0:${PORTSDIR}/www/p5-Gtk2-WebKit
X.endif
X
X.if defined(NOPORTDATA)
XIGNORE=		port data contain code, undefine NOPORTDATA
X.endif
X
Xdo-build:
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${MANPREFIX}/man/man1/${MAN1}
X	@${MKDIR} ${DESKTOPDIR}
X	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${DESKTOPDIR}
X	@${MKDIR} ${DATADIR}
X	(cd ${WRKSRC} && (for d in layouts pix plugins; do \
X		${COPYTREE_SHARE} $$d ${DATADIR}; done) && \
X		${INSTALL_DATA} *.pm ${DATADIR} && \
X		${INSTALL_SCRIPT} iceserver.pl ${DATADIR})
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
X.endif
X.if !defined(WITHOUT_NLS)
X	(cd ${WRKSRC}/locale && \
X		${COPYTREE_SHARE} \* ${PREFIX}/share/locale)
X	(cd ${WRKSRC} && \
X		${FIND} locale -type f | ${SED} "s|^|share/|g" >> ${TMPPLIST})
X.endif
X
X.include <bsd.port.post.mk>
c9251ddd158ac60a5b70c1f0a956c5a6
echo x - gmusicbrowser/pkg-plist
sed 's/^X//' >gmusicbrowser/pkg-plist << '1af92b48f02956ffb4f888431fa84361'
Xbin/gmusicbrowser
Xshare/applications/gmusicbrowser.desktop
X@dirrmtry share/applications
1af92b48f02956ffb4f888431fa84361
exit
--- gmusicbrowser.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sun Dec 25 18:28:39 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161539: commit references a PR
Date: Sun, 25 Dec 2011 19:50:43 +0000 (UTC)

 eadler      2011-12-25 19:50:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/gmusicbrowser  Makefile distinfo pkg-descr pkg-plist 
   Log:
   Jukebox for large collections of mp3/ogg/flac/mpc files
   Uses gstreamer, mpg123/ogg123  or mplayer for playback
   
   Main features :
   - customizable window layouts
   - artist/album lock : easily restrict playlist to current artist/album
   - easy access to related songs (same artist/album/title)
   - simple mass-tagging and mass-renaming
   - support multiple genres for each song
   - customizable labels can be set for each song
   - filters with unlimited nesting of conditions
   - customizable weighted random mode
   
   WWW:    http://gmusicbrowser.org/
   
   PR:             ports/161539
   Submitted by:   Zhihao Yuan <lichray@gmail.com>
   
   Revision  Changes    Path
   1.1201    +1 -0      ports/audio/Makefile
   1.1       +74 -0     ports/audio/gmusicbrowser/Makefile (new)
   1.1       +2 -0      ports/audio/gmusicbrowser/distinfo (new)
   1.1       +14 -0     ports/audio/gmusicbrowser/pkg-descr (new)
   1.1       +3 -0      ports/audio/gmusicbrowser/pkg-plist (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Sun Dec 25 20:03:42 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161539 
>Unformatted:
