diff options
author | tron <tron@pkgsrc.org> | 2002-07-04 22:04:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-07-04 22:04:19 +0000 |
commit | bec40821824689ffb5ffc7d8f3ebae0e969c6ad6 (patch) | |
tree | 94f88c23549429244f5411bf887bb9bd8cd28d3c /time | |
parent | 398a892375fdfb60446502d9475fb0800e72a739 (diff) | |
download | pkgsrc-bec40821824689ffb5ffc7d8f3ebae0e969c6ad6.tar.gz |
Import new "p5-Time" package:
perl5 functions to convert and use time variables
This package was contributed by Hiramatsu Yoshifumi in PR pkg/17450.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time/DESCR | 7 | ||||
-rw-r--r-- | time/p5-Time/Makefile | 19 | ||||
-rw-r--r-- | time/p5-Time/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Time/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/time/p5-Time/DESCR b/time/p5-Time/DESCR new file mode 100644 index 00000000000..8ceb42e2c00 --- /dev/null +++ b/time/p5-Time/DESCR @@ -0,0 +1,7 @@ +This package contains the following perl5 modules: + +Time::CTime.pm ctime, strftime, and asctime +Time::JulianDay.pm Julian Day conversions +Time::ParseDate.pm Reverses strftime and also understands relative times +Time::Timezone.pm miscellaneous timezone manipulations routines +Time::DaysInMonth.pm simply report the number of days in a month diff --git a/time/p5-Time/Makefile b/time/p5-Time/Makefile new file mode 100644 index 00000000000..4563b0f794e --- /dev/null +++ b/time/p5-Time/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/04 22:04:19 tron Exp $ + +DISTNAME= Time-modules-101.062101 +PKGNAME= p5-${DISTNAME:S/modules-//} +SVR4_PKGNAME= p5tim +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 functions to convert and use time variables + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time-modules/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time/PLIST b/time/p5-Time/PLIST new file mode 100644 index 00000000000..23515c922ec --- /dev/null +++ b/time/p5-Time/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/07/04 22:04:19 tron Exp $ diff --git a/time/p5-Time/distinfo b/time/p5-Time/distinfo new file mode 100644 index 00000000000..b31849e4641 --- /dev/null +++ b/time/p5-Time/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/07/04 22:04:19 tron Exp $ + +SHA1 (Time-modules-101.062101.tar.gz) = 060b2bdf70c003b78e8e90ed4de7957e1560ae59 +Size (Time-modules-101.062101.tar.gz) = 21182 bytes |