From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 19:37:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE1072B4; Thu, 24 Oct 2013 19:37:50 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A12612581; Thu, 24 Oct 2013 19:37:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJbod4006405; Thu, 24 Oct 2013 19:37:50 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OJbnUe006401; Thu, 24 Oct 2013 19:37:49 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201310241937.r9OJbnUe006401@svn.freebsd.org> From: Steve Wills Date: Thu, 24 Oct 2013 19:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331520 - in head/security: . rubygem-pyu-ruby-sasl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:37:50 -0000 Author: swills Date: Thu Oct 24 19:37:49 2013 New Revision: 331520 URL: http://svnweb.freebsd.org/changeset/ports/331520 Log: Simple Authentication and Security Layer (RFC 4422) WWW: http://github.com/pyu10055/ruby-sasl/ PR: ports/182753 Submitted by: Loic Blot Added: head/security/rubygem-pyu-ruby-sasl/ head/security/rubygem-pyu-ruby-sasl/Makefile (contents, props changed) head/security/rubygem-pyu-ruby-sasl/distinfo (contents, props changed) head/security/rubygem-pyu-ruby-sasl/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Oct 24 19:32:04 2013 (r331519) +++ head/security/Makefile Thu Oct 24 19:37:49 2013 (r331520) @@ -868,6 +868,7 @@ SUBDIR += rubygem-nmap-parser SUBDIR += rubygem-omniauth SUBDIR += rubygem-origami + SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-rc4 SUBDIR += rubygem-roauth Added: head/security/rubygem-pyu-ruby-sasl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pyu-ruby-sasl/Makefile Thu Oct 24 19:37:49 2013 (r331520) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= pyu-ruby-sasl +PORTVERSION= 0.0.3.3 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Simple Authentication and Security Layer + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include Added: head/security/rubygem-pyu-ruby-sasl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pyu-ruby-sasl/distinfo Thu Oct 24 19:37:49 2013 (r331520) @@ -0,0 +1,2 @@ +SHA256 (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 5683a6bc5738db5a1bf5ceddeaf545405fb241b4184dd4f2587e679a7e9497e5 +SIZE (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 8192 Added: head/security/rubygem-pyu-ruby-sasl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pyu-ruby-sasl/pkg-descr Thu Oct 24 19:37:49 2013 (r331520) @@ -0,0 +1,3 @@ +Simple Authentication and Security Layer (RFC 4422) + +WWW: http://github.com/pyu10055/ruby-sasl/