pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Piece Import p5-Time-Piece from pkgsrc-wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6ad720686e6
branches:  trunk
changeset: 482277:c6ad720686e6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Oct 23 17:04:37 2004 +0000

description:
Import p5-Time-Piece from pkgsrc-wip.  Packaged by Hiramatsu Yoshifumi.

This module replaces the standard localtime and gmtime functions with
implementations that return objects.  It does so in a backwards
compatible manner, so that using localtime/gmtime in the way
documented in perlfunc will still return what you expect.

diffstat:

 time/p5-Time-Piece/DESCR    |   4 ++++
 time/p5-Time-Piece/Makefile |  19 +++++++++++++++++++
 time/p5-Time-Piece/PLIST    |   1 +
 time/p5-Time-Piece/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r fa2c5174148b -r c6ad720686e6 time/p5-Time-Piece/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Piece/DESCR  Sat Oct 23 17:04:37 2004 +0000
@@ -0,0 +1,4 @@
+This module replaces the standard localtime and gmtime functions with
+implementations that return objects.  It does so in a backwards
+compatible manner, so that using localtime/gmtime in the way
+documented in perlfunc will still return what you expect.
diff -r fa2c5174148b -r c6ad720686e6 time/p5-Time-Piece/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Piece/Makefile       Sat Oct 23 17:04:37 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 17:04:37 minskim Exp $
+
+DISTNAME=      Time-Piece-1.08
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5tpc
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER=    hiramatu%boreas.dti.ne.jp@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Time-Piece/
+COMMENT=       Time::Piece - Object Oriented time objects
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Time/Piece/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa2c5174148b -r c6ad720686e6 time/p5-Time-Piece/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Piece/PLIST  Sat Oct 23 17:04:37 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/23 17:04:37 minskim Exp $
diff -r fa2c5174148b -r c6ad720686e6 time/p5-Time-Piece/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-Piece/distinfo       Sat Oct 23 17:04:37 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/23 17:04:37 minskim Exp $
+
+SHA1 (Time-Piece-1.08.tar.gz) = c5f37fca9cf753d4f68233d9c11c2a0d7db8356f
+Size (Time-Piece-1.08.tar.gz) = 18824 bytes



Home | Main Index | Thread Index | Old Index