Commit graph

4 commits

Author SHA1 Message Date
taca
1c2e55e8d7 * Add CONFLICTS a pattern matches previous package name
without "${RUBY_PKGPREFIX}-".
2010-09-13 14:32:40 +00:00
taca
63e9ef3e3c Update www/merb-has-flash to 1.0.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.

Changes are unknown.
2010-09-12 02:43:28 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
jlam
186c640c51 Initial import of merb-has-flash-0.9.2 as www/merb-has-flash.
Merb_has_flash is a plugin for the Merb framework that provides Rails-style
flash.

The ``flash'' provides a way to pass temporary objects between actions.
Anything you place in the flash will be exposed to the very next action
and then cleared out.  This is a great way of doing notices and alerts,
such as a create action that sets

	flash[:notice] = "Successfully created"

before redirecting to a display action that can then expose the flash
to its template.
2008-04-04 15:24:15 +00:00