summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-ModuleMaker
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-09-04*: remove p5-File-Path, part of perlwiz1-3/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-08-15Update to 0.63wen2-7/+7
Upstream changes: 0.63 July 31, 2018 Move MockHomeDir.pm from underneath t/ to underneath lib/. The functions exported by ExtUtils::ModuleMaker::Auxiliary are intended to be used in testing this distribution -- and all distributions which subclass it, such as ExtUtils::ModuleMaker::PBP. Auxiliary.pm uses functions found in MockHomeDir.pm. But unless MockHomeDir.pm is underneath lib/ExtUtils/, it won't be indexed by CPAN and won't be found by the test suites of subclasses. Hence, move it to underneath lib/.
2018-05-20Update to 0.62wen2-7/+7
Upstream changes: 0.62 May 15, 2018 Update content of generated Makefile.PL to include META_MERGE where the system's ExtUtils::MakeMaker is new enough to accommodate that element. While this is a step on the road to a "git-ready" module, this does not amount to a change in effective functionality. 0.61 May 14, 2018 Update content of MANIFEST.SKIP (when INCLUDE_MANIFEST_SKIP is set to true value) to reflect contemporary best practices (e.g., account for Travis and AppVeyor configuration files).
2018-05-09p5-ExtUtils-ModuleMaker: update to 0.60.wiz2-7/+8
0.60 May 07, 2018 No functional changes. Correct syntax in two test files for better results on Windows. 0.59 May 06, 2018 Address RTC 125281 (Replace Getopt::Std::getopts() with Getopt::Long::GetOptions()). Users can now provide long options when invoking modulemaker on the command-line.
2018-05-06p5-ExtUtils-ModuleMaker: update to 0.58.wiz2-9/+13
0.58 May 05, 2018 Address RTC 15563 (Discrepancy between documentation and results re author information), 125266 ('modulemaker -h' fails to display help message; launches interactive mode) and 125267 (modulemaker '-b' switch's documentation is misleading). 0.57 May 02, 2018 Perl-5.6.1 was previously required; removed all code intended to handle earlier versions of perl. Otherwise, no change in ExtUtils::ModuleMaker or 'modulemaker' functionality (or, at least, no intended changes). Removed dependency on File::Save::Home in modules and test suite. Replaced it with File::HomeDir. Borrowed technique for mocking one's home directory during testing from CPAN-Reporter's test suite (thanks to David Golden, Breno G. de Oliveira and Perl Toolchain Gang). This should substantially address RTC 111637 (Not safe against parallel runs?). This also facilitated removal from ExtUtils::ModuleMaker::Auxiliary of many subroutines no longer used in test suite. Extensive consolidation of files within the test suite to improve maintainability and test suite running time. Provided configuration files for Travis and Appveyor.
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-02-04Updated devel/p5-ExtUtils-ModuleMaker to 0.56mef2-8/+7
--------------------------------------------- 0.56 January 30, 2017 Removed all test files using 'scripts/modulemaker' as first step in diagnosing problem reported in https://rt.cpan.org/Ticket/Display.html?id=111637. No changes in functionality.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-04-10Updated to devel/p5-ExtUtils-ModuleMaker-0.55mef2-8/+8
0.55 January 03, 2016 Prodded by Chris Kirke during the CPAN Pull Request Challenge, standardized $VERSION numbers and release dates across all files. No changes in functionality or tests.
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
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.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-15Update 0.52 to 0.54mef2-6/+6
------------------- 0.54 March 13, 2015 Correct error in TEST_REQUIRES: should have been IO::Capture rather than IO::CaptureOutput. 0.53 March 10, 2015 Add metadata to Makefile.PL. Remove IO::Capture from distribution. Instead, add it to TEST_REQUIRES metadata in Makefile.PL.
2015-01-29Update to 0.52mef2-7/+6
-------------- 0.52 July 4, 2014 Move version control from Subversion to git. Establish development repository at https://github.com/jkeenan/extutils-modulemaker. Adapt code to prevent warnings to be added in Perl 5.22.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-12Correct LICENSEadam1-2/+2
2011-08-12Revision bump after updating perl to 5.14.1adam1-5/+4
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. 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=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-05-29Importing package for p5 module ExtUtils::ModuleMaker 0.51.sno3-0/+35
This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensive Perl Archive Network (CPAN). For Perl programmers, laziness is a virtue -- and modulemaker is far and away the laziest way to create a pure Perl distribution which meets all the requirements for worldwide distribution via CPAN.