Commit graph

8 commits

Author SHA1 Message Date
sno
d35049bb81 Updating devel/p5-Cache-FastMmap from 1.34 to 1.35
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)
2010-02-23 09:56:29 +00:00
sno
de92ce4a04 pkgsrc changes:
- 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-07-07 20:51:51 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
sno
ef104bfcea PkgSrc changes:
- 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-17 18:03:39 +00:00
sno
f7ca99e01c PkgSrc changes:
- 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
2009-05-01 20:23:39 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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-10-19 19:17:40 +00:00
rhaen
344c24d857 - updated to 1.28
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-07-18 09:51:55 +00:00
abs
d5c855022a Added devel/p5-Cache-FastMmap version 1.26
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.
2008-05-30 12:06:54 +00:00