svn commit: r393659 - in head/www: . rubygem-actionpack41

Steve Wills swills at FreeBSD.org
Thu Aug 6 15:24:01 UTC 2015


Author: swills
Date: Thu Aug  6 15:23:58 2015
New Revision: 393659
URL: https://svnweb.freebsd.org/changeset/ports/393659

Log:
  www/rubygem-actionpack41: create port
  
  Add rails 4.1 version of actionpack
  
  PR:		201826
  Submitted by:	Torsten Zühlsdorff <ports at toco-domains.de>

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu Aug  6 15:10:48 2015	(r393658)
+++ head/www/Makefile	Thu Aug  6 15:23:58 2015	(r393659)
@@ -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

Added: head/www/rubygem-actionpack41/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-actionpack41/Makefile	Thu Aug  6 15:23:58 2015	(r393659)
@@ -0,0 +1,26 @@
+# Created by: Torsten Zühlsdorff <ports at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	actionpack
+PORTVERSION=	4.1.12
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	41
+
+MAINTAINER=	ruby at 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>

Added: head/www/rubygem-actionpack41/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-actionpack41/distinfo	Thu Aug  6 15:23:58 2015	(r393659)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/actionpack-4.1.12.gem) = 5e4eab096b6a3ac7a989874947eee52df10d895a021bd792ddfa2a8aabf779a5
+SIZE (rubygem/actionpack-4.1.12.gem) = 190464

Added: head/www/rubygem-actionpack41/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-actionpack41/pkg-descr	Thu Aug  6 15:23:58 2015	(r393659)
@@ -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


More information about the svn-ports-all mailing list