From koobs.freebsd@gmail.com  Thu Jun  7 13:35:25 2012
Return-Path: <koobs.freebsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 231A3106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Jun 2012 13:35:21 +0000 (UTC)
	(envelope-from koobs.freebsd@gmail.com)
Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54])
	by mx1.freebsd.org (Postfix) with ESMTP id DDB418FC22
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Jun 2012 13:35:20 +0000 (UTC)
Received: by dadv36 with SMTP id v36so947117dad.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 07 Jun 2012 06:35:20 -0700 (PDT)
Received: by 10.68.219.226 with SMTP id pr2mr10180477pbc.1.1339076120086;
        Thu, 07 Jun 2012 06:35:20 -0700 (PDT)
Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11])
        by mx.google.com with ESMTPS id vc6sm4157893pbc.6.2012.06.07.06.35.17
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 07 Jun 2012 06:35:19 -0700 (PDT)
Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001)
	id CCCCC177E3; Thu,  7 Jun 2012 23:35:13 +1000 (EST)
Message-Id: <20120607133513.CCCCC177E3@freebsd-90-amd64.elysium>
Date: Thu,  7 Jun 2012 23:35:13 +1000 (EST)
From: koobs <koobs.freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/py27-rauth: A Python library for OAuth 1.0/a, 2.0, and Ofly consumers
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168802
>Category:       ports
>Synopsis:       [NEW PORT] devel/py27-rauth: A Python library for OAuth 1.0/a, 2.0, and Ofly consumers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 13:40:09 UTC 2012
>Closed-Date:    Sun Jun 17 19:22:41 UTC 2012
>Last-Modified:  Sun Jun 17 19:22:41 UTC 2012
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
This package provides OAuth 1.0/a, 2.0, and Ofly consumer support. The
package is wrapped around the superb Python Requests.

- Built on Python-Requests
- Supports OAuth 1.0, 1.0a, 2.0 and Ofly]
- Service wrappers for convenient connection initialization
- Well tested (100% coverage)

WWW:	https://github.com/litl/rauth

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .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-rauth
#	py-rauth/Makefile
#	py-rauth/pkg-descr
#	py-rauth/pkg-plist
#	py-rauth/distinfo
#
echo c - py-rauth
mkdir -p py-rauth > /dev/null 2>&1
echo x - py-rauth/Makefile
sed 's/^X//' >py-rauth/Makefile << '2524a085171ed6bf6784ac4c5534f04d'
X# New ports collection makefile for:	py-rauth
X# Date created:		2012-06-07
X# Whom:			koobs <koobs.freebsd@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rauth
XPORTVERSION=	0.4.5
XCATEGORIES=	devel www python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	koobs.freebsd@gmail.com
XCOMMENT=	A Python library for OAuth 1.0/a, 2.0, and Ofly consumers
X
XLICENSE=	MIT
X
XRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0.12.0:${PORTSDIR}/www/py-requests
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=easy_install
X
X.include <bsd.port.mk>
2524a085171ed6bf6784ac4c5534f04d
echo x - py-rauth/pkg-descr
sed 's/^X//' >py-rauth/pkg-descr << 'b602fbd4ea299a37b1429753548b71f0'
XThis package provides OAuth 1.0/a, 2.0, and Ofly consumer support. The
Xpackage is wrapped around the superb Python Requests.
X
X- Built on Python-Requests
X- Supports OAuth 1.0, 1.0a, 2.0 and Ofly]
X- Service wrappers for convenient connection initialization
X- Well tested (100% coverage)
X
XWWW:	https://github.com/litl/rauth
b602fbd4ea299a37b1429753548b71f0
echo x - py-rauth/pkg-plist
sed 's/^X//' >py-rauth/pkg-plist << 'c3305ee12f319ff8ef8e030ee02e895b'
X@comment $FreeBSD$
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/__init__.py
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/__init__.pyc
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/__init__.pyo
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/hook.py
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/hook.pyc
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/hook.pyo
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/oauth.py
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/oauth.pyc
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/oauth.pyo
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/service.py
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/service.pyc
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth/service.pyo
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/EGG-INFO/PKG-INFO
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/EGG-INFO/SOURCES.txt
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/EGG-INFO/dependency_links.txt
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/EGG-INFO/not-zip-safe
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/EGG-INFO/requires.txt
X%%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/EGG-INFO/top_level.txt
X@dirrm %%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/rauth
X@dirrm %%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg/EGG-INFO
X@dirrm %%PYTHON_SITELIBDIR%%/rauth-0.4.5-py2.7.egg
c3305ee12f319ff8ef8e030ee02e895b
echo x - py-rauth/distinfo
sed 's/^X//' >py-rauth/distinfo << '3c0177cff68a1600cc8b00e2b52dcd39'
XSHA256 (rauth-0.4.5.tar.gz) = e2202ca1690abb61a515085c8a4cbbe2c66f3f1cdbc0a457d9df9289f99c4a85
XSIZE (rauth-0.4.5.tar.gz) = 12220
3c0177cff68a1600cc8b00e2b52dcd39
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Jun 8 13:46:07 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168802: commit references a PR
Date: Sun, 17 Jun 2012 19:17:01 +0000 (UTC)

 rm          2012-06-17 19:16:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/py-rauth       Makefile distinfo pkg-descr pkg-plist 
   Log:
   This package provides OAuth 1.0/a, 2.0, and Ofly consumer support. The
   package is wrapped around the superb Python Requests.
   
   - Built on Python-Requests
   - Supports OAuth 1.0, 1.0a, 2.0 and Ofly]
   - Service wrappers for convenient connection initialization
   - Well tested (100% coverage)
   
   WWW:    https://github.com/litl/rauth
   
   PR:             168802
   Submitted by:   koobs <koobs.freebsd at gmail dot com>
   
   Revision  Changes    Path
   1.4991    +1 -0      ports/devel/Makefile
   1.1       +25 -0     ports/devel/py-rauth/Makefile (new)
   1.1       +2 -0      ports/devel/py-rauth/distinfo (new)
   1.1       +9 -0      ports/devel/py-rauth/pkg-descr (new)
   1.1       +22 -0     ports/devel/py-rauth/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: open->closed 
State-Changed-By: rm 
State-Changed-When: Sun Jun 17 19:22:40 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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