From owner-cvs-ports@FreeBSD.ORG Sat Oct 30 23:27:31 2010 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 74935106566C; Sat, 30 Oct 2010 23:27:31 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 637DE8FC18; Sat, 30 Oct 2010 23:27:31 +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 o9UNRVwt035642; Sat, 30 Oct 2010 23:27:31 GMT (envelope-from johans@repoman.freebsd.org) Received: (from johans@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UNRVWd035641; Sat, 30 Oct 2010 23:27:31 GMT (envelope-from johans) Message-Id: <201010302327.o9UNRVWd035641@repoman.freebsd.org> From: Johan van Selst Date: Sat, 30 Oct 2010 23:27:31 +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/net Makefile ports/net/liboauth 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: Sat, 30 Oct 2010 23:27:31 -0000 johans 2010-10-30 23:27:31 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/liboauth Makefile distinfo pkg-descr pkg-plist Log: Add a new port net/liboauth: OAuth is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests. WWW: http://liboauth.sourceforge.net/ Revision Changes Path 1.2271 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/liboauth/Makefile (new) 1.1 +2 -0 ports/net/liboauth/distinfo (new) 1.1 +10 -0 ports/net/liboauth/pkg-descr (new) 1.1 +6 -0 ports/net/liboauth/pkg-plist (new)