Date: Sun, 9 Aug 2015 20:39:07 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393827 - in head/security: . rubygem-ruby-saml Message-ID: <201508092039.t79Kd7gk024942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 9 20:39:07 2015 New Revision: 393827 URL: https://svnweb.freebsd.org/changeset/ports/393827 Log: security/rubygem-ruby-saml: create port SAML toolkit for Ruby on Rails WWW: https://github.com/onelogin/ruby-saml PR: 201810 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de> Added: head/security/rubygem-ruby-saml/ head/security/rubygem-ruby-saml/Makefile (contents, props changed) head/security/rubygem-ruby-saml/distinfo (contents, props changed) head/security/rubygem-ruby-saml/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Aug 9 20:26:35 2015 (r393826) +++ head/security/Makefile Sun Aug 9 20:39:07 2015 (r393827) @@ -946,6 +946,7 @@ SUBDIR += rubygem-roauth SUBDIR += rubygem-ruby-hmac SUBDIR += rubygem-ruby-rc4 + SUBDIR += rubygem-ruby-saml SUBDIR += rubygem-scrypt SUBDIR += rubygem-six SUBDIR += rubygem-sshkit Added: head/security/rubygem-ruby-saml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-ruby-saml/Makefile Sun Aug 9 20:39:07 2015 (r393827) @@ -0,0 +1,20 @@ +# Created by: Torsten Zühlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= ruby-saml +PORTVERSION= 0.9.2 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= SAML toolkit for Ruby on Rails + +RUN_DEPENDS= rubygem-nokogiri>=1.5.10:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-uuid>=2.3:${PORTSDIR}/devel/rubygem-uuid + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/security/rubygem-ruby-saml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-ruby-saml/distinfo Sun Aug 9 20:39:07 2015 (r393827) @@ -0,0 +1,2 @@ +SHA256 (rubygem/ruby-saml-0.9.2.gem) = 3161d7bfd1c07bab038d3dbe3dfa91706506f71bd1d448ba19423c01bb00eaff +SIZE (rubygem/ruby-saml-0.9.2.gem) = 90624 Added: head/security/rubygem-ruby-saml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-ruby-saml/pkg-descr Sun Aug 9 20:39:07 2015 (r393827) @@ -0,0 +1,3 @@ +SAML toolkit for Ruby on Rails + +WWW: https://github.com/onelogin/ruby-saml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508092039.t79Kd7gk024942>