Age | Commit message (Collapse) | Author | Files | Lines |
|
0.45 Wed Jun 28 23:05:58 CEST 2017
* use a version number in the original style
0.4.5 Wed Jun 28 22:59:33 CEST 2017
* put VERSION back in main module file
0.4.4 Wed 28 Jun 2017 22:52:33 CEST
* remove 'provides' metadata
0.4.3 Wed 28 Jun 2017 22:37:58 CEST
* put VERSION back into only Makefile.PL
* updated author information
0.4.2 Wed 28 Jun 2017 22:25:29 CEST
* add VERSION to all .pm files
0.4.1 Wed 28 Jun 2017 21:44:06 CEST
* move version number into Makefile.PL
0.4 Wed 28 Jun 2017 21:37:23 CEST
* version bump; PAUSE thinks that 0.313 is higher than 0.32
0.32 Wed 28 Jun 2017 20:30:19 CEST
* Fix RT#122101: unskip META.yml
* Fix RT#120982: can't find inc/Module/Install.pm; replaced
Module::Install with ExtUtils::MakeMaker
* Fix RT#63798: fix typo in manpage
* Fix RT#62241: signature broken (signature has been removed)
* Fixed more typos in POD
* Fixed some PerlCritic issues
* Updated dependencies, specified repository and provides metadata,
specified minimum Perl version
|
|
|
|
|
|
|
|
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.
|
|
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
|
|
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.
|
|
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.
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
* doc update
Changes 0.3:
* new cascading attribute for subcommands
Changes 0.2:
* New Feature: Cascading Subcommand
* Deprecated Feature: Long Option Subcommand (still work)
* Abundant DOCs
Changes 0.103:
* Release
Changes 0.102:
* Re-upload
Changes 0.10:
* Update document
Changes 0.09:
* Fix the command pattern used in help.
|
|
when available.
Bump PKG_REVISON
|
|
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!
|
|
Approved by MAINTAINER.
Pkgsrc changes:
- Adjust dependencies: Pod::Simple::Text is provided by current
perl5 package, ExtUtils::AutoInstall is not (no more?) needed at build time
- Use generic and version agnostic HOMEPAGE
- Adjust MASTER_SITES
- Add LICENSE, commented out for now
- No need for any language compiler to build this package
Upstream changes:
* 0.08 - 25 Feb 2009
* Allow commands to be provided as inner packages
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
|
|
|
|
can handle packages having no PLIST files.
|
|
|
|
App::CLI dispatches CLI (command line interface) based commands into
command classes. It also supports subcommand and per-command options.
Necessary for SVK-v2.0.0.
|