Date: Wed, 30 Dec 2015 12:17:49 +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: r404852 - in head/databases: . rubygem-state_machines-activemodel Message-ID: <201512301217.tBUCHnNC059684@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 30 12:17:49 2015 New Revision: 404852 URL: https://svnweb.freebsd.org/changeset/ports/404852 Log: - Add rubygem-state_machines-activemodel 0.3.0 The StateMachines ActiveModel integration is useful for both standalone usage and for providing the base implementation for ORMs which implement the ActiveModel API. This integration adds support for validation errors and dirty attribute tracking. WWW: https://github.com/state-machines/state_machines-activemodel Added: head/databases/rubygem-state_machines-activemodel/ head/databases/rubygem-state_machines-activemodel/Makefile (contents, props changed) head/databases/rubygem-state_machines-activemodel/distinfo (contents, props changed) head/databases/rubygem-state_machines-activemodel/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Dec 30 12:17:31 2015 (r404851) +++ head/databases/Makefile Wed Dec 30 12:17:49 2015 (r404852) @@ -906,6 +906,7 @@ SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby + SUBDIR += rubygem-state_machines-activemodel SUBDIR += rubygem-tarantool SUBDIR += sfcgal SUBDIR += sharedance Added: head/databases/rubygem-state_machines-activemodel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-state_machines-activemodel/Makefile Wed Dec 30 12:17:49 2015 (r404852) @@ -0,0 +1,23 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= state_machines-activemodel +PORTVERSION= 0.3.0 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Support for creating state machines for attributes on ActiveModel + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activemodel4>=4.1:${PORTSDIR}/databases/rubygem-activemodel4 \ + 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-activemodel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-state_machines-activemodel/distinfo Wed Dec 30 12:17:49 2015 (r404852) @@ -0,0 +1,2 @@ +SHA256 (rubygem/state_machines-activemodel-0.3.0.gem) = 1e7cc1411d4a94d5fc95b3ddbdcc1d8ec0801b804173b8afba6e8b3d4a6550af +SIZE (rubygem/state_machines-activemodel-0.3.0.gem) = 17408 Added: head/databases/rubygem-state_machines-activemodel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-state_machines-activemodel/pkg-descr Wed Dec 30 12:17:49 2015 (r404852) @@ -0,0 +1,6 @@ +The StateMachines ActiveModel integration is useful for both standalone usage +and for providing the base implementation for ORMs which implement the +ActiveModel API. This integration adds support for validation errors and dirty +attribute tracking. + +WWW: https://github.com/state-machines/state_machines-activemodel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301217.tBUCHnNC059684>