summaryrefslogtreecommitdiff
path: root/utils.lst
Commit message (Collapse)AuthorAgeFilesLines
* Update IO-Compress to CPAN version 2.089Chris 'BinGOs' Williams2019-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 2.089 3 November 2019 * bin/streamzip Add zipstream to EXE_FILES https://github.com/pmqs/IO-Compress/issues/5 7f5ed78e5652125c9ba78aab720e18d384d59c00 fb8cd6480af6303f58fd2e12d4999cd1830f0c5f 2.088 31 October 2019 * t/105oneshot-zip-only.t Fix reset of CompSize 6034da95f1dc5a594edc0d26e6add8d86990ad56 * Add Support Details ad66b6ec4cf175a70e53f74572eed5f403648f11 * Update site for Bzip2 to sourceware 77497aeb2a234889a2b2c4ac7ea2f620895b16a9 * Fix number of tests bc4e234449a82fb00f66af752dfc4c96097b2a4d * Add streamzip script to bin 76d2795d0587bafb0cc398e97142740acba82a42 * zipdetails * Update zipdetails to version 1.11 8958cb3aa90745a4b3369479846846fdca6b4f76 * Zip64 extra field typo f186380d701fe5257f9fc92d69160dc6382cfc24 * t/105oneshot-zip-only.t test with deflated directory 16bfffcf5089af67cb7f68685cc61d06409cba73 * t/105oneshot-zip-only.t Add test for encrypted Zip files 5ad813115aed000f88d7df28261b43c00ae56525 2c64e255feb5a1ee33d033f7eccb6feca12ebe97 * Documentation Updates https://github.com/pmqs/IO-Compress/issues/2 e1fd0d4eda0a8496981cbd83ad06906f4ae586a5 * Mention xz, lzma etc https://github.com/pmqs/IO-Compress/issues/4 126f7b9da97b572d0fb89a9bdcc190c5405c72b8
* PATCH: [perl #119439] Remove Pod::Parser from coreKarl Williamson2019-05-301-1/+0
| | | | | Pod::Simple now has the needed capabilities to completely replace Pod::Parser.
* Remove utils/c2ph and utils/pstructAbigail2017-01-161-1/+0
| | | | | | | | | | These programs are the same, just behave differently depending on under which name you call it. This is a very old script, originally dating from the perl3 era. It has been deprecated in favour of h2xs for a long time. In Perl 5.26, these utilities will no longer be available.
* Update Encode to CPAN version 2.70Chris 'BinGOs' Williams2015-02-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.70 $ $Date: 2015/02/05 10:53:00 $ ! Makefile.PL add bin/encguess to EXE_FILES 2.69 2015/02/05 10:35:11 ! bin/encguess Refactored so that * does not depend on non-core module (File::Slurp in particular) * PODified document * -s "encA encB" to -s encA,encB which is more shell-friendly * and more ! MANIFEST + bin/encguess Pulled: Added CLI wrapper for Encode::Guess https://github.com/dankogai/p5-encode/pull/32 ! Unicode/Unicode.pm Pulled: Bump $VERSION in module changed since Encode-2.60 https://github.com/dankogai/p5-encode/pull/31
* Remove x2pLeon Timmermans2014-05-291-3/+0
| | | | | This removes find2perl, s2p and a2p from core. They have all been released to CPAN as separate distributions.
* remove Module-Build from core perl distributionRicardo Signes2014-05-271-1/+0
|
* Remove cpan/Pod-LaTeX and pod2latex utilityChris 'BinGOs' Williams2013-05-181-1/+0
|
* Remove cpan/CPANPLUS and associated utilitiesChris 'BinGOs' Williams2013-05-181-3/+0
|
* Update Pod-Parser to CPAN version 1.60Chris 'BinGOs' Williams2013-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] [Pod-Parser]   31-Jan-2013           Marek Rouchal                        <marekr@cpan.org>   -----------------------------------------------------------------------------   Version 1.60   + removed Pod::Checker and Pod::Usage from this distribution - they are now     separate distros and are subjects to be refactored, to be based upon     Pod::Simple. Thanks to rjbs for reminding me of this. Add Pod-Checker and Pod-Usage to cpan/ These have been split out of Pod-Parser [Pod-Checker] 27-Jan-2013           Marek Rouchal                        <marekr@cpan.org> ----------------------------------------------------------------------------- Version 1.60 + preparation of changing this module to use Pod::Simple    refactored the Pod-Parser distribution and moved all things Pod::Checker    to this new distribution package + CPAN RT#79535: Pod::Checker synopsis for podchecker is opposite    corrected the POD synopsis + factored this distribution out of Pod-Parser-1.51 [Pod-Usage] 1.61 (marekr) - fix empty META.yml (CPAN RT#83118: META.yml is empty) - update outdated test expected data (CPAN RT#83111: fails test)   1.60 (marekr) - moved POD behind __END__ for slighlty quicker loading - CPAN RT#81387: 2 suggestions for module Pod::Usage    added example of how to use FindBin to locate the script;    added $Pod::Usage::Formatter to allow a different base class - CPAN RT#75598: [PATCH] Don't use perldoc if it is missing    implemented as suggested in the RT ticket - factored Pod::Usageout of the Pod-Parser distribution into a separate one,    in order to prepare the rewrite based upon Pod::Simple - thanks to rjbs for driving this
* Add x2p/a2p.pod to the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-241-1/+1
| | | | | | | | | | This makes installman install it correctly. Flagging it as 'toc_omit' means that everything else ignores it. This eliminates the last remaining use of the "pod =" feature of utils.lst, permitting related code to be removed from installperl and installman. This change has the possibly unfortunate cosmetic side effect of installman now installing a2p.1 first, before perl.1
* Avoid installman warning about "no documentation in pod/perldoc.pod"Nicholas Clark2011-12-241-1/+1
| | | | | | | | | | | | | | | | | | | Since commit a2afbef4476f724a in July 2011 moved perldoc.pod from pod/ to dist/Pod-Perldoc/lib/ installman will have been warning "no documentation in pod/perldoc.pod", having already installed the perldoc man page earlier in the process. However, the reference in utils.lst has actually been arguably erroneous since it was added in commit cd0cddc9814dd65e (July 2003) to stop installman installing an empty perldoc.1 manpage. (Which it had been doing since commit 1a67fee7d910c677 (December 2002), as a side effect of overwriting the correct file (sourced from pod/perldoc.pod) with an incorrect file (sourced from scanning utils/perldoc for Pod). The fix "worked" by causing perldoc.1 to be written correctly twice, both times sourced from pod/perldoc.pod :-) The best fix seems to be to remember the names of the manpages we install in man1, and automatically skip processing for any utility whose manpage has already been installed.
* installman should use the data in pod.lst to track dual-life pods in lib/Nicholas Clark2011-12-191-11/+0
| | | | | | | | This ensures that perlfaq*, perlglossary, perlxs, perlxstut and perldoc's man pages are installed in man1, not man3, along with any future dual-life pods. This is an improvement on commit 0beff067932254cd which only dealt with perlfaq* and perlglossary, and had the unfortunate side effect of also causing these 11 files to be installed to bin/
* Update IO-Compress to CPAN version 2.044Chris 'BinGOs' Williams2011-12-041-0/+1
| | | | | | | | | | | | | | | | | [DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates
* Install perlfaq and perlglossary manpages in section 1 of the manualRafael Garcia-Suarez2011-12-011-0/+11
|
* Fix the installation of pod2htmlv5.15.4Florian Ragwitz2011-10-201-1/+1
|
* Kill Devel::DProfFlorian Ragwitz2011-06-141-1/+0
| | | | It has been deprecated in 5.14. Now is the time to remove it.
* Add JSON::PP to the Perl coreDavid Golden2011-01-021-0/+1
| | | | | Per discussions with Jesse Vincent, JSON::PP has been added to the Perl core to support the new CPAN meta file specification
* Update Archive-Tar to CPAN version 1.70Chris 'BinGOs' Williams2010-11-151-0/+1
| | | | | | | | | | | [DELTA] * important changes in version 1.70 15/11/2010 - Add ptargrep utility courtesy of Grant McLean ** I think I found everywhere that needed updating by grepping for 'ptardiff' and adding where needed. This stuff is definitively not intuitive.
* Move pod2html.PL into ext/Pod-HtmlNicholas Clark2010-10-051-1/+1
| | | | | Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places.
* Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/scriptsNicholas Clark2010-10-051-2/+2
| | | | | Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places.
* Move pod2usage.PL, podchecker.PL, podselect.PL into cpan/Pod-Parser/scriptsNicholas Clark2010-10-051-3/+3
| | | | | Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than repeating the logic in (at least) 5 places.
* Move pod2latex.PL into its CPAN distribution directory.Nicholas Clark2010-10-051-1/+1
| | | | | Let ExtUtils::MakeMaker deal with running this extraction script, rather than repeating the logic in (at least) 5 places.
* Also install perlbug as perlthanks, to make it easy for people to sendNicholas Clark2008-02-251-1/+1
| | | | | | their appreciation to perl-thanks@perl.org. It would be nice to get feedback other than bug reports. p4raw-id: //depot/perl@33371
* Add CPANPLUS 0.78Rafael Garcia-Suarez2007-04-101-0/+3
| | | p4raw-id: //depot/perl@30883
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-1/+0
| | | p4raw-id: //depot/perl@28790
* add Module::Build 0.27_08Yitzchak Scott-Thoennes2006-03-061-0/+1
| | | | | Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389
* Install the ptardiff utility that comes with Archive::TarRafael Garcia-Suarez2006-01-271-0/+1
| | | p4raw-id: //depot/perl@26963
* Add shasum (from Digest::SHA) to utils.lstRafael Garcia-Suarez2006-01-081-0/+1
| | | p4raw-id: //depot/perl@26733
* Add the ptar(1) utility from Archive::TarRafael Garcia-Suarez2005-06-211-0/+1
| | | p4raw-id: //depot/perl@24926
* Add Module::CoreList to bleadperl.Jos I. Boumans2005-02-081-0/+1
| | | | | | | Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) From: "Jos I. Boumans" <kane@xs4all.net> Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> p4raw-id: //depot/perl@23947
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-301-0/+1
| | | | | | Introduce the prove(1) utility. (The prove-switches test is disabled for now.) p4raw-id: //depot/perl@21826
* Install instmodsh and xsubpp in bin/ along the other utilities.Rafael Garcia-Suarez2003-11-171-1/+2
| | | p4raw-id: //depot/perl@21740
* As the perldoc.pod is now in a separate file under pod/,Rafael Garcia-Suarez2003-07-211-1/+1
| | | | | the installman script was installing an empty perldoc.1 manpage. p4raw-id: //depot/perl@20179
* Upgrade to CPAN 1.64, from Andreas Koenig.Jarkko Hietaniemi2003-02-081-0/+1
| | | p4raw-id: //depot/perl@18672
* Add piconv and enc2xs to the list of utilities.Jarkko Hietaniemi2002-04-131-0/+2
| | | p4raw-id: //depot/perl@15892
* [PATCH: perl@11564] introducing perlivpPrymmer/Kahn2001-08-061-0/+1
| | | | | | | | | | | Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com> Subject: Re: [PATCH: perl@11564] introducing perlivp From: Prymmer/Kahn <pvhp@best.com> Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT) Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com> p4raw-id: //depot/perl@11594
* Initial integration of libnet-1.0703.Jarkko Hietaniemi2001-06-171-0/+1
| | | | | | The Configure script renamed as libnetcfg, will be installed along other utilities. p4raw-id: //depot/perl@10663
* Detypos.Jarkko Hietaniemi2001-05-171-2/+2
| | | p4raw-id: //depot/perl@10151
* Sort utils.lst for easier maintenance.Jarkko Hietaniemi2001-05-161-8/+8
| | | p4raw-id: //depot/perl@10138
* Re: [PATCH] Abstract "utility" information from installmanTim Jenness2001-05-161-5/+6
| | | | | | | Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu> Add pod2latex to utils.lst. p4raw-id: //depot/perl@10137
* Re: [PATCH] Abstract "utility" information from installmanSimon Cozens2001-05-161-1/+1
| | | | | Message-ID: <20010516180208.A6458@netthink.co.uk> p4raw-id: //depot/perl@10135
* Re: [PATCH] Abstract "utility" information from installmanSimon Cozens2001-05-161-0/+19
Message-ID: <20010516155755.A4728@netthink.co.uk> p4raw-id: //depot/perl@10129