Skip to content

Commit

Permalink
devel/rubygem-activesupport41: create port
Browse files Browse the repository at this point in the history
Add rails 4.1 version of activesupport

PR:		201818
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
  • Loading branch information
swills committed Aug 4, 2015
1 parent f874469 commit 2d3996f
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions devel/rubygem-activesupport41/Makefile
@@ -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>
2 changes: 2 additions & 0 deletions devel/rubygem-activesupport41/distinfo
@@ -0,0 +1,2 @@
SHA256 (rubygem/activesupport-4.1.12.gem) = 1626c36f146c04a8800866a2c06c1f5b016f9ad0797cd2b265ca2bde6aded298
SIZE (rubygem/activesupport-4.1.12.gem) = 316928
6 changes: 6 additions & 0 deletions devel/rubygem-activesupport41/pkg-descr
@@ -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

0 comments on commit 2d3996f

Please sign in to comment.