From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 19 15:10:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E9C31065677 for ; Mon, 19 Apr 2010 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 106FF8FC2B for ; Mon, 19 Apr 2010 15:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3JFA1YO045012 for ; Mon, 19 Apr 2010 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3JFA1RD045011; Mon, 19 Apr 2010 15:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 19 Apr 2010 15:10:01 GMT Resent-Message-Id: <201004191510.o3JFA1RD045011@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renaud Chaput Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0FD01065673 for ; Mon, 19 Apr 2010 15:03:00 +0000 (UTC) (envelope-from rchaput.vty-infra1@fotolia.com) Received: from out-temp.reverse.fotolia.net (out-temp.reverse.fotolia.net [193.164.221.2]) by mx1.freebsd.org (Postfix) with ESMTP id BA5378FC14 for ; Mon, 19 Apr 2010 15:03:00 +0000 (UTC) Received: from vty-infra1.fotolia.loc (unknown [10.11.11.71]) by out-temp.reverse.fotolia.net (Postfix) with ESMTP id C34CA8A03B for ; Mon, 19 Apr 2010 17:00:31 +0200 (CEST) Received: by vty-infra1.fotolia.loc (Postfix, from userid 1001) id 82EDB61C2E; Mon, 19 Apr 2010 17:02:24 +0200 (CEST) Message-Id: <20100419150224.82EDB61C2E@vty-infra1.fotolia.loc> Date: Mon, 19 Apr 2010 17:02:24 +0200 (CEST) From: Renaud Chaput To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/145847: [NEW PORT] devel/rubygem-mixlib-authentication: Mixes in simple per-request authentication X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 15:10:02 -0000 >Number: 145847 >Category: ports >Synopsis: [NEW PORT] devel/rubygem-mixlib-authentication: Mixes in simple per-request authentication >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 19 15:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Renaud Chaput >Release: FreeBSD 8.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD vty-infra1.fotolia.loc 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC >Description: Mixlib::Authentication provides a class-based header signing authentication object, like the one used in Chef. WWW: http://github.com/opscode/mixlib-authentication This port depends on devel/rubygem-mixlib-log, which has been submited as ports/145846. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- rubygem-mixlib-authentication-1.1.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: # # rubygem-mixlib-authentication # rubygem-mixlib-authentication/distinfo # rubygem-mixlib-authentication/Makefile # rubygem-mixlib-authentication/pkg-descr # echo c - rubygem-mixlib-authentication mkdir -p rubygem-mixlib-authentication > /dev/null 2>&1 echo x - rubygem-mixlib-authentication/distinfo sed 's/^X//' >rubygem-mixlib-authentication/distinfo << '5ece860e6e9781b0e975e909f6ae4794' XMD5 (rubygem/mixlib-authentication-1.1.2.gem) = 52d59c878a8628a97aae64ee6ac35b3f XSHA256 (rubygem/mixlib-authentication-1.1.2.gem) = 5e1514e0689d3515a0dfcb992e38eea03a1c24ce6e80251ab8d35205fbccc83b XSIZE (rubygem/mixlib-authentication-1.1.2.gem) = 16384 5ece860e6e9781b0e975e909f6ae4794 echo x - rubygem-mixlib-authentication/Makefile sed 's/^X//' >rubygem-mixlib-authentication/Makefile << '7ecd340fd6e91001e22fcbb6d2105480' X# Ports collection makefile for: rubygem-mixlib-authentication X# Date created: 18 Mar 2010 X# Whom: renchap@cocoa-x.com X# X# $FreeBSD$ X# X XPORTNAME= mixlib-authentication XPORTVERSION= 1.1.2 XCATEGORIES= devel XMASTER_SITES= http://gemcutter.org/gems/ X XMAINTAINER= renchap@cocoa-x.com XCOMMENT= Mixes in simple per-request authentication X XBUILD_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X# we care about not passing -A to allow HTTP redirect XFETCH_ARGS= -pRr X X.include 7ecd340fd6e91001e22fcbb6d2105480 echo x - rubygem-mixlib-authentication/pkg-descr sed 's/^X//' >rubygem-mixlib-authentication/pkg-descr << 'b38243e406b1b80f310cb47b6ef135d0' XMixlib::Authentication provides a class-based header signing authentication Xobject, like the one used in Chef. X XWWW: http://github.com/opscode/mixlib-authentication b38243e406b1b80f310cb47b6ef135d0 exit --- rubygem-mixlib-authentication-1.1.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: