The NetBSD Project

CVS log for pkgsrc/devel/p5-Cache-FastMmap/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Cache-FastMmap

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 7 01:49:50 2021 UTC (2 years, 5 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

Update to 1.57

Upstream changes:
1.57 Thu Sep 30 16:25 2021
  - Add expire($key) method to allow explicitly expiring
    a key from the cache. In write-back mode, if the key
    is dirty it will be written back, in other modes it's
    the same as remove($key)

Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 26 10:16:07 2021 UTC (2 years, 5 months ago) by nia
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip

Revision 1.18 / (download) - annotate - [select for diffs], Thu Oct 7 13:41:01 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

devel: Remove SHA1 hashes for distfiles

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 13 08:22:13 2021 UTC (2 years, 10 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.16: +5 -5 lines
Diff to previous 1.16 (colored)

Update to 1.56
Add missing TEST_DEPENDS

Upstream changes:
1.56 Mon Dec 14 14:35 2020
  - Update MANIFEST to include all tests. It hasn't
    been updated in a while

1.55 Mon Dec 14 12:10 2020
  - Add ability to override internal value of 'time'
    everywhere to make tests that check expiry of items
    faster and more robust

1.54 Sat Dec 12 13:40 2020
  - Add Test::Deep as dependency to Makefile.PL

1.53 Thu Dec 10 13:40 2020
  - Handle expire_on being undef (use cache default) and
    return undef if existing value not found in cache.
    Makes get_and_set which passes on expire_on just work
    in "doesn't exist" case

1.52 Thu Dec 10 12:20 2020
  - Fix bug where a get() on a key that was expired would
     cause that key to be deleted and never written back
     even if it was dirty
  - Added new expire_on naming so that expire_time
     (relative future time) and expire_on (absolute
     unix epoch time) are now clear and distinct
  - Allow setting expire_on when doing a set() call,
     which is useful from get_and_set() to maintain
     an items absolute expiry time

1.51 Wed Nov 11 17:15 2020
  - Skip JSON/Sereal tests if modules not present
  - Updated .gitignore
    Thanks to https://github.com/szabgab/
  - GitHub Actions config file
    Thanks to https://github.com/szabgab/

1.50 Fri Nov 6 20:40 2020
  - Allow get_and_set sub to return an options
    hash passed to the internal set call

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 11 11:34:58 2020 UTC (4 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored)

(devel/p5-Cache-FastMmap) Updated t0 1.49

1.49 Tue Mar 24 10:15 2020
  - Fix windows compilation and test warnings
    Thanks to hvn@radiatorsoftware.com

Revision 1.15 / (download) - annotate - [select for diffs], Fri Oct 11 14:56:08 2019 UTC (4 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

(devel/p5-Cache-FastMmap) Updated 1.47 5o 1.48

1.48 Thu Apr 11 11:30 2019
  - Remove use of // so we should work on 5.8 again
  - Replace -1 with a NOPAGE constant
  - Use 64bit offsets so we support caches > 4G
  - Various valgrind code fixes
    Thanks to oschwald@gmail.com

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 10 00:36:09 2018 UTC (6 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.13: +5 -5 lines
Diff to previous 1.13 (colored)

Update to 1.47

Upstream changes:
1.47 Fri Apr 6 11:10 2018
  - Allow custom serializer or compressor options
  - Update bugtracker link to github
    Thanks to toddr@cpan.org

Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 17 13:06:57 2017 UTC (6 years, 8 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

Updated devel/p5-Cache-FastMmap to 1.46
---------------------------------------
1.46 Fri Jul 14 19:40 2017
  - Fix tests on older perls (thanks stephanloyd9@gmail.com)
  - Use File::Spec for temp dir (thanks fraserbn@gmail.com)
  - Fix mmap_cache_internals.h include guard
  - Fix get_and_set() always returning 0 for DidStore
  - Allow setting permission when creating cache file
  - Tweak leak detection tests
  - Fix last_access/expire_time checks for impending
     1500000000 seconds since epoch

Revision 1.12 / (download) - annotate - [select for diffs], Mon Mar 20 10:18:10 2017 UTC (7 years, 1 month ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.11: +5 -5 lines
Diff to previous 1.11 (colored)

Updated devel/p5-Cache-FastMmap to 1.45
---------------------------------------
1.45 Thu Mar 14 11:10 2017
  - Deprecate raw_values and compress options, add
     new compressor and serializer options to allow
     different compressors and serializers.
     Initial compressor support: zlib, lz4, snappy
     Initial serializer support: storable, sereal, json
     Thanks to nickt@broadbean.com for initial work

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 5 09:43:35 2016 UTC (7 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Updated devel/p5-Cache-FastMmap to 1.44
---------------------------------------
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

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 1 03:43:16 2016 UTC (8 years, 3 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.9: +5 -5 lines
Diff to previous 1.9 (colored)

Update to 1.43

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

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 3 03:27:59 2015 UTC (8 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Add SHA512 digests for distfiles for devel category

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.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 22 13:42:32 2012 UTC (12 years, 1 month ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

Updating package for Perl5 module Cache::FastMmap from CPAN in
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

Revision 1.7 / (download) - annotate - [select for diffs], Tue Aug 9 09:19:45 2011 UTC (12 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

Changes 1.39:
* 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

Revision 1.6 / (download) - annotate - [select for diffs], Tue Feb 23 09:56:29 2010 UTC (14 years, 1 month ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

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)

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jul 7 20:51:51 2009 UTC (14 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

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)

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 17 18:03:39 2009 UTC (14 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

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)

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 1 20:23:39 2009 UTC (14 years, 11 months ago) by sno
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 18 09:51:55 2008 UTC (15 years, 9 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

- 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

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 30 12:06:54 2008 UTC (15 years, 10 months ago) by abs
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 30 12:06:54 2008 UTC (15 years, 10 months ago) by abs
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>