From alex@foxybanana.com  Fri Jun 23 20:12:54 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 934D016A4D1;
	Fri, 23 Jun 2006 20:12:54 +0000 (UTC)
	(envelope-from alex@foxybanana.com)
Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C4AA643D49;
	Fri, 23 Jun 2006 20:12:53 +0000 (GMT)
	(envelope-from alex@foxybanana.com)
Received: from ibm66aec.bellsouth.net ([68.209.153.178])
          by imf23aec.mail.bellsouth.net with ESMTP
          id <20060623201252.VQKX29501.imf23aec.mail.bellsouth.net@ibm66aec.bellsouth.net>;
          Fri, 23 Jun 2006 16:12:52 -0400
Received: from Laptop.mine.box ([68.209.153.178]) by ibm66aec.bellsouth.net
          with ESMTP
          id <20060623201252.NWIW7989.ibm66aec.bellsouth.net@Laptop.mine.box>;
          Fri, 23 Jun 2006 16:12:52 -0400
Received: from Laptop.mine.box (localhost [127.0.0.1])
	by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k5NKCUlh099184;
	Fri, 23 Jun 2006 15:12:35 -0500 (CDT)
	(envelope-from alex@Laptop.mine.box)
Received: (from alex@localhost)
	by Laptop.mine.box (8.13.6/8.13.6/Submit) id k5NKCTOq099183;
	Fri, 23 Jun 2006 15:12:29 -0500 (CDT)
	(envelope-from alex)
Message-Id: <200606232012.k5NKCTOq099183@Laptop.mine.box>
Date: Fri, 23 Jun 2006 15:12:29 -0500 (CDT)
From: Alexander Botero-Lowry <alex@foxybanana.com>
Reply-To: Alexander Botero-Lowry <alex@foxybanana.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: itetcu@freebsd.org, ssedov@mbsd.msk.ru
Subject: [NEW PORT] audio/ruby-xmms2-ecore: Ruby ecore mainloop bindings for XMMS2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         99390
>Category:       ports
>Synopsis:       [NEW PORT] audio/ruby-xmms2-ecore: Ruby ecore mainloop bindings for XMMS2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 23 20:20:17 GMT 2006
>Closed-Date:    Sun Jun 25 11:14:27 GMT 2006
>Last-Modified:  Sun Jun 25 11:14:27 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 #5: Fri Jun 16 22:55:11 CDT 2006 root@Laptop.mine.box:/usr/src/sys/i386/compile/LAPTOP i386


	
>Description:
	ports/99318 requires that we have the ecore mainloop bindings for
ruby for xmms2. So to make life easier on the submitter I made the patch 
myself, since I know audio/xmms2 better. 
Some patching against audio/xmms2 was necessary and is included.
>How-To-Repeat:
>Fix:

