diff options
author | abs <abs@pkgsrc.org> | 2009-06-09 17:36:21 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-06-09 17:36:21 +0000 |
commit | 337dbef4b5d25a3dcacb496f049750981048e830 (patch) | |
tree | f3d6abe618362e25c1738ac9a526a30673a0bb0f /time | |
parent | ba417ad3a80c7f9ceaf7c875eedc382ff5baacdf (diff) | |
download | pkgsrc-337dbef4b5d25a3dcacb496f049750981048e830.tar.gz |
p5-Time and p5-Time-modules are the same package - keep p5-Time-module as
thats (minus the p5-) is the official name on CPAN
http://cpansearch.perl.org/src/MUIR/Time-modules-2006.0814/META.yml
Diffstat (limited to 'time')
-rw-r--r-- | time/Makefile | 3 | ||||
-rw-r--r-- | time/p5-Time-modules/Makefile | 7 | ||||
-rw-r--r-- | time/p5-Time/DESCR | 7 | ||||
-rw-r--r-- | time/p5-Time/Makefile | 18 | ||||
-rw-r--r-- | time/p5-Time/distinfo | 5 |
5 files changed, 5 insertions, 35 deletions
diff --git a/time/Makefile b/time/Makefile index 4229506aa8e..781e62db707 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2009/05/31 16:52:43 tron Exp $ +# $NetBSD: Makefile,v 1.97 2009/06/09 17:36:21 abs Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -71,7 +71,6 @@ SUBDIR+= p5-MooseX-Types-DateTime SUBDIR+= p5-Rose-DateTime SUBDIR+= p5-Schedule-Cron-Events SUBDIR+= p5-Test-MockTime -SUBDIR+= p5-Time SUBDIR+= p5-Time-Clock SUBDIR+= p5-Time-Duration SUBDIR+= p5-Time-Duration-Parse diff --git a/time/p5-Time-modules/Makefile b/time/p5-Time-modules/Makefile index 9359d26dd94..eeb3e4ba773 100644 --- a/time/p5-Time-modules/Makefile +++ b/time/p5-Time-modules/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2009/01/19 18:00:59 abs Exp $ +# $NetBSD: Makefile,v 1.3 2009/06/09 17:36:22 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/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/perldoc?Time::ParseDate +HOMEPAGE= http://search.cpan.org/dist/Time-modules/ COMMENT= Miscellaneous date parsing and formatting +LICENSE= public-domain PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/time/p5-Time/DESCR b/time/p5-Time/DESCR deleted file mode 100644 index d951532ecfe..00000000000 --- a/time/p5-Time/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index ee0b6d704c7..00000000000 --- a/time/p5-Time/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2009/05/01 21:15:34 sno Exp $ - -DISTNAME= Time-modules-2006.0814 -PKGNAME= p5-${DISTNAME:S/modules-//} -SVR4_PKGNAME= p5tim -CATEGORIES= devel perl5 time -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= Perl5 functions to convert and use time variables -LICENSE= public-domain - -PKG_DESTDIR_SUPPORT= user-destdir - -PERL5_PACKLIST= auto/Time-modules/.packlist - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time/distinfo b/time/p5-Time/distinfo deleted file mode 100644 index 1cb91430c8f..00000000000 --- a/time/p5-Time/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.4 2009/05/01 21:15:34 sno 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 |