summaryrefslogtreecommitdiff
path: root/devel/p5-CHI
AgeCommit message (Collapse)AuthorFilesLines
2015-07-12Comment out dependencies of the stylewiz1-4/+4
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-09Set TEST_TARGET?= # empty to skip make testmef1-1/+8
devel/autoconf (but just add 2.69 status) devel/dejagnu devel/p5-ExtUtils-AutoInstall (infinite loop) devel/p5-Inline-C (fail at t/27inline_maker.t) devel/p5-Search-Elasticsearch (several items) Some other {net,devel}/p5-packages Set BUILD_DEPENDS+= for make test
2015-01-26Update to 0.59mef2-7/+6
0.59 Jan 7, 2015 * Improvements - Pass driver to expire_if - https://github.com/jonswar/perl-chi/pull/19 (rouzier) * Fixes - Fix DiscardPolicy type - RT #95291 (Josh Rosenbaum) - Don't mandate that get_namespaces returns in same order - RT #89892 (nhorne)
2014-06-02perl>=5.7.3 contains Digest::MD5obache1-5/+5
perl>=5.7.3 contains Storable perl>=5.8.1 contains Time::HiRes>=1.30
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-04-02Add p5-CHI.schmonz3-0/+60
CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time. The CHI interface is implemented by driver classes that support fetching, storing and clearing of data. Driver classes exist or will exist for the gamut of storage backends available to Perl, such as memory, plain files, memory mapped files, memcached, and DBI. CHI is intended as an evolution of DeWitt Clinton's Cache::Cache package, adhering to the basic Cache API but adding new features and addressing limitations in the Cache::Cache implementation. * Easy to create new drivers * Uniform support for namespaces * Automatic serialization of keys and values * Multilevel caches * Probabilistic expiration and busy locks, to reduce cache miss stampedes * Optional logging and statistics collection of cache activity