Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 2015 15:10:49 +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: r393658 - in head/devel: . rubygem-actionview41
Message-ID:  <201508061510.t76FAnaE083420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Aug  6 15:10:48 2015
New Revision: 393658
URL: https://svnweb.freebsd.org/changeset/ports/393658

Log:
  devel/rubygem-actionview41: create port
  
  PR:		201817
  Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug  6 14:09:49 2015	(r393657)
+++ head/devel/Makefile	Thu Aug  6 15:10:48 2015	(r393658)
@@ -4508,6 +4508,7 @@
     SUBDIR += rubygem-abstract
     SUBDIR += rubygem-actionpack-action_caching
     SUBDIR += rubygem-actionview
+    SUBDIR += rubygem-actionview41
     SUBDIR += rubygem-active_scaffold
     SUBDIR += rubygem-activejob
     SUBDIR += rubygem-activemessaging

Added: head/devel/rubygem-actionview41/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-actionview41/Makefile	Thu Aug  6 15:10:48 2015	(r393658)
@@ -0,0 +1,23 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	actionview
+PORTVERSION=	4.1.12
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	41
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Rendering framework putting the V in MVC (part of Rails)
+
+RUN_DEPENDS=	rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \
+		rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \
+		rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+PORTSCOUT=	limit:^4\.1
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-actionview41/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-actionview41/distinfo	Thu Aug  6 15:10:48 2015	(r393658)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/actionview-4.1.12.gem) = 161c7d0d0e82a94c7b3ad3ddc7b916108810491edcbd4fcc27a128ac5cc468af
+SIZE (rubygem/actionview-4.1.12.gem) = 158208

Added: head/devel/rubygem-actionview41/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-actionview41/pkg-descr	Thu Aug  6 15:10:48 2015	(r393658)
@@ -0,0 +1,3 @@
+Simple, battle-tested conventions and helpers for building web pages.
+
+WWW: http://www.rubyonrails.org



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