diff options
author | abs <abs@pkgsrc.org> | 2009-01-19 17:59:42 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-01-19 17:59:42 +0000 |
commit | 6bd2134f410340d04412739cbe10c904c9a1ea41 (patch) | |
tree | b35e734c31d3e05f5b4d525d5cdbcf5f54beffe7 /time/p5-Time-modules | |
parent | a7dee12f2bb0c21ef48cafd29f7b1e687ec68d6c (diff) | |
download | pkgsrc-6bd2134f410340d04412739cbe10c904c9a1ea41.tar.gz |
Added time/p5-Time-modules version 2006.0814
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
Time::DaysInMonth.pm
Diffstat (limited to 'time/p5-Time-modules')
-rw-r--r-- | time/p5-Time-modules/DESCR | 10 | ||||
-rw-r--r-- | time/p5-Time-modules/Makefile | 20 | ||||
-rw-r--r-- | time/p5-Time-modules/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/time/p5-Time-modules/DESCR b/time/p5-Time-modules/DESCR new file mode 100644 index 00000000000..c1b6d100faa --- /dev/null +++ b/time/p5-Time-modules/DESCR @@ -0,0 +1,10 @@ +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 + Time::DaysInMonth.pm diff --git a/time/p5-Time-modules/Makefile b/time/p5-Time-modules/Makefile new file mode 100644 index 00000000000..72b0d6ca1bf --- /dev/null +++ b/time/p5-Time-modules/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/19 17:59:42 abs Exp $ + +DISTNAME= Time-modules-2006.0814 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MU/MUIR/modules/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/perldoc?Time::ParseDate +COMMENT= Miscellaneous date parsing and formatting + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +# USE_LANGUAGES= c + +PERL5_PACKLIST= auto/Time-modules/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-modules/distinfo b/time/p5-Time-modules/distinfo new file mode 100644 index 00000000000..d4295f2071a --- /dev/null +++ b/time/p5-Time-modules/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/19 17:59:42 abs Exp $ + +SHA1 (Time-modules-2006.0814.tar.gz) = a79c6bcce924fcb3a0b08eea37dbad27d2880ebf +RMD160 (Time-modules-2006.0814.tar.gz) = 555fd3eca2201d4c422514af4a7e74586f0aca13 +Size (Time-modules-2006.0814.tar.gz) = 23997 bytes |