Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2008 14:50:02 +0000 (UTC)
From:      Chin-San Huang <chinsan@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Hash-Util-FieldHash-Compat Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200808301450.m7UEo29P047599@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
chinsan     2008-08-30 14:50:02 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Hash-Util-FieldHash-Compat Makefile distinfo 
                                        pkg-descr pkg-plist 
  Log:
  Add p5-Hash-Util-FieldHash-Compat, use Hash::Util::FieldHash or ties,
  depending on availability.
  
  Under older perls this module provides a drop in compatible api to
  Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
  it will use that instead.
  
  This way code requiring field hashes can benefit from fast, robust field
  hashes on Perl 5.10 and newer, but still run on older perls that don't ship
  with that module.
  
  WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/
  
  Revision  Changes    Path
  1.3179    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/p5-Hash-Util-FieldHash-Compat/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Hash-Util-FieldHash-Compat/distinfo (new)
  1.1       +9 -0      ports/devel/p5-Hash-Util-FieldHash-Compat/pkg-descr (new)
  1.1       +11 -0     ports/devel/p5-Hash-Util-FieldHash-Compat/pkg-plist (new)



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