From nobody@FreeBSD.org  Mon Feb  8 13:09:22 2010
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 20FF8106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Feb 2010 13:09:22 +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 0FA228FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Feb 2010 13:09:22 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o18D9L8a013575
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Feb 2010 13:09:21 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o18D9Lb8013574;
	Mon, 8 Feb 2010 13:09:21 GMT
	(envelope-from nobody)
Message-Id: <201002081309.o18D9Lb8013574@www.freebsd.org>
Date: Mon, 8 Feb 2010 13:09:21 GMT
From: zloidemon <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: audio/deadbeef  DeaDBeeF  is an audio player for GNU/Linux systems with  X11
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143670
>Category:       ports
>Synopsis:       New port: audio/deadbeef  DeaDBeeF  is an audio player for GNU/Linux systems with  X11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 08 13:10:00 UTC 2010
>Closed-Date:    Thu Feb 11 23:24:58 UTC 2010
>Last-Modified:  Thu Feb 11 23:24:58 UTC 2010
>Originator:     zloidemon
>Release:        FreeBSD 8.0-STABLE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #24: Wed Jan 20 19:18:39 KRAT 2010     root@zlobook.local:/usr/obj/usr/src/sys/zlobook  i386
>Description:
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with
X11 (though now it also runs in plain console without X, in FreeBSD,
and in OpenSolaris).

Main features:
- mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more)
- sid, nsf and lots of other popular chiptune formats
- ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
- character set detection for non-unicode id3 tags - supports cp1251 and
iso8859-1
- unicode tags are fully supported as well (both utf8 and ucs2)
- cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1)
- tracker modules like mod, s3m, it, xm, etc
- HVSC song length database support for sid
- minimize to tray, with scrollwheel volume control
- drag and drop, both inside of playlist, and from filemanagers and such
- control playback from command line
- plugin support; bundled with lots of plugins, such as global hotkeys and
last.fm scrobbler; sdk is included
- duration calculation is as precise as possible for vbr mp3 files (with and
without xing/info tags)
- and etc...

>How-To-Repeat:

