From owner-cvs-ports@FreeBSD.ORG Mon Oct 31 01:36:11 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 438BC106566C; Mon, 31 Oct 2011 01:36:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A8C88FC17; Mon, 31 Oct 2011 01:36:11 +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 p9V1aA1Y075890; Mon, 31 Oct 2011 01:36:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9V1aAPU075889; Mon, 31 Oct 2011 01:36:10 GMT (envelope-from clsung) Message-Id: <201110310136.p9V1aAPU075889@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 31 Oct 2011 01:36:10 +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/www Makefile ports/www/py-requests-oauth-hook Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 01:36:11 -0000 clsung 2011-10-31 01:36:10 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-requests-oauth-hook Makefile distinfo pkg-descr pkg-plist Log: This is a hook for python-requests great python HTTP library, that makes python-requests support Open Authentication version 1.0. This hook is based on python-oauth2 and uses portions of its code at the moment, kudos to the authors and contributors for doing a huge effort in providing OAuth to python httplib2. WWW: https://github.com/maraujop/requests-oauth-hook Revision Changes Path 1.3011 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/py-requests-oauth-hook/Makefile (new) 1.1 +2 -0 ports/www/py-requests-oauth-hook/distinfo (new) 1.1 +8 -0 ports/www/py-requests-oauth-hook/pkg-descr (new) 1.1 +25 -0 ports/www/py-requests-oauth-hook/pkg-plist (new)