From root@prometheus.scode.org  Sat Feb  6 16:44:30 2010
Return-Path: <root@prometheus.scode.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2C62010656A3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Feb 2010 16:44:30 +0000 (UTC)
	(envelope-from root@prometheus.scode.org)
Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71])
	by mx1.freebsd.org (Postfix) with ESMTP id DF58F8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Feb 2010 16:44:28 +0000 (UTC)
Received: from ipb2.telenor.se (195.54.127.165) by proxy1.bredband.net (7.3.140.3)
        id 4B62ECEA003F1876 for FreeBSD-gnats-submit@freebsd.org; Sat, 6 Feb 2010 17:44:27 +0100
Received: from c-129372d5.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([213.114.147.18])
  by ipb2.telenor.se with ESMTP; 06 Feb 2010 17:44:27 +0100
Received: by prometheus.scode.org (Postfix, from userid 0)
	id E159E4F0B9; Sat,  6 Feb 2010 17:44:24 +0100 (CET)
Message-Id: <20100206164424.E159E4F0B9@prometheus.scode.org>
Date: Sat,  6 Feb 2010 17:44:24 +0100 (CET)
From: Peter Schuller <peter.schuller@infidyne.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/py26-greenlet: Light-weight microthreads for Python
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143610
>Category:       ports
>Synopsis:       [NEW PORT] devel/py26-greenlet: Light-weight microthreads for Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 06 16:50:02 UTC 2010
>Closed-Date:    Sat Feb 13 19:28:08 UTC 2010
>Last-Modified:  Sat Feb 13 23:42:21 UTC 2010
>Originator:     peter.schuller@infidyne.com
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD prometheus.scode.org 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009
>Description:
greenlet provides a primitive form of micro-threads in the form of a
native extension module to Python. Higher-level primitives such as
coroutine scheduling are not part of greenlet itself, but can be built
upon it.

WWW:	http://pypi.python.org/pypi/greenlet

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

--- py26-greenlet-0.2.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:
#
#	py-greenlet
#	py-greenlet/pkg-plist
#	py-greenlet/pkg-descr
#	py-greenlet/Makefile
#	py-greenlet/distinfo
#
echo c - py-greenlet
mkdir -p py-greenlet > /dev/null 2>&1
echo x - py-greenlet/pkg-plist
sed 's/^X//' >py-greenlet/pkg-plist << 'd14e41037ead900a1997e6d5619a8321'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
d14e41037ead900a1997e6d5619a8321
echo x - py-greenlet/pkg-descr
sed 's/^X//' >py-greenlet/pkg-descr << '5b9d5c50dddada055870e64df2af15e7'
Xgreenlet provides a primitive form of micro-threads in the form of a
Xnative extension module to Python. Higher-level primitives such as
Xcoroutine scheduling are not part of greenlet itself, but can be built
Xupon it.
X
XWWW:	http://pypi.python.org/pypi/greenlet
5b9d5c50dddada055870e64df2af15e7
echo x - py-greenlet/Makefile
sed 's/^X//' >py-greenlet/Makefile << 'af53706a7053868fc98d5d776d483a20'
X# New ports collection makefile for: py-greenlet
X# Date created:		6 Feb 2010
X# Whom:			Peter Schuller <peter.schuller@infidyne.com>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	greenlet
XPORTVERSION=	0.2
XCATEGORIES=	devel python
XMASTER_SITES=	${MASTER_SITE_CHEESESHOP}
XMASTER_SITE_SUBDIR=	source/g/greenlet
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	greenlet-${PORTVERSION}
X
XMAINTAINER=	peter.schuller@infidyne.com
XCOMMENT=	Light-weight microthreads for Python
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	easy_install
XPYDISTUTILS_PKGNAME=	greenlet
XPYEASYINSTALL_ARCHDEP=	yes
X
X.include <bsd.port.mk>
af53706a7053868fc98d5d776d483a20
echo x - py-greenlet/distinfo
sed 's/^X//' >py-greenlet/distinfo << '3611f408cedc6430841b105a2343484d'
XMD5 (greenlet-0.2.tar.gz) = cfcac72683fbf52d6c9f4f82a319dcb9
XSHA256 (greenlet-0.2.tar.gz) = d1919d283f7e7a2cbb474c620efb703811408026f8c6b25f923acd8b49deebaa
XSIZE (greenlet-0.2.tar.gz) = 22124
3611f408cedc6430841b105a2343484d
exit
--- py26-greenlet-0.2.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Sat Feb 6 19:38:08 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143610 
State-Changed-From-To: open->feedback 
State-Changed-By: sylvio 
State-Changed-When: Tue Feb 9 13:02:25 UTC 2010 
State-Changed-Why:  
- Waiting fix of plist from submitter. 

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

