Date: Wed, 10 Aug 2011 12:24:48 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@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-FieldHash Makefile distinfo pkg-descr pkg-plist Message-ID: <201108101224.p7ACOmgd018710@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2011-08-10 12:24:48 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Hash-FieldHash Makefile distinfo pkg-descr pkg-plist
Log:
- Add p5-Hash-FieldHash 0.10
Hash::FieldHash provides the field hash mechanism which supports the inside-out
technique.
You may know Hash::Util::FieldHash. It's a very useful module, but too complex
to understand all the functions and only available in 5.10. H::U::F::Compat is
available for pre-5.10, but it seems too slow to use.
This is an alternative to H::U::F with following features:
Simpler interface
- Hash::FieldHash provides a few functions: fieldhash() and fieldhashes().
That's enough.
Higher performance
- Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals
use simpler structures.
Relic support
- Although Hash::FieldHash uses a new feature introduced in Perl 5.10, the uvar
magic for hashes described in "GUTS" in Hash::Util::Fieldhash, it supports
Perl 5.8 using the traditional tie-hash layer.
WWW: http://search.cpan.org/dist/Hash-FieldHash/
Revision Changes Path
1.4482 +1 -0 ports/devel/Makefile
1.1 +42 -0 ports/devel/p5-Hash-FieldHash/Makefile (new)
1.1 +2 -0 ports/devel/p5-Hash-FieldHash/distinfo (new)
1.1 +23 -0 ports/devel/p5-Hash-FieldHash/pkg-descr (new)
1.1 +7 -0 ports/devel/p5-Hash-FieldHash/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108101224.p7ACOmgd018710>
