cvs commit: ports/converters Makefile ports/converters/igbinary Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Fri Aug 14 09:21:52 UTC 2009


miwi        2009-08-14 09:21:52 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/igbinary  Makefile distinfo pkg-descr 
  Log:
  Igbinary is a drop in replacement for the standard PHP serializer.
  Instead of time and space consuming textual representation, igbinary
  stores PHP data structures in a compact binary form. Savings are
  significant when using memcached or similar memory based storages for
  serialized data.
  
  WWW:    http://opensource.dynamoid.com/
  
  PR:             ports/137308
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.161     +1 -0      ports/converters/Makefile
  1.1       +21 -0     ports/converters/igbinary/Makefile (new)
  1.1       +3 -0      ports/converters/igbinary/distinfo (new)
  1.1       +7 -0      ports/converters/igbinary/pkg-descr (new)


More information about the cvs-all mailing list