svn commit: r402304 - in head/devel: . rubygem-omniauth_crowd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 23 18:28:41 UTC 2015


Author: sunpoet
Date: Mon Nov 23 18:28:39 2015
New Revision: 402304
URL: https://svnweb.freebsd.org/changeset/ports/402304

Log:
  - Add rubygem-omniauth_crowd 2.2.3
  - While I'm here:
    - Add LICENSE
    - Simplify COMMENT
    - Fix RUN_DEPENDS
    - Add NO_ARCH
  
  This is an OmniAuth provider for Atlassian Crowd's REST API.
  It allows you to easily integrate your Rack application in with Atlassian Crowd.
  
  WWW: https://github.com/robdimarco/omniauth_crowd
  
  PR:		203560
  Submitted by:	Michael Fausten <ports at michael-fausten.de>

Added:
  head/devel/rubygem-omniauth_crowd/
  head/devel/rubygem-omniauth_crowd/Makefile   (contents, props changed)
  head/devel/rubygem-omniauth_crowd/distinfo   (contents, props changed)
  head/devel/rubygem-omniauth_crowd/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Nov 23 18:28:03 2015	(r402303)
+++ head/devel/Makefile	Mon Nov 23 18:28:39 2015	(r402304)
@@ -4892,6 +4892,7 @@
     SUBDIR += rubygem-notify
     SUBDIR += rubygem-nprogress-rails
     SUBDIR += rubygem-oj
+    SUBDIR += rubygem-omniauth_crowd
     SUBDIR += rubygem-open3_backport
     SUBDIR += rubygem-open4
     SUBDIR += rubygem-orm_adapter

Added: head/devel/rubygem-omniauth_crowd/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-omniauth_crowd/Makefile	Mon Nov 23 18:28:39 2015	(r402304)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	omniauth_crowd
+PORTVERSION=	2.2.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ports at michael-fausten.de
+COMMENT=	OmniAuth provider for Atlassian Crowds REST API
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS?=	rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \
+		rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-omniauth_crowd/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-omniauth_crowd/distinfo	Mon Nov 23 18:28:39 2015	(r402304)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/omniauth_crowd-2.2.3.gem) = 070beee801a0773487450f82a35840af29dde7451d1c746d4d791a58c064e589
+SIZE (rubygem/omniauth_crowd-2.2.3.gem) = 12800

Added: head/devel/rubygem-omniauth_crowd/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-omniauth_crowd/pkg-descr	Mon Nov 23 18:28:39 2015	(r402304)
@@ -0,0 +1,4 @@
+This is an OmniAuth provider for Atlassian Crowd's REST API.
+It allows you to easily integrate your Rack application in with Atlassian Crowd.
+
+WWW: https://github.com/robdimarco/omniauth_crowd


More information about the svn-ports-all mailing list