cvs commit: ports/devel Makefile ports/devel/rubygem-hashie Makefile distinfo pkg-descr

Cheng-Lung Sung clsung at FreeBSD.org
Thu Mar 3 15:12:20 UTC 2011


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)


More information about the cvs-ports mailing list