Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2015 19:56: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: r393548 - in head/databases: . rubygem-activemodel41
Message-ID:  <201508041956.t74JunA8075006@repo.freebsd.org>

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

Log:
  databases/rubygem-activemodel41: create port
  
  Add rails 4.1 version of activemodel
  
  PR:		201815
  Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>

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

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Aug  4 19:45:33 2015	(r393547)
+++ head/databases/Makefile	Tue Aug  4 19:56:49 2015	(r393548)
@@ -824,6 +824,7 @@
     SUBDIR += ruby-tokyocabinet
     SUBDIR += rubygem-activemodel
     SUBDIR += rubygem-activemodel4
+    SUBDIR += rubygem-activemodel41
     SUBDIR += rubygem-activerecord
     SUBDIR += rubygem-activerecord-jdbc-adapter
     SUBDIR += rubygem-activerecord-jdbcmysql-adapter

Added: head/databases/rubygem-activemodel41/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-activemodel41/Makefile	Tue Aug  4 19:56:49 2015	(r393548)
@@ -0,0 +1,24 @@
+# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
+# $FreeBSD$
+
+PORTNAME=	activemodel
+PORTVERSION=	4.1.12
+CATEGORIES=	databases rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	41
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Toolkit for building modeling frameworks
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \
+		rubygem-builder32>=3.2.2:${PORTSDIR}/devel/rubygem-builder32
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PORTSCOUT=	limit:^4\.1
+
+.include <bsd.port.mk>

Added: head/databases/rubygem-activemodel41/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-activemodel41/distinfo	Tue Aug  4 19:56:49 2015	(r393548)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/activemodel-4.1.12.gem) = 23cbf7d095d57cc1d44cb7e4fec4c84d1944307c276e4d067ac468025e4b8298
+SIZE (rubygem/activemodel-4.1.12.gem) = 44544

Added: head/databases/rubygem-activemodel41/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-activemodel41/pkg-descr	Tue Aug  4 19:56:49 2015	(r393548)
@@ -0,0 +1,6 @@
+A toolkit for building modeling frameworks like Active Record and 
+Active Resource. Rich support for attributes, callbacks, 
+validations, observers, serialization, internationalization, 
+and testing.
+
+WWW: http://www.rubyonrails.org



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