--- ruby-xmms2-ecore.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:
#
#	ruby-xmms2-ecore
#	ruby-xmms2-ecore/Makefile
#	ruby-xmms2-ecore/pkg-plist
#
echo c - ruby-xmms2-ecore
mkdir -p ruby-xmms2-ecore > /dev/null 2>&1
echo x - ruby-xmms2-ecore/Makefile
sed 's/^X//' >ruby-xmms2-ecore/Makefile << 'END-of-ruby-xmms2-ecore/Makefile'
X# New ports collection makefile for:	ruby-xmms2-ecore
X# Date created:				23 Jun 2006
X# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X#
X
XCATEGORIES=	audio ruby
XPKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
XPKGNAMESUFFIX=	-ecore
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	Ruby ecore mainloop bindings for XMMS2
X
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
XRUN_DEPENDS+=	${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
X
XMASTERDIR=	${.CURDIR}/../xmms2
X
XUSE_RUBY=	yes
XUSE_GNOME=	glib20
XUSE_LDCONFIG=	yes
X
XPLIST=		${.CURDIR}/pkg-plist
X
XSCONS_TARGET=	src/clients/lib/xmmsclient-ecore/xmmsclient_ecore.so \
X		src/clients/lib/ruby/xmmsclient_ecore.so
XXMMS2_SLAVE=	ruby-ecore
X
Xdo-install:
X	@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
X	src/clients/lib/ruby/xmmsclient_ecore.so \
X	${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so
X	@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
X	src/clients/lib/xmmsclient-ecore/xmmsclient_ecore.so
X	${LOCALBASE}/lib/xmmsclient_ecore.so
X
X
X.include "${MASTERDIR}/Makefile"
END-of-ruby-xmms2-ecore/Makefile
echo x - ruby-xmms2-ecore/pkg-plist
sed 's/^X//' >ruby-xmms2-ecore/pkg-plist << 'END-of-ruby-xmms2-ecore/pkg-plist'
X%%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so
Xlib/xmmsclient_ecore.so
END-of-ruby-xmms2-ecore/pkg-plist
exit
--- ruby-xmms2-ecore.shar ends here ---

--- xmms2master_ruby-ecore.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/xmms2/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	24 May 2006 22:07:58 -0000	1.11
+++ Makefile	23 Jun 2006 20:06:06 -0000
@@ -65,6 +65,9 @@
 EXCLUDE+=	ruby java
 .elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby"
 EXCLUDE+=	python java
+.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore"
+EXCLUDE+=	python java
+WITH_ECORE=	yes
 .elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java"
 EXCLUDE+=	ruby python
 .elif !defined(XMMS2_SLAVE)
@@ -72,7 +75,7 @@
 .endif
 
 .if defined(WITH_ECORE)
-LIB_DEPENDS+=	lecore.1:${PORTSDIR}/x11/ecore
+LIB_DEPENDS+=	ecore.1:${PORTSDIR}/x11/ecore
 PLIST_SUB+=	ECORE=""
 .else
 EXCLUDE+=	xmmsclient-ecore
--- xmms2master_ruby-ecore.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 23 20:20:28 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants to have ruby- PRs 

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

From: Alexander Botero-Lowry <alex@foxybanana.com>
To: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org,
        alex@foxybanana.com
Cc:  
Subject: Re: ports/99390: [NEW PORT] audio/ruby-xmms2-ecore: Ruby ecore
 mainloop bindings for XMMS2
Date: Fri, 23 Jun 2006 15:23:27 -0500

 This is a multi-part message in MIME format.
 
 --=_449c4dbf.K91klXjfB5dWIzFrLVRyregustH5Z95iwBryyJthTqaDmfdJ
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 That last shar was a mess. Portlint wasn't happy, and it didn't even work.
 Sorry about submitting it at all. Here is a new one that actually works.
 FreeBSD-gnats-submit@FreeBSD.org wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/99390'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=99390
 >
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [NEW PORT] audio/ruby-xmms2-ecore: Ruby ecore mainloop bindings for XMMS2
 > >Arrival-Date:   Fri Jun 23 20:20:17 GMT 2006
 >
 > !DSPAM:4,449c4d0828111861020701!
 >
 
 --=_449c4dbf.K91klXjfB5dWIzFrLVRyregustH5Z95iwBryyJthTqaDmfdJ
 Content-Type: text/plain;
  charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="ruby-xmms2.ecore.shar"
 
 ===> Creating shar file
 ===> Viewing diff with more
 # 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:
 #
 #	ruby-xmms2-ecore
 #	ruby-xmms2-ecore/Makefile
 #	ruby-xmms2-ecore/pkg-plist
 #	ruby-xmms2-ecore/ruby-xmms2.ecore.shar
 #
 echo c - ruby-xmms2-ecore
 mkdir -p ruby-xmms2-ecore > /dev/null 2>&1
 echo x - ruby-xmms2-ecore/Makefile
 sed 's/^X//' >ruby-xmms2-ecore/Makefile << 'END-of-ruby-xmms2-ecore/Makefile'
 X# New ports collection makefile for:	ruby-xmms2-ecore
 X# Date created:				23 Jun 2006
 X# Whom:					Alexander Botero-Lowry <alex@foxybanana.com>
 X#
 X# $FreeBSD$
 X#
 X
 XCATEGORIES=	audio ruby
 XPKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
 XPKGNAMESUFFIX=	-ecore
 X
 XMAINTAINER=	alex@foxybanana.com
 XCOMMENT=	Ruby ecore mainloop bindings for XMMS2
 X
 XBUILD_DEPENDS+=	${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
 XRUN_DEPENDS+=	${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
 X
 XMASTERDIR=	${.CURDIR}/../xmms2
 X
 XUSE_RUBY=	yes
 XUSE_GNOME=	glib20
 XUSE_LDCONFIG=	yes
 X
 XPLIST=		${.CURDIR}/pkg-plist
 X
 XSCONS_TARGET=	src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
 X		src/clients/lib/ruby/xmmsclient_ecore.so
 XXMMS2_SLAVE=	ruby-ecore
 X
 Xdo-install:
 X	@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
 X	src/clients/lib/ruby/xmmsclient_ecore.so \
 X	${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so
 X	@cd ${WRKSRC} && ${INSTALL_PROGRAM} \
 X	src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \
 X	${LOCALBASE}/lib/libxmmsclient-ecore.so
 X
 X.include "${MASTERDIR}/Makefile"
 END-of-ruby-xmms2-ecore/Makefile
 echo x - ruby-xmms2-ecore/pkg-plist
 sed 's/^X//' >ruby-xmms2-ecore/pkg-plist << 'END-of-ruby-xmms2-ecore/pkg-plist'
 X%%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so
 Xlib/xmmsclient_ecore.so
 END-of-ruby-xmms2-ecore/pkg-plist
 echo x - ruby-xmms2-ecore/ruby-xmms2.ecore.shar
 sed 's/^X//' >ruby-xmms2-ecore/ruby-xmms2.ecore.shar << 'END-of-ruby-xmms2-ecore/ruby-xmms2.ecore.shar'
 X===> Creating shar file
 END-of-ruby-xmms2-ecore/ruby-xmms2.ecore.shar
 exit
 
 ===> Done
 
 --=_449c4dbf.K91klXjfB5dWIzFrLVRyregustH5Z95iwBryyJthTqaDmfdJ--

From: Alexander Botero-Lowry <alex@foxybanana.com>
To: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org,
        alex@foxybanana.com
Cc:  
Subject: Re: ports/99390: [NEW PORT] audio/ruby-xmms2-ecore: Ruby ecore
 mainloop bindings for XMMS2
Date: Fri, 23 Jun 2006 15:26:52 -0500

 Plist in that last shar needs to be updated too :/ This is just a bad day for 
 me to be submitting it seems.
 
 should be:
 
 lib/libxmmsclient-ecore.so
 
 Alex
 
 Alexander Botero-Lowry <alex@foxybanana.com> wrote:
 
 > That last shar was a mess. Portlint wasn't happy, and it didn't even work.
 > Sorry about submitting it at all. Here is a new one that actually works.
 > FreeBSD-gnats-submit@FreeBSD.org wrote:
 >
 > > Thank you very much for your problem report.
 > > It has the internal identification `ports/99390'.
 > > The individual assigned to look at your
 > > report is: freebsd-ports-bugs. 
 > >
 > > You can access the state of your problem report at any time
 > > via this link:
 > >
 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99390
 > >
 > > >Category:       ports
 > > >Responsible:    freebsd-ports-bugs
 > > >Synopsis:       [NEW PORT] audio/ruby-xmms2-ecore: Ruby ecore mainloop bindings for XMMS2
 > > >Arrival-Date:   Fri Jun 23 20:20:17 GMT 2006
 > >
 > > 
 > >
 >
 >
 > !DSPAM:4,449c4dd828111684710712!
Responsible-Changed-From-To: clsung->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Fri Jun 23 21:00:10 UTC 2006 
Responsible-Changed-Why:  
It's from Drax so it's mine ! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99390 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Jun 25 11:14:26 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

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