Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-08-21 11:39:41 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Archive-Tar-Wrapper: update to 0.33.

0.33 (2018/07/10):
    Skipping bzip2 testing if the program is not available
    (https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/11).
    Undeclared dependency of Dumbbench
    (https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/12).

0.32 (2018/07/10):
    Typo fixed by Mohammad S Anwar
    (https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/10).
    Refactored performance tests, and now they will run as TODO to test the
    hypotesis that there is a better algorithm to write() method.

0.31 (2018/07/03):
    Enabled performance testing to acquire from different setups which scheme is
    faster to remove dots when reading directories.
    Disabled Solaris OS until issues are fixed.
    Fixed bug introduced in Makefile.PL due changes of release 0.30 (thanks to
    David Cantrell <david@cantrell.org.uk>).
    Updated documentation.

0.30 (2018/06):
    Keeping track of changes per request
    https://github.com/glasswalk3r/archive-tar-wrapper-perl/issues/7.
    Fixing proper handling of File::Which when checking on Microsoft Windows.
    Refactored troubleshooting messages on Microsoft Windows.
    Bug fixes provided by Shoichi Kaji (skaji at cpan.org) in PRs
    https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/9
    and https://github.com/glasswalk3r/archive-tar-wrapper-perl/pull/8

0.29 (2018/06/25):
    Added Microsoft Windows support with the help of Ingram Braun M.A.
    <me@ingram-braun.net>.
   2018-06-22 09:52:01 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.28
Update LICENSE

Upstream changes:
0.26 (2018/06/09)
    Implemented refactoring due warnings from Perl::Critic.

0.25 (2018/06/04)
    Implemented refactoring due warnings from Perl::Critic.
    Merge pull request #3 from manwar/suggest-code-tidy

0.24 (2018/06/02)
    Added a LICENSE file (GNU GPL v3).
    Removed MYMETA files (see https://rt.cpan.org/Ticket/Display.html?id=108171).
    Improved Kwalitee by adding information to Makefile.PL
    Fixed tests under OpenBSD
    Added some code to check for OpenBSD tar, which is not quite compatible to \ 
the command line options passed by this module.
    Also made the method is_gnu() more robust, testing the return code and \ 
properly handling STDOUT and STDERR when trying "tar --version".
    Dependencies added are those already available on standard perl (Config and \ 
IPC::Open3).
    Added a README.md for better formatting in Github project page.
    Small refactorings and code formating with perltidy.
   2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298)
Log message:
Recursive revbump from lang/perl5 5.26.0
   2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236)
Log message:
Bump PKGREVISION for perl-5.24.
   2015-11-03 01:56:27 by Alistair G. Crooks | Files touched by this commit (93)
Log message:
Add SHA512 digests for distfiles for archivers category

Problems found with existing distfile for eagle:
	distfiles/bicom101.zip
	distfiles/szip-2.1nb3/szip-2.1.tar.gz
	distfiles/xmill-0.9.1.tar.gz
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-08-16 02:07:54 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update to 0.23
--------------
0.23  (2015/05/28)
   (ms) Mark Gardner added separate skips in the test suite to deal
   with the absense of GNU tar:
   https://github.com/mschilli/archive-tar-wrapper-perl/pull/7
   2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152)
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
   2015-05-24 09:33:59 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Update 0.18 to 0.22
-------------------
0.22  (2015/03/08)
   (ms) Added tar_gnu_write_options option suggested by Csaba Major with
        tests and docs.

0.21  (2014/10/16)
   (ms) [rt.cpan.org 87536] Setting default umask to get predictable test
        results regardless of local umask settings.

0.20  (2014/09/29)
   (ms) Ignore errors on chown/chgrp when files from different owners/groups
        are copied into a tarball, accept the limitation that they'll be
        owned by the script user unless we're running as superuser.

0.19  (2014/02/16)
   (ms) RsrchBoy added support for bzip2-compressed tarfiles.
   2015-05-23 04:11:40 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Import p5-Archive-Tar-Wrapper-0.18 as archivers/p5-Archive-Tar-Wrapper.

Archive::Tar::Wrapper is an API wrapper around the 'tar' command line
utility. It never stores anything in memory, but works on temporary
directory structures on disk instead. It provides a mapping between the
logical paths in the tarball and the 'real' files in the temporary
directory on disk.

It differs from Archive::Tar in two ways:
  - Archive::Tar::Wrapper doesn't hold anything in memory. Everything is
    stored on disk.
  - Archive::Tar::Wrapper is 100% compliant with the platform's tar
    utility, because it uses it internally.

Next | Query returned 20 messages, browsing 11 to 20 | previous