pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Format Time::Format version 1.02



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0af464087563
branches:  trunk
changeset: 534966:0af464087563
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Nov 04 15:08:44 2007 +0000

description:
Time::Format version 1.02
=========================

Time::Format provides a very easy way to format dates and times.  The
formatting functions are tied to hash variables, so they can be used
inside strings as well as in ordinary expressions.  The formatting
codes used are meant to be easy to remember, use, and read.  They
follow a simple, consistent pattern.  If I've done my job right, once
you learn the codes, you should never have to refer to the
documentation again.  A quick-reference page is included, just in
case.  ;-)

Time::Format can also format DateTime objects, and strings created
with Date::Manip.

Also provided is a tied-hash interface to POSIX::strftime and
Date::Manip::UnixDate.

diffstat:

 time/p5-Time-Format/DESCR    |  17 +++++++++++++++++
 time/p5-Time-Format/Makefile |  19 +++++++++++++++++++
 time/p5-Time-Format/PLIST    |   1 +
 time/p5-Time-Format/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r 8ef1a7037499 -r 0af464087563 time/p5-Time-Format/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Format/DESCR Sun Nov 04 15:08:44 2007 +0000
@@ -0,0 +1,17 @@
+Time::Format provides a very easy way to format dates and times.  The
+formatting functions are tied to hash variables, so they can be used
+inside strings as well as in ordinary expressions.  The formatting
+codes used are meant to be easy to remember, use, and read.  They
+follow a simple, consistent pattern.  If I've done my job right, once
+you learn the codes, you should never have to refer to the
+documentation again.  A quick-reference page is included, just in
+case.  ;-)
+
+Time::Format can also format DateTime objects, and strings created
+with Date::Manip.
+
+Also provided is a tied-hash interface to POSIX::strftime and
+Date::Manip::UnixDate.
+
+If the I18N::Langinfo module is available, Time::Format provides
+weekday and month names in a language appropriate for your locale.
diff -r 8ef1a7037499 -r 0af464087563 time/p5-Time-Format/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Format/Makefile      Sun Nov 04 15:08:44 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 15:08:44 adrianp Exp $
+#
+
+DISTNAME=      Time-Format-1.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/
+COMMENT=       Easy-to-use date/time formatting
+
+DEPENDS+=      p5-Test-Simple>=0.40:../../devel/p5-Test-Simple
+
+PERL5_PACKLIST=        auto/Time/Format/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8ef1a7037499 -r 0af464087563 time/p5-Time-Format/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Format/PLIST Sun Nov 04 15:08:44 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 15:08:44 adrianp Exp $
diff -r 8ef1a7037499 -r 0af464087563 time/p5-Time-Format/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Format/distinfo      Sun Nov 04 15:08:44 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/04 15:08:44 adrianp Exp $
+
+SHA1 (Time-Format-1.02.tar.gz) = 8088d5ddafcc0700ebed035c41dc18d46ded6372
+RMD160 (Time-Format-1.02.tar.gz) = 96c6f519480f3de8543ec145610502df2c53dfb3
+Size (Time-Format-1.02.tar.gz) = 39060 bytes



Home | Main Index | Thread Index | Old Index