From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
To: bug-followup@FreeBSD.org,
 peter.schuller@infidyne.com
Cc:  
Subject: Re: ports/143610: [NEW PORT] devel/py26-greenlet: Light-weight microthreads for Python
Date: Tue, 9 Feb 2010 11:04:26 -0200

 Please, fix this error:
 
 http://people.freebsd.org/~sylvio/py26-greenlet-0.2.log
 
 Thanks.

From: Peter Schuller <peter.schuller@infidyne.com>
To: Sylvio Cesar Teixeira <sylvio@freebsd.org>
Cc: bug-followup@freebsd.org
Subject: Re: ports/143610: [NEW PORT] devel/py26-greenlet: Light-weight 
	microthreads for Python
Date: Sat, 13 Feb 2010 00:12:43 +0100

 > Please, fix this error:
 >
 > http://people.freebsd.org/~sylvio/py26-greenlet-0.2.log
 
 I am unable to reproduce this here, and I'm at a bit of a loss as to
 what the cause is. pkg-plist on purpose only contains:
 
    %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 From the looks of it, probably the relevant discrepancy from your
 build log is that your egg file does not contain the architecture name
 (even though the port has PYEASYINSTALL_ARCHDEP=  yes). I updated to a
 fresher ports tree and from what I can tell these variables haven't
 really changed in their meaning or use (and I still cannot reproduce
 the problem).
 
 Is PYEASYINSTALL_OSARCH somehow empty during the tinderbox build?
 
 -- 
 / Peter Schuller

From: Sylvio Cesar Teixeira <sylvio@freebsd.org>
To: Peter Schuller <peter.schuller@infidyne.com>
Cc: bug-followup@freebsd.org
Subject: Re: ports/143610: [NEW PORT] devel/py26-greenlet: Light-weight microthreads for Python
Date: Fri, 12 Feb 2010 22:27:38 -0200

 Hi, this error only happens with FreeBSD 9.
 
 Regards,
 
 Sylvio Cesar
 
 
 Em 12/02/2010, =E0s 21:12, Peter Schuller escreveu:
 
 >> Please, fix this error:
 >>=20
 >> http://people.freebsd.org/~sylvio/py26-greenlet-0.2.log
 >=20
 > I am unable to reproduce this here, and I'm at a bit of a loss as to
 > what the cause is. pkg-plist on purpose only contains:
 >=20
 >   %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 >=20
 > =46rom the looks of it, probably the relevant discrepancy from your
 > build log is that your egg file does not contain the architecture name
 > (even though the port has PYEASYINSTALL_ARCHDEP=3D  yes). I updated to =
 a
 > fresher ports tree and from what I can tell these variables haven't
 > really changed in their meaning or use (and I still cannot reproduce
 > the problem).
 >=20
 > Is PYEASYINSTALL_OSARCH somehow empty during the tinderbox build?
 >=20
 > --=20
 > / Peter Schuller
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sylvio 
State-Changed-When: Sat Feb 13 19:28:06 UTC 2010 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143610: commit references a PR
Date: Sat, 13 Feb 2010 19:27:31 +0000 (UTC)

 sylvio      2010-02-13 19:27:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/py-greenlet    Makefile distinfo pkg-descr 
   Log:
   - Greenlet provides a primitive form of micro-threads in the form of a native extension module to Python. Higher-level primitives such as coroutine scheduling are not part of greenlet itself, but can be built upon it.
   
   WWW: http://pypi.python.org/pypi/greenlet
   
   PR:             ports/143610
   Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.3817    +1 -0      ports/devel/Makefile
   1.1       +26 -0     ports/devel/py-greenlet/Makefile (new)
   1.1       +3 -0      ports/devel/py-greenlet/distinfo (new)
   1.1       +6 -0      ports/devel/py-greenlet/pkg-descr (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:
