svn commit: r393827 - in head/security: . rubygem-ruby-saml

Steve Wills swills at FreeBSD.org
Sun Aug 9 20:39:09 UTC 2015


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 at 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 at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	ruby-saml
+PORTVERSION=	0.9.2
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at 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


More information about the svn-ports-head mailing list