summaryrefslogtreecommitdiff
path: root/devel/p5-Cache-FastMmap
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-06-05Updated devel/p5-Cache-FastMmap to 1.44mef2-7/+7
--------------------------------------- 1.44 Wed Jun 1 21:45 2016 - Set FD_CLOEXEC flag on cache files when opened. Particularly useful in Net::Server where HUPing a process causes it to exec() itself. Unless you undef the cache references, you'll leak fd's after each HUP
2016-01-01Update to 1.43wen2-8/+7
Upstream changes: 1.43 Fri Oct 23 14:00 2015 - Update copyright + version correctly everywhere 1.42 Fri Oct 23 13:30 2015 - Allow get_and_set callback to return an empty list which means "no change". This allows atomic "get, and set if not present" type action, but without resetting the expiry time on each get. This is basically the same as using the read_cb 1.41 Thu Aug 29 15:30 2013 - Actually reuse deleted slots. Meant that if you used ->remove() a lot, we would re-organise cache more than needed - Include typo and meta patches from dsteinbrunner
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+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.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-03-22Updating package for Perl5 module Cache::FastMmap from CPAN insno2-6/+6
devel/p5-Cache-FastMmap from 1.39 to 1.40. Upstream changes: 1.40 Mon Dec 5 10:30 2011 - Work around reference holding bug in Compress::Zlib
2011-08-09Changes 1.39:adam2-10/+9
* Remove CImpl and simplify structure into just Cache::FastMmap module making all XS calls just function calls in Cache::FastMmap namespace Changes 1.38: * Fix build process that was completely broken after moving files around into different directories
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-02-23Updating devel/p5-Cache-FastMmap from 1.34 to 1.35sno2-6/+6
Upstream changes: 1.35 Fri Feb 19 12:45 2010 - Fix for returning potential bug that returns old stored data. Could occur if you mix deletes (thanks Darrell Bishop)
2009-07-07pkgsrc changes:sno2-7/+7
- Updating package for p5 module Cache::FastMmap from 1.30 to 1.34 - Adjusting LICENSE Upstream changes: 1.34 Fri Jun 19 12:00 2009 - perldoc fix (thanks Jonathan Yu) 1.33 Thu Jun 18 12:00 2009 - Update version in META.yml 1.32 Thu Jun 18 11:55 2009 - Better LiveCaches tracking via DESTROY 1.31 Thu Jun 18 11:40 2009 - when in raw_values => 0 mode, the write_cb is now correctly called with thawed data, rather than the raw frozen data - empty_on_exit correctly called even when a global cache is left at interpreter exit time (required Scalar::Util qw(weaken) for object tracking)
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-2/+2
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2009-05-17PkgSrc changes:sno2-6/+6
- Updating package for p5 module Cache::FastMmap from 1.29 to 1.30 Upstream changes: 1.30 Fri May 8 11:10 2009 - Fix for Mandriva compiler (thanks Jean-Christian Hassler)
2009-05-01PkgSrc changes:sno2-7/+7
- Updating package for p5 module of Cache::FastMmap from 1.28 to 1.29 - Setting license to gnu-gpl-v2 Upstream changes: - get_and_set() returns new value + didstore boolean if called in list context
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-18- updated to 1.28rhaen2-6/+6
ChangeLog: 1.28 Fri Jun 27 11:05 2008 - get_and_set() returns new value + didstore boolean if called in list context 1.27 Wed Jun 18 17:15 2008 - Fix non-ansi C code - Remove debug flags
2008-05-30Added devel/p5-Cache-FastMmap version 1.26abs3-0/+28
A shared memory cache through an mmap'ed file. Its core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.