89dbbb8396
VERSION 6.48 2014-12-01 Put repository on GitHub Suggested by Gabor Szabo parse_time now parses ISO 8601 times The parse_time routine wouldn't correctly parse ISO 8601 times. This is now fixed. Parsing special dates with timezones now works Parsing special date formats with timezones is now supported such as: Christmas at noon PST in 3 days at noon PST now PST epoch 3000000 PST dm_zdump modified To match the newest version of zdump, the gmtoff is now added at the end of each line. Bug fixes Fixed a bug in the printf method that would not handle embedded newlines correctly (and resulted in an infinite loop if it were preceded by a '%'). Henrique Martins Fixed a bug where '24:00' was not parsed correctly (though '24:00:00' was). Fixed a bug where fractional values separated by a comma weren't parsed correctly. Time zone fixes Newest zoneinfo data (tzdata 2014j)
24 lines
779 B
Makefile
24 lines
779 B
Makefile
# $NetBSD: Makefile,v 1.50 2014/12/03 15:00:05 wiz Exp $
|
|
|
|
DISTNAME= Date-Manip-6.48
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Date-Manip/
|
|
COMMENT= Perl5 module for date calculations
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
|
|
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck
|
|
# only needed for tests
|
|
BUILD_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Date/Manip/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|