From 16d688b6638b5edf83cac41dc09e0d979b659bac Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 23 Oct 2004 17:04:37 +0000 Subject: 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. --- 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(+) create mode 100644 time/p5-Time-Piece/DESCR create mode 100644 time/p5-Time-Piece/Makefile create mode 100644 time/p5-Time-Piece/PLIST create mode 100644 time/p5-Time-Piece/distinfo (limited to 'time/p5-Time-Piece') diff --git a/time/p5-Time-Piece/DESCR b/time/p5-Time-Piece/DESCR new file mode 100644 index 00000000000..e02b24d77f1 --- /dev/null +++ b/time/p5-Time-Piece/DESCR @@ -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 --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile new file mode 100644 index 00000000000..967634cc633 --- /dev/null +++ b/time/p5-Time-Piece/Makefile @@ -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 +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 --git a/time/p5-Time-Piece/PLIST b/time/p5-Time-Piece/PLIST new file mode 100644 index 00000000000..c504f5ce403 --- /dev/null +++ b/time/p5-Time-Piece/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/23 17:04:37 minskim Exp $ diff --git a/time/p5-Time-Piece/distinfo b/time/p5-Time-Piece/distinfo new file mode 100644 index 00000000000..f0d4c63cff3 --- /dev/null +++ b/time/p5-Time-Piece/distinfo @@ -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 -- cgit v1.2.3