2014-12-04 03:38:43 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
Add LICENSE=
(upstream)
Update 0.06 to 0.11
----------------
0.11 2014-03-26
- Min perl version now set to 5.6.0
- Added description of DateTime::Format::Duration to SEE ALSO
0.10 2014-03-24
- Switched to Dist::Zilla. The Module::Install Makefile.PL was resulting
in dependency problems and CPAN Testers fails, and I'm not familiar with
it. Easier to switch. Thanks to ZEFRAM for pointing out the problem.
0.09 2014-03-23
- Test::More and Time::Duration were listed as build_requires;
changed them to test_requires, with versions. Wonder if this was
the cause of the small number of CPAN Testers fails?
- Added more more modules to the SEE ALSO section in the pod.
0.08 2014-03-23
- Can now have a leading '+', as in '+2h'.
Suggested by MSCHWERN in RT#66572
- Added github repo to metadata (thanks dsteinbrunner)
- Added github repo to pod
- Added Time::Duration::Parse::More to SEE ALSO
0.07 2014-03-21
- Added 'use warnings'
- Specified min perl version as 5.6.0 in Makefile.PL
- Fixed pod error reported in RT#86904
- Added license type 'perl' to metadata via Makefile.PL
- Reformatted this file as per CPAN::Changes::Spec
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.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.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
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-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-14 17:28:49 by OBATA Akio | Files touched by this commit (61) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
|
2008-08-25 22:37:50 by Stoned Elipot | Files touched by this commit (3) | |
Log message:
Initial import of p5-Time-Duration-Parse version 0.06 in the NetBSD
Packages Collection.
Time::Duration::Parse is a Perl 5 module to parse human readable
duration strings like 2 minutes and 3 seconds to seconds. It does
the opposite of duration_exact function in Time::Duration.
|