diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-18 15:10:31 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-18 18:21:25 +0100 |
commit | 8db6555210da586fd395dac83edcff64f4451570 (patch) | |
tree | 90efa84dda3db78dc6279146a4f76adc1e9d4d11 /cpan/Compress-Raw-Bzip2 | |
parent | d04bf9eb48f4d379a58de5e8ba2f6fbd17b7d27a (diff) | |
download | perl-8db6555210da586fd395dac83edcff64f4451570.tar.gz |
Remove all IGNORABLE files under cpan/
This was discussed on p5p:
http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html
One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion
in that thread) since it was the only one, and only says "This module is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself." anyway.
Two files that I had previously suggested retaining for the sake of tests
have also been removed. In one case, a test script has been modified (in
Digest-MD5; I will send a ticket upstream); in the other case (in
Test-Harness) I have removed the test which depended on the MANIFEST files,
as suggested in the above thread.
Diffstat (limited to 'cpan/Compress-Raw-Bzip2')
-rw-r--r-- | cpan/Compress-Raw-Bzip2/Changes | 236 | ||||
-rw-r--r-- | cpan/Compress-Raw-Bzip2/README | 186 |
2 files changed, 0 insertions, 422 deletions
diff --git a/cpan/Compress-Raw-Bzip2/Changes b/cpan/Compress-Raw-Bzip2/Changes deleted file mode 100644 index 0af64ba83b..0000000000 --- a/cpan/Compress-Raw-Bzip2/Changes +++ /dev/null @@ -1,236 +0,0 @@ -CHANGES -------- - - 2.062 11 August 2013 - - * No Changes - - 2.061 19 May 2013 - - * silence compiler warning by making 2nd parameter to - DispStream a const char* - - 2.060 7 January 2013 - - * No Changes - - 2.059 24 November 2012 - - * Copy-on-write support - [#81352] - - 2.058 12 November 2012 - - * No Changes - - 2.057 10 November 2012 - - * Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT - [#80318] - - * Install to 'site' instead of 'perl' when perl version is 5.11+ - [#79811] - - * update to ppport.h that includes SvPV_nomg_nolen - [#78080] - - 2.055 4 August 2012 - - * Fix misuse of magic in API - [#78080] - - 2.052 29 April 2012 - - * No Changes - - 2.049 18 February 2012 - - * No Changes - - 2.048 29 January 2012 - - * No Changes - - 2.047 28 January 2012 - - * Set minimum Perl version to 5.6 - - 2.045 3 December 2011 - - * Moved FAQ.pod to IO::Compress - - 2.044 2 December 2011 - - * Moved FAQ.pod under the lib directory so it can get installed - - 2.043 20 November 2011 - - * No Changes - - 2.042 17 November 2011 - - * No Changes - - 2.040 28 October 2011 - - * No Changes - - 2.039 28 October 2011 - - * croak if attempt to freeze/thaw compression object - [RT #69985] - - 2.037 22 June 2011 - - * No Changes - - 2.036 18 June 2011 - - * No Changes - - 2.035 6 May 2011 - - * No Changes - - 2.033 11 Jan 2011 - * Fixed typos & spelling errors. - [perl# 81782] - - 2.032 4 Jan 2011 - - * No Changes - - 2.031 21 September 2010 - - * Updated to use bzip2 1.0.6 - Version 1.0.6 removes a potential security vulnerability, - CVE-2010-0405, so all users are recommended to upgrade immediately. - - 2.030 22 July 2010 - - * No Changes - - 2.027 24 April 2010 - - * No Changes - - 2.026 7 April 2010 - - * No Changes - - 2.025 27 March 2010 - - * Documented the unused "verbosity" option in - Compress::Raw::Bunzip2::new - [RT# 54425] - - 2.023 9 November 2009 - - * Removed redundant bzip2 source files from the bzip2-src directory. - [RT# 47225] - - * Fixed instance where $[ should have been $] in t/01bzip2.t - Thanks to Robin Barker and zefram [RT #50764] for independently - spotting the issue. - - 2.021 30 August 2009 - - * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose - [RT# 47225] - - 2.020 4 June 2009 - - * No Changes - - 2.019 4 May 2009 - - * tidied up Bzip2.xs - - 2.018 3 May 2009 - - * added linitOutput option - - * Changes to bzip2 source to get the module to build using a C++ - compiler - - 2.017 28 March 2009 - - * Minor changes to allow building in perl core. - - * Removed MAN3PODS from Makefile.PL - - 2.015 3 September 2008 - - * Documented bzlibversion - - 2.015 3 September 2008 - - * Makefile.PL - Backout changes made in 2.014 - - 2.014 2 September 2008 - - * Makefile.PL - Updated to check for indirect dependencies. - - 2.012 15 July 2008 - - * No Changes - - 2.011 17 May 2008 - - * No Changes - - 2.010 5 May 2008 - - * No Changes - - 2.009 20 April 2008 - - * Updated to use bzip2 1.0.5 - - 2.008 2 November 2007 - - * Minor documentation changes in README - - 2.006 1 September 2007 - - * Added the bzip2 LICENSE file into bzip2-src. - [rt.cpan.org #28980] - - 2.005 18 June 2007 - - * Added patch from Fedora to allow the module to be built with an - existing bzip2 library. - [rt.cpan.org #25489] - - 2.004 3 March 2007 - - * Updated to use bzip2 1.0.4 - - * Remove redundant code from Bzip2.xs - - 2.003 2 January 2007 - - * Added explicit version checking - - 2.002 29 December 2006 - - * Documentation updates. - - 2.001 1 November 2006 - - * Remove beta status. - - 2.000_14 26 October 2006 - - * Fixed memory leak on realloc. - - 2.000_12 12 May 2006 - - * Documentation updates. - - 2.000_10 13 March 2006 - - * Created Compress::Raw::Bzip2 - diff --git a/cpan/Compress-Raw-Bzip2/README b/cpan/Compress-Raw-Bzip2/README deleted file mode 100644 index 866152fbc8..0000000000 --- a/cpan/Compress-Raw-Bzip2/README +++ /dev/null @@ -1,186 +0,0 @@ - - Compress-Raw-Bzip2 - - Version 2.062 - - 11th August 2013 - - Copyright (c) 2005-2013 Paul Marquess. All rights reserved. - This program is free software; you can redistribute it - and/or modify it under the same terms as Perl itself. - - The directory bzip2-src contains a subset of the - source files copied directly from bzip2 version 1.0.6. - These files are Copyright(C) 1996-2010 Julian Seward. - See the file bzip2-src/LICENSE for licence details for these files. - Full source for the bzip2 library is available at - http://www.bzip.org/ - - Note that the files bzip2.c, bzip2recover.c, bzlib.c & decompress.c - have been modified to allow them to build with a C++ compiler. - The file bzip2-src/bzip2-cpp.patch contains the patch - that was used to modify the original source. - -DESCRIPTION ------------ - -Compress-Raw-Bzip2 provides the interface to the bzip2 library for the modules -IO::Compress::Bzip2 and IO::Compress::Bunzip2. - -PREREQUISITES -------------- - -Before you can build Compress-Raw-Bzip2 you need to have the following -installed on your system: - - * A C compiler - - * Perl 5.006 or better. - -BUILDING THE MODULE -------------------- - -Assuming you have met all the prerequisites, the module can now be built -using this sequence of commands: - - perl Makefile.PL - make - make test - -INSTALLATION ------------- - -To install Compress-Raw-Bzip2, run the command below: - - make install - -TROUBLESHOOTING ---------------- - -Solaris build fails with "language optional software package not installed" ---------------------------------------------------------------------------- - -If you are trying to build this module under Solaris and you get an -error message like this - - /usr/ucb/cc: language optional software package not installed - -it means that Perl cannot find the C compiler on your system. The cryptic -message is just Sun's way of telling you that you haven't bought their -C compiler. - -When you build a Perl module that needs a C compiler, the Perl build -system tries to use the same C compiler that was used to build perl -itself. In this case your Perl binary was built with a C compiler that -lived in /usr/ucb. - -To continue with building this module, you need to get a C compiler, -or tell Perl where your C compiler is, if you already have one. - -Assuming you have now got a C compiler, what you do next will be dependent -on what C compiler you have installed. If you have just installed Sun's -C compiler, you shouldn't have to do anything. Just try rebuilding -this module. - -If you have installed another C compiler, say gcc, you have to tell perl -how to use it instead of /usr/ucb/cc. - -This set of options seems to work if you want to use gcc. Your mileage -may vary. - - perl Makefile.PL CC=gcc CCCDLFLAGS=-fPIC OPTIMIZE=" " - make test - -If that doesn't work for you, it's time to make changes to the Makefile -by hand. Good luck! - -Solaris build fails with "gcc: unrecognized option `-KPIC'" ------------------------------------------------------------ - -You are running Solaris and you get an error like this when you try to -build this Perl module - - gcc: unrecognized option `-KPIC' - -This symptom usually means that you are using a Perl binary that has been -built with the Sun C compiler, but you are using gcc to build this module. - -When Perl builds modules that need a C compiler, it will attempt to use -the same C compiler and command line options that was used to build perl -itself. In this case "-KPIC" is a valid option for the Sun C compiler, -but not for gcc. The equivalent option for gcc is "-fPIC". - -The solution is either: - - 1. Build both Perl and this module with the same C compiler, either - by using the Sun C compiler for both or gcc for both. - - 2. Try generating the Makefile for this module like this perl - - perl Makefile.PL CC=gcc CCCDLFLAGS=-fPIC OPTIMIZE=" " LD=gcc - make test - - This second option seems to work when mixing a Perl binary built - with the Sun C compiler and this module built with gcc. Your - mileage may vary. - -HP-UX Notes ------------ - -I've had a report that when building Compress-Raw-Bzip2 under HP-UX that it -is necessary to have first built the bzip2 library with the -fpic -option. - -FEEDBACK --------- - -How to report a problem with Compress-Raw-Bzip2. - -To help me help you, I need all of the following information: - - 1. The Versions of everything relevant. - This includes: - - a. The *complete* output from running this - - perl -V - - Do not edit the output in any way. - Note, I want you to run "perl -V" and NOT "perl -v". - - If your perl does not understand the "-V" option it is too - old. This module needs Perl version 5.004 or better. - - b. The version of Compress-Raw-Bzip2 you have. - If you have successfully installed Compress-Raw-Bzip2, this one-liner - will tell you: - - perl -MCompress::Raw::Bzip2 -e 'print qq[ver $Compress::Raw::Bzip2::VERSION\n]' - - If you are running windows use this - - perl -MCompress::Raw::Bzip2 -e "print qq[ver $Compress::Raw::Bzip2::VERSION\n]" - - If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm - for a line like this: - - $VERSION = "2.062" ; - - c. The version of bzip2 you have used. - If you have successfully installed Compress-Raw-Bzip2, this one-liner - will tell you: - - perl -MCompress::Raw::Bzip2 -e "print q[bzip2 ver ]. Compress::Raw::Bzip2::ZLIB_VERSION.qq[\n]" - - If not, look at the beginning of the file zlib.h. - - 2. If you are having problems building Compress-Raw-Bzip2, send me a - complete log of what happened. Start by unpacking the Compress-Raw-Bzip2 - module into a fresh directory and keep a log of all the steps - - [edit config.in, if necessary] - perl Makefile.PL - make - make test TEST_VERBOSE=1 - -Paul Marquess <pmqs@cpan.org> |