summaryrefslogtreecommitdiff
path: root/time/p5-Time
AgeCommit message (Collapse)AuthorFilesLines
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-02- Update p5-Time-modules to 2003.1126adrianp2-7/+6
> 2003.1125: > Various folks have complained that JulianDay isn't correct. An > errata section has been added to the documentation. > > Mark Ivey <mivey@r2tech.com> add '@' as a synonym for 'at'. > Fixed typos. > > Bryan Henderson <bryanh@giraffe-data.com> sent in a patch to > allow NOW => 0 so that ParseDate can be used to parse relative > times. > > ewan@baremetal.com sent in a patch adding a bit of ISO 8601 > support. > > David Alban <david@responsible.com> doesn't like allowing the > hour 24:00. I agree. Gone if you have VALIDATE=>1. > > Still to be done: the support the large number of ISO 8601 > date formats: http://hydracen.com/dx/iso8601.htm > 2003.0211: > Mike Cramer <cramer@webkist.com> sent a patch to Timezone to > handle changes in $ENV{TZ}. > > Rani Pinchuk <rani@cpan.org> sent in a definition for the > CEST timezone. > > On Phil.Moore@msdw.com's behalf the timezone 'MET DST' is now > supported. > > 2002.1001: > No real changes, just added a license.
2005-02-23Add RMD160 checksums.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-11Convert to buildlink3.snj1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-10Add time to CATEGORIES.wiz1-2/+2
2002-10-06Convert to buildlink2. Use perl5/module.mk.seb1-6/+3
2002-07-04Import new "p5-Time" package:tron4-0/+31
perl5 functions to convert and use time variables This package was contributed by Hiramatsu Yoshifumi in PR pkg/17450.