svn commit: r393549 - in head/databases: . rubygem-activerecord41
Steve Wills
swills at FreeBSD.org
Tue Aug 4 20:07:42 UTC 2015
Author: swills
Date: Tue Aug 4 20:07:40 2015
New Revision: 393549
URL: https://svnweb.freebsd.org/changeset/ports/393549
Log:
databases/rubygem-activerecord41: create port
Add rails 4.1 version of activerecord
PR: 201816
Submitted by: Torsten Zühlsdorff <ports at toco-domains.de>
Added:
head/databases/rubygem-activerecord41/
head/databases/rubygem-activerecord41/Makefile (contents, props changed)
head/databases/rubygem-activerecord41/distinfo (contents, props changed)
head/databases/rubygem-activerecord41/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Tue Aug 4 19:56:49 2015 (r393548)
+++ head/databases/Makefile Tue Aug 4 20:07:40 2015 (r393549)
@@ -826,6 +826,7 @@
SUBDIR += rubygem-activemodel4
SUBDIR += rubygem-activemodel41
SUBDIR += rubygem-activerecord
+ SUBDIR += rubygem-activerecord41
SUBDIR += rubygem-activerecord-jdbc-adapter
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-activerecord-mysql-adapter
Added: head/databases/rubygem-activerecord41/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/rubygem-activerecord41/Makefile Tue Aug 4 20:07:40 2015 (r393549)
@@ -0,0 +1,25 @@
+# Created by: Torsten Zühlsdorff <ports at toco-domains.de>
+# $FreeBSD$
+
+PORTNAME= activerecord
+PORTVERSION= 4.1.12
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 41
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Object-relational mapping layer for Rails MVC Framework
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-activemodel41>=${PORTVERSION}:${PORTSDIR}/databases/rubygem-activemodel41 \
+ rubygem-activesupport41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport41 \
+ rubygem-arel>=5.0.0:${PORTSDIR}/databases/rubygem-arel
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PORTSCOUT= limit:^4\.1
+
+.include <bsd.port.mk>
Added: head/databases/rubygem-activerecord41/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/rubygem-activerecord41/distinfo Tue Aug 4 20:07:40 2015 (r393549)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/activerecord-4.1.12.gem) = 25b712aff5e7fc1648e370dc9499a3a9d0db879fa2191a6ea99093d9565d6df0
+SIZE (rubygem/activerecord-4.1.12.gem) = 316928
Added: head/databases/rubygem-activerecord41/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/rubygem-activerecord41/pkg-descr Tue Aug 4 20:07:40 2015 (r393549)
@@ -0,0 +1,8 @@
+Action Record
+
+In Rails, the model is handled by what's called a object-relational
+mapping layer entitled Active Record. This layer allows you to present
+the data from database rows as objects and embellish these data objects
+with business logic methods.
+
+WWW: http://www.rubyonrails.org
More information about the svn-ports-all
mailing list