From alex@foxybanana.com  Fri Aug 25 17:23:00 2006
Return-Path: <alex@foxybanana.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7385416A4E8
	for <freebsd-gnats-submit@freebsd.org>; Fri, 25 Aug 2006 17:23:00 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from centrmmtao01.cox.net (centrmmtao01.cox.net [70.168.83.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B859A43D5F
	for <freebsd-gnats-submit@freebsd.org>; Fri, 25 Aug 2006 17:22:45 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao01.cox.net
          (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP
          id <20060825172244.BJU23821.centrmmtao01.cox.net@eastrmimpo02.cox.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Fri, 25 Aug 2006 13:22:44 -0400
Received: from Laptop.mine.box ([24.136.35.111])
	by eastrmimpo02.cox.net with bizsmtp
	id EHNi1V00K2PsQKc0000000
	Fri, 25 Aug 2006 13:22:42 -0400
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k7PHMN4t057703
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Aug 2006 13:22:23 -0400 (EDT)
	(envelope-from alex@localhost.my.domain)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.6/8.13.6/Submit) id k7PHMNk8057702;
	Fri, 25 Aug 2006 13:22:23 -0400 (EDT)
	(envelope-from alex)
Message-Id: <200608251722.k7PHMNk8057702@Laptop.mine.box>
Date: Fri, 25 Aug 2006 13:22:23 -0400 (EDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] audio/azrael: A GTK2 based XMMS2 client, offering a media library interface
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102508
>Category:       ports
>Synopsis:       [NEW PORT] audio/azrael: A GTK2 based XMMS2 client, offering a media library interface
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 25 17:30:19 GMT 2006
>Closed-Date:    Sun Aug 27 05:22:17 GMT 2006
>Last-Modified:  Sun Aug 27 05:22:17 GMT 2006
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon Jul 10 22:43:23 CDT 2006
>Description:
Azrael is a client for XMMS2. It is written in C and uses GTK. 

Features include:
 * LCD for elapsed time, 
 * Nice display of song information 
 * Interfaces to the playlist and media library

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- azrael-0.3.5.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:
#
#	azrael
#	azrael/Makefile
#	azrael/distinfo
#	azrael/pkg-descr
#
echo c - azrael
mkdir -p azrael > /dev/null 2>&1
echo x - azrael/Makefile
sed 's/^X//' >azrael/Makefile << 'END-of-azrael/Makefile'
X# New ports collection makefile for:    azrael
X# Date created:				25 Aug 2006
X# Whom:				  	Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	azrael
XPORTVERSION=	0.3.5
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	azrael
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	A GTK2 based XMMS2 client, offering a media library interface
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
X
XWRKSRC=	${WRKDIR}/${PORTNAME}
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	gtk20
X
XPLIST_FILES=bin/azrael
X
X.include <bsd.port.mk>
END-of-azrael/Makefile
echo x - azrael/distinfo
sed 's/^X//' >azrael/distinfo << 'END-of-azrael/distinfo'
XMD5 (azrael-0.3.5.tar.bz2) = 7e20d0f54a44a4c139c53f8e4db17640
XSHA256 (azrael-0.3.5.tar.bz2) = d24ed7c6c12b7afb649885ab0626b741b5cedb528d64acf4abf86e9d59a2227f
XSIZE (azrael-0.3.5.tar.bz2) = 19532
END-of-azrael/distinfo
echo x - azrael/pkg-descr
sed 's/^X//' >azrael/pkg-descr << 'END-of-azrael/pkg-descr'
XAzrael is a client for XMMS2. It is written in C and uses GTK. 
X
XFeatures include:
X * LCD for elapsed time, 
X * Nice display of song information 
X * Interfaces to the playlist and media library
END-of-azrael/pkg-descr
exit
--- azrael-0.3.5.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: novel 
Responsible-Changed-When: Fri Aug 25 17:33:30 UTC 2006 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102508 
State-Changed-From-To: open->closed 
State-Changed-By: novel 
State-Changed-When: Sun Aug 27 05:22:15 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

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