www/rubygem-actionpack41: create port
Add rails 4.1 version of actionpack PR: 201826 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
This commit is contained in:
parent
475c741892
commit
aa66192f6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393659
4 changed files with 41 additions and 0 deletions
|
@ -1807,6 +1807,7 @@
|
|||
SUBDIR += rubygem-ace-rails-ap
|
||||
SUBDIR += rubygem-actionpack
|
||||
SUBDIR += rubygem-actionpack4
|
||||
SUBDIR += rubygem-actionpack41
|
||||
SUBDIR += rubygem-activeresource
|
||||
SUBDIR += rubygem-activeresource4
|
||||
SUBDIR += rubygem-acts-as-taggable-on
|
||||
|
|
26
www/rubygem-actionpack41/Makefile
Normal file
26
www/rubygem-actionpack41/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= actionpack
|
||||
PORTVERSION= 4.1.12
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 41
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Action Controller and Action View of Rails MVC Framework
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-actionview41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview41 \
|
||||
rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \
|
||||
rubygem-rack15>=1.5.2:${PORTSDIR}/www/rubygem-rack15 \
|
||||
rubygem-rack-test>=0.6.2:${PORTSDIR}/www/rubygem-rack-test
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PORTSCOUT= limit:^4\.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/rubygem-actionpack41/distinfo
Normal file
2
www/rubygem-actionpack41/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/actionpack-4.1.12.gem) = 5e4eab096b6a3ac7a989874947eee52df10d895a021bd792ddfa2a8aabf779a5
|
||||
SIZE (rubygem/actionpack-4.1.12.gem) = 190464
|
12
www/rubygem-actionpack41/pkg-descr
Normal file
12
www/rubygem-actionpack41/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
Action Pack
|
||||
|
||||
The controller and view of the RubyOnRails MVC-Framework is handled
|
||||
by the Action Pack, which handles both layers by its two parts:
|
||||
Action View and Action Controller. These two layers are bundled
|
||||
in a single package due to their heavy interdependence. This is unlike
|
||||
the relationship between the Active Record and Action Pack that is
|
||||
much more separate.
|
||||
|
||||
Each of these packages can be used independently outside of Rails.
|
||||
|
||||
WWW: http://www.rubyonrails.org
|
Loading…
Reference in a new issue