Date: Wed, 30 Dec 2015 12:18:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404853 - in head/databases: . rubygem-state_machines-activerecord Message-ID: <201512301218.tBUCIGbd059859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 30 12:18:16 2015 New Revision: 404853 URL: https://svnweb.freebsd.org/changeset/ports/404853 Log: - Add rubygem-state_machines-activerecord 0.3.0 The StateMachines Active Record 4.1+ integration adds support for database transactions, automatically saving the record, named scopes, validation errors. WWW: https://github.com/state-machines/state_machines-activerecord Added: head/databases/rubygem-state_machines-activerecord/ head/databases/rubygem-state_machines-activerecord/Makefile (contents, props changed) head/databases/rubygem-state_machines-activerecord/distinfo (contents, props changed) head/databases/rubygem-state_machines-activerecord/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Dec 30 12:17:49 2015 (r404852) +++ head/databases/Makefile Wed Dec 30 12:18:16 2015 (r404853) @@ -907,6 +907,7 @@ SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-state_machines-activemodel + SUBDIR += rubygem-state_machines-activerecord SUBDIR += rubygem-tarantool SUBDIR += sfcgal SUBDIR += sharedance Added: head/databases/rubygem-state_machines-activerecord/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-state_machines-activerecord/Makefile Wed Dec 30 12:18:16 2015 (r404853) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= state_machines-activerecord +PORTVERSION= 0.3.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Support for creating state machines for attributes on ActiveRecord + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activerecord4>=4.1:${PORTSDIR}/databases/rubygem-activerecord4 \ + rubygem-state_machines>=0.4.0:${PORTSDIR}/devel/rubygem-state_machines + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/databases/rubygem-state_machines-activerecord/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-state_machines-activerecord/distinfo Wed Dec 30 12:18:16 2015 (r404853) @@ -0,0 +1,2 @@ +SHA256 (rubygem/state_machines-activerecord-0.3.0.gem) = 7d9bd388507ae57061d56ec6d748ec1612ce3b3f56038dfcea895446eca4b781 +SIZE (rubygem/state_machines-activerecord-0.3.0.gem) = 23552 Added: head/databases/rubygem-state_machines-activerecord/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-state_machines-activerecord/pkg-descr Wed Dec 30 12:18:16 2015 (r404853) @@ -0,0 +1,4 @@ +The StateMachines Active Record 4.1+ integration adds support for database +transactions, automatically saving the record, named scopes, validation errors. + +WWW: https://github.com/state-machines/state_machines-activerecord
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301218.tBUCIGbd059859>