From nobody@FreeBSD.org  Thu May 31 09:09:37 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C399716A469
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 May 2007 09:09:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 9CA6713C455
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 May 2007 09:09:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4V99bUe037714
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 31 May 2007 09:09:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4V99bq7037713;
	Thu, 31 May 2007 09:09:37 GMT
	(envelope-from nobody)
Message-Id: <200705310909.l4V99bq7037713@www.freebsd.org>
Date: Thu, 31 May 2007 09:09:37 GMT
From: Olivier Smedts<olivier@gid0.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: audio/abraca
X-Send-Pr-Version: www-3.0

>Number:         113189
>Category:       ports
>Synopsis:       new port: audio/abraca
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 31 09:10:04 GMT 2007
>Closed-Date:    Mon Jun 04 13:28:36 GMT 2007
>Last-Modified:  Mon Jun  4 13:30:11 GMT 2007
>Originator:     Olivier Smedts
>Release:        6.2-STABLE
>Organization:
gid0.org
>Environment:
FreeBSD z.gid0.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 27 16:19:36 CEST 2007     root@z.gid0.org:/work/obj/work/src/sys/XPC  i386
>Description:
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
collections in mind, which makes managing your music a breeze.

WWW:    http://nooms.de/projects/abraca
>How-To-Repeat:
This is a new port I'll maintain.
>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:
#
#	audio/abraca
#	audio/abraca/pkg-descr
#	audio/abraca/Makefile
#	audio/abraca/distinfo
#	audio/abraca/pkg-plist
#
echo c - audio/abraca
mkdir -p audio/abraca > /dev/null 2>&1
echo x - audio/abraca/pkg-descr
sed 's/^X//' >audio/abraca/pkg-descr << 'END-of-audio/abraca/pkg-descr'
XAbraca is a GTK2 client for the XMMS2 music player. It is designed with
Xcollections in mind, which makes managing your music a breeze.
X
XWWW:	http://nooms.de/projects/abraca
END-of-audio/abraca/pkg-descr
echo x - audio/abraca/Makefile
sed 's/^X//' >audio/abraca/Makefile << 'END-of-audio/abraca/Makefile'
X# New ports collection makefile for:	abraca
X# Date created:				31 May 2005
X# Whom:					Olivier Smedts <olivier@gid0.org>
X#
X# $FreeBSD: Exp $
X#
X
XPORTNAME=	abraca
XPORTVERSION=	0.2
XPORTREVISION=	1
XCATEGORIES=	audio
XMASTER_SITES=	http://nooms.de/media/abraca/
X
XMAINTAINER=	olivier@gid0.org
XCOMMENT=	Abraca is a GTK2 client for the XMMS2 music player
X
XUSE_BZIP2=	yes
XUSE_PYTHON_BUILD=	yes
XLIB_DEPENDS=	xmmsclient.2:${PORTSDIR}/audio/xmms2 \
X		xmmsclient-glib.1:${PORTSDIR}/audio/xmms2
XUSE_GNOME=	pkgconfig libglade2 glib20 gtk20
X
Xdo-configure:
X	cd ${WRKSRC} && env HOME=${WRKSRC} ./waf configure --prefix=${PREFIX}
X
Xdo-build:
X	cd ${WRKSRC} && ./waf build
X
Xdo-install:
X	cd ${WRKSRC} && ./waf install
X
X.include <bsd.port.mk>
END-of-audio/abraca/Makefile
echo x - audio/abraca/distinfo
sed 's/^X//' >audio/abraca/distinfo << 'END-of-audio/abraca/distinfo'
XMD5 (abraca-0.2.tar.bz2) = 6a3e258aa38a53f430394e48c7c7310c
XSHA256 (abraca-0.2.tar.bz2) = 8af6873c0bbe50a00c9ad52deb36377de4876e1200b3c76606f2e08a536013e6
XSIZE (abraca-0.2.tar.bz2) = 113753
END-of-audio/abraca/distinfo
echo x - audio/abraca/pkg-plist
sed 's/^X//' >audio/abraca/pkg-plist << 'END-of-audio/abraca/pkg-plist'
Xbin/abraca
Xshare/abraca/abraca.glade
X@dirrm share/abraca
END-of-audio/abraca/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Thu May 31 09:10:18 UTC 2007 
Class-Changed-Why:  
Fix category (new ports should be change-requests) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113189 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu May 31 10:30:06 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113189 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 4 13:28:34 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113189: commit references a PR
Date: Mon,  4 Jun 2007 13:28:54 +0000 (UTC)

 miwi        2007-06-04 13:28:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio                Makefile 
   Added files:
     audio/abraca         Makefile distinfo pkg-descr pkg-plist 
   Log:
   Abraca is a GTK2 client for the XMMS2 music player. It is designed with
   collections in mind, which makes managing your music a breeze.
   
   WWW:    http://nooms.de/projects/abraca
   
   PR:             ports/113189
   Submitted by:   Olivier Smedts <olivier at gid0.org>
   
   Revision  Changes    Path
   1.862     +1 -0      ports/audio/Makefile
   1.1       +33 -0     ports/audio/abraca/Makefile (new)
   1.1       +3 -0      ports/audio/abraca/distinfo (new)
   1.1       +4 -0      ports/audio/abraca/pkg-descr (new)
   1.1       +3 -0      ports/audio/abraca/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"
 
>Unformatted:
