Date: Tue, 3 May 2011 02:54:43 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-state_machine Makefile distinfo pkg-descr Message-ID: <201105030254.p432shH5071102@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
swills 2011-05-03 02:54:43 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/rubygem-state_machine Makefile distinfo pkg-descr
Log:
State machines make it simple to manage the behavior of a class.
Too often, the state of an object is kept by creating multiple
boolean attributes and deciding how to behave based on the values.
state_machine simplifies this design by introducing the various
parts of a real state machine, including states, events,
transitions, and callbacks. However, the api is designed to be
so simple you do not even need to know what a state machine is.
WWW: http://www.pluginaweek.org/
PR: ports/156672
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Revision Changes Path
1.4314 +1 -0 ports/devel/Makefile
1.1 +20 -0 ports/devel/rubygem-state_machine/Makefile (new)
1.1 +2 -0 ports/devel/rubygem-state_machine/distinfo (new)
1.1 +10 -0 ports/devel/rubygem-state_machine/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105030254.p432shH5071102>
