From owner-cvs-all@FreeBSD.ORG Sun Jun 17 19:16:35 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFF03106566B; Sun, 17 Jun 2012 19:16:34 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2C758FC0C; Sun, 17 Jun 2012 19:16:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5HJGYdZ013726; Sun, 17 Jun 2012 19:16:34 GMT (envelope-from rm@repoman.freebsd.org) Received: (from rm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5HJGYOT013725; Sun, 17 Jun 2012 19:16:34 GMT (envelope-from rm) Message-Id: <201206171916.q5HJGYOT013725@repoman.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 17 Jun 2012 19:16:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-rauth Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 19:16:35 -0000 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 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)