Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2011 15:12:20 +0000 (UTC)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/rubygem-hashie Makefile distinfo pkg-descr
Message-ID:  <201103031512.p23FCKwh053734@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clsung      2011-03-03 15:12:20 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-hashie Makefile distinfo pkg-descr 
  Log:
  Hashie is available as a RubyGem which extend Hashes and make them more useful.
  
      * Hashie::Mash: gives simple pseudo-object functionality that can be
        built from hashes and easily extended
      * Hashie::Dash: has a discrete set of defined properties and only those
        properties may be set on the hash.
      * Hashie::Trash: a Dash that allows you to translate keys on
        initialization.
      * Hashie::Clash: allows you to easily construct complex hashes using
        method notation chaining.
  
  WWW: http://github.com/intridea/hashie
  
  Revision  Changes    Path
  1.4258    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/rubygem-hashie/Makefile (new)
  1.1       +2 -0      ports/devel/rubygem-hashie/distinfo (new)
  1.1       +12 -0     ports/devel/rubygem-hashie/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103031512.p23FCKwh053734>