>Fix:
# 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:
#
#	deadbeef
#	deadbeef/Makefile
#	deadbeef/pkg-descr
#	deadbeef/pkg-plist
#	deadbeef/distinfo
#
echo c - deadbeef
mkdir -p deadbeef > /dev/null 2>&1
echo x - deadbeef/Makefile
sed 's/^X//' >deadbeef/Makefile << 'bbf59e42013f14edefa11c7beabe5677'
X# New ports collection makefile for:	deadbeef
X# Date created:		2010-01-17
X# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	deadbeef
XPORTVERSION=	0.3.3
XCATEGORIES=	audio
XMASTER_SITES=	SF/${PORTNAME}/
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	g.veniamin@googlemail.com
XCOMMENT=	DeaDBeeF is an audio player for GNU/Linux systems with X11
X
XLIB_DEPENDS=	samplerate.1:${PORTSDIR}/audio/libsamplerate \
X		curl.5:${PORTSDIR}/ftp/curl \
X		vorbis.4:${PORTSDIR}/audio/libvorbis \
X		mad.2:${PORTSDIR}/audio/libmad \
X		FLAC.10:${PORTSDIR}/audio/flac \
X		wavpack.1:${PORTSDIR}/audio/wavpack \
X		sndfile.1:${PORTSDIR}/audio/libsndfile \
X		cdio.12:${PORTSDIR}/sysutils/libcdio \
X		avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
X		avformat:${PORTSDIR}/multimedia/ffmpeg \
X		avutil.1:${PORTSDIR}/multimedia/ffmpeg
X
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
XUSE_GNOME=	gtk20 glib20
XUSE_AUTOTOOLS=	aclocal:110 autoheader:262 libtoolize autoconf:262 automake:110
XACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
XAUTOMAKE_ARGS=	-a -c
X
X.include <bsd.port.mk>
bbf59e42013f14edefa11c7beabe5677
echo x - deadbeef/pkg-descr
sed 's/^X//' >deadbeef/pkg-descr << 'b954c9af09aedc36aca741e57fbdb5e5'
XDeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with
XX11 (though now it also runs in plain console without X, in FreeBSD,
Xand in OpenSolaris).
X
XMain features:
X- mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more)
X- sid, nsf and lots of other popular chiptune formats
X- ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
X- character set detection for non-unicode id3 tags - supports cp1251 and
Xiso8859-1
X- unicode tags are fully supported as well (both utf8 and ucs2)
X- cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1)
X- tracker modules like mod, s3m, it, xm, etc
X- HVSC song length database support for sid
X- minimize to tray, with scrollwheel volume control
X- drag and drop, both inside of playlist, and from filemanagers and such
X- control playback from command line
X- plugin support; bundled with lots of plugins, such as global hotkeys and
Xlast.fm scrobbler; sdk is included
X- duration calculation is as precise as possible for vbr mp3 files (with and
Xwithout xing/info tags)
X- and etc...
X
XWWW:	http://deadbeef.sourceforge.net/
b954c9af09aedc36aca741e57fbdb5e5
echo x - deadbeef/pkg-plist
sed 's/^X//' >deadbeef/pkg-plist << 'd704c974fd2bbf462a453dd189411e41'
Xbin/deadbeef
Xinclude/deadbeef/deadbeef.h
Xlib/deadbeef/adplug.a
Xlib/deadbeef/adplug.la
Xlib/deadbeef/adplug.so
Xlib/deadbeef/adplug.so.0
Xlib/deadbeef/cdda.a
Xlib/deadbeef/cdda.la
Xlib/deadbeef/cdda.so
Xlib/deadbeef/cdda.so.0
Xlib/deadbeef/ffap.a
Xlib/deadbeef/ffap.la
Xlib/deadbeef/ffap.so
Xlib/deadbeef/ffap.so.0
Xlib/deadbeef/ffmpeg.a
Xlib/deadbeef/ffmpeg.la
Xlib/deadbeef/ffmpeg.so
Xlib/deadbeef/ffmpeg.so.0
Xlib/deadbeef/flac.a
Xlib/deadbeef/flac.la
Xlib/deadbeef/flac.so
Xlib/deadbeef/flac.so.0
Xlib/deadbeef/gtkui.a
Xlib/deadbeef/gtkui.la
Xlib/deadbeef/gtkui.so
Xlib/deadbeef/gtkui.so.0
Xlib/deadbeef/hotkeys.a
Xlib/deadbeef/hotkeys.la
Xlib/deadbeef/hotkeys.so
Xlib/deadbeef/hotkeys.so.0
Xlib/deadbeef/lastfm.a
Xlib/deadbeef/lastfm.la
Xlib/deadbeef/lastfm.so
Xlib/deadbeef/lastfm.so.0
Xlib/deadbeef/mpgmad.a
Xlib/deadbeef/mpgmad.la
Xlib/deadbeef/mpgmad.so
Xlib/deadbeef/mpgmad.so.0
Xlib/deadbeef/nullout.a
Xlib/deadbeef/nullout.la
Xlib/deadbeef/nullout.so
Xlib/deadbeef/nullout.so.0
Xlib/deadbeef/oss.a
Xlib/deadbeef/oss.la
Xlib/deadbeef/oss.so
Xlib/deadbeef/oss.so.0
Xlib/deadbeef/sndfile.a
Xlib/deadbeef/sndfile.la
Xlib/deadbeef/sndfile.so
Xlib/deadbeef/sndfile.so.0
Xlib/deadbeef/vfs_curl.a
Xlib/deadbeef/vfs_curl.la
Xlib/deadbeef/vfs_curl.so
Xlib/deadbeef/vfs_curl.so.0
Xlib/deadbeef/vorbis.a
Xlib/deadbeef/vorbis.la
Xlib/deadbeef/vorbis.so
Xlib/deadbeef/vorbis.so.0
Xlib/deadbeef/vtx.a
Xlib/deadbeef/vtx.la
Xlib/deadbeef/vtx.so
Xlib/deadbeef/vtx.so.0
Xlib/deadbeef/wavpack.a
Xlib/deadbeef/wavpack.la
Xlib/deadbeef/wavpack.so
Xlib/deadbeef/wavpack.so.0
Xshare/applications/deadbeef.desktop
X%%DATADIR%%/pixmaps/buffering_16.png
X%%DATADIR%%/pixmaps/next_24.png
X%%DATADIR%%/pixmaps/pause_16.png
X%%DATADIR%%/pixmaps/pause_24.png
X%%DATADIR%%/pixmaps/play_16.png
X%%DATADIR%%/pixmaps/play_24.png
X%%DATADIR%%/pixmaps/prev_24.png
X%%DATADIR%%/pixmaps/random_24.png
X%%DATADIR%%/pixmaps/stop_24.png
X%%DOCSDIR%%/COPYING.GPLv2
X%%DOCSDIR%%/COPYING.LGPLv2.1
X%%DOCSDIR%%/ChangeLog
X%%DOCSDIR%%/README
X%%DOCSDIR%%/about.txt
X%%DOCSDIR%%/help.txt
Xshare/icons/hicolor/16x16/apps/deadbeef.png
Xshare/icons/hicolor/32x32/apps/deadbeef.png
Xshare/icons/hicolor/48x48/apps/deadbeef.png
X@dirrm %%DOCSDIR%%
X@dirrm %%DATADIR%%/pixmaps
X@dirrm %%DATADIR%%
X@dirrm lib/deadbeef
X@dirrm include/deadbeef
d704c974fd2bbf462a453dd189411e41
echo x - deadbeef/distinfo
sed 's/^X//' >deadbeef/distinfo << 'e78a95e25698a72c39348ff814997b4b'
XMD5 (deadbeef-0.3.3.tar.gz) = 5f6a00dd18cd27f488f0660ce675182a
XSHA256 (deadbeef-0.3.3.tar.gz) = b86517e22e834a9af5403f61b180572e55f379b547d64f41181bc78705b0f455
XSIZE (deadbeef-0.3.3.tar.gz) = 1420029
e78a95e25698a72c39348ff814997b4b
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Mon Feb 8 18:12:54 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143670 
State-Changed-From-To: open->feedback 
State-Changed-By: amdmi3 
State-Changed-When: Tue Feb 9 12:38:46 UTC 2010 
State-Changed-Why:  
Does not configure: http://people.freebsd.org/~amdmi3/deadbeef-0.3.3.log 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143670: commit references a PR
Date: Tue,  9 Feb 2010 23:23:37 +0000 (UTC)

 amdmi3      2010-02-09 23:23:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/deadbeef       Makefile distinfo pkg-descr pkg-plist 
     audio/deadbeef/files patch-Makefile.am patch-Makefile.in 
                          patch-configure patch-configure.ac 
   Log:
   DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with
   X11 (though now it also runs in plain console without X, in FreeBSD,
   and in OpenSolaris).
   
   Main features:
   - mp3, ogg vorbis, flac, ape, wv, wav, m4a, mpc, cd audio (and many more)
   - sid, nsf and lots of other popular chiptune formats
   - ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support
   - character set detection for non-unicode id3 tags - supports cp1251 and
     iso8859-1
   - unicode tags are fully supported as well (both utf8 and ucs2)
   - cuesheet (.cue files) support, with charset detection (utf8/cp1251/iso8859-1)
   - tracker modules like mod, s3m, it, xm, etc
   - HVSC song length database support for sid
   - minimize to tray, with scrollwheel volume control
   - drag and drop, both inside of playlist, and from filemanagers and such
   - control playback from command line
   - plugin support; bundled with lots of plugins, such as global hotkeys and
     last.fm scrobbler; sdk is included
   - duration calculation is as precise as possible for vbr mp3 files (with and
     without xing/info tags)
   
   WWW:    http://deadbeef.sourceforge.net/
   
   PR:             143670
   Submitted by:   zloidemon <g.veniamin@googlemail.com>
   
   Revision  Changes    Path
   1.1092    +1 -0      ports/audio/Makefile
   1.1       +35 -0     ports/audio/deadbeef/Makefile (new)
   1.1       +3 -0      ports/audio/deadbeef/distinfo (new)
   1.1       +13 -0     ports/audio/deadbeef/files/patch-Makefile.am (new)
   1.1       +21 -0     ports/audio/deadbeef/files/patch-Makefile.in (new)
   1.1       +57 -0     ports/audio/deadbeef/files/patch-configure (new)
   1.1       +34 -0     ports/audio/deadbeef/files/patch-configure.ac (new)
   1.1       +23 -0     ports/audio/deadbeef/pkg-descr (new)
   1.1       +87 -0     ports/audio/deadbeef/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: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Thu Feb 11 23:24:57 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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