Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2015 19:22:53 +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: r393545 - in head/devel: . rubygem-activesupport41
Message-ID:  <201508041922.t74JMrPl060512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Aug  4 19:22:52 2015
New Revision: 393545
URL: https://svnweb.freebsd.org/changeset/ports/393545

Log:
  devel/rubygem-activesupport41: create port
  
  Add rails 4.1 version of activesupport
  
  PR:		201818
  Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Aug  4 19:20:44 2015	(r393544)
+++ head/devel/Makefile	Tue Aug  4 19:22:52 2015	(r393545)
@@ -4512,6 +4512,7 @@
     SUBDIR += rubygem-activemessaging
     SUBDIR += rubygem-activesupport
     SUBDIR += rubygem-activesupport4
+    SUBDIR += rubygem-activesupport41
     SUBDIR += rubygem-algorithms
     SUBDIR += rubygem-allison
     SUBDIR += rubygem-analogger

Added: head/devel/rubygem-activesupport41/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-activesupport41/Makefile	Tue Aug  4 19:22:52 2015	(r393545)
@@ -0,0 +1,28 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	activesupport
+PORTVERSION=	4.1.12
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	41
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Utility classes and extension that are required by Rails MVC Framework
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-i18n>=0.6.9:${PORTSDIR}/devel/rubygem-i18n \
+		rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json \
+		rubygem-minitest>=5.1:${PORTSDIR}/devel/rubygem-minitest \
+		rubygem-thread_safe1>=0.1:${PORTSDIR}/devel/rubygem-thread_safe1 \
+		rubygem-tzinfo>=1.1:${PORTSDIR}/devel/rubygem-tzinfo
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+USE_RUBY_FEATURES=	iconv
+RUBYGEM_AUTOPLIST=	yes
+
+PORTSCOUT=	limit:^4\.1
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-activesupport41/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-activesupport41/distinfo	Tue Aug  4 19:22:52 2015	(r393545)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/activesupport-4.1.12.gem) = 1626c36f146c04a8800866a2c06c1f5b016f9ad0797cd2b265ca2bde6aded298
+SIZE (rubygem/activesupport-4.1.12.gem) = 316928

Added: head/devel/rubygem-activesupport41/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-activesupport41/pkg-descr	Tue Aug  4 19:22:52 2015	(r393545)
@@ -0,0 +1,6 @@
+Active Support
+
+Utility classes and extension to the standard library that 
+were required by Rails, but found of general use.
+
+WWW: http://www.rubyonrails.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508041922.t74JMrPl060512>