Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-Time-Local: remove, part of perl since forever



details:   https://anonhg.NetBSD.org/pkgsrc/rev/965165cfd082
branches:  trunk
changeset: 438083:965165cfd082
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 13:54:15 2020 +0000

description:
p5-Time-Local: remove, part of perl since forever

diffstat:

 doc/CHANGES-2020            |   3 ++-
 time/Makefile               |   3 +--
 time/p5-Time-Local/DESCR    |   7 -------
 time/p5-Time-Local/Makefile |  17 -----------------
 time/p5-Time-Local/distinfo |   6 ------
 5 files changed, 3 insertions(+), 33 deletions(-)

diffs (73 lines):

diff -r 026baa270709 -r 965165cfd082 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 13:53:37 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 13:54:15 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4788 2020/09/04 13:51:32 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4789 2020/09/04 13:54:15 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7382,3 +7382,4 @@
        Removed devel/p5-Test-Simple successor lang/perl5 [wiz 2020-09-04]
        Removed textproc/p5-Text-Tabs+Wrap [wiz 2020-09-04]
        Removed devel/p5-Tie-RefHash successor lang/perl5 [wiz 2020-09-04]
+       Removed time/p5-Time-Local [wiz 2020-09-04]
diff -r 026baa270709 -r 965165cfd082 time/Makefile
--- a/time/Makefile     Fri Sep 04 13:53:37 2020 +0000
+++ b/time/Makefile     Fri Sep 04 13:54:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.213 2020/09/01 08:05:29 wiz Exp $
+# $NetBSD: Makefile,v 1.214 2020/09/04 13:54:15 wiz Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -118,7 +118,6 @@
 SUBDIR+=       p5-Time-Format
 SUBDIR+=       p5-Time-Format_XS
 SUBDIR+=       p5-Time-Interval
-SUBDIR+=       p5-Time-Local
 SUBDIR+=       p5-Time-Period
 SUBDIR+=       p5-Time-Piece
 SUBDIR+=       p5-Time-Progress
diff -r 026baa270709 -r 965165cfd082 time/p5-Time-Local/DESCR
--- a/time/p5-Time-Local/DESCR  Fri Sep 04 13:53:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-These routines are the inverse of built-in perl functions localtime()
-and gmtime().  They accept a date as a six-element array, and return
-the corresponding time(2) value in seconds since the system epoch
-(Midnight, January 1, 1970 UTC on Unix, for example).  This value can
-be positive or negative, though POSIX only requires support for
-positive values, so dates before the system's epoch may not work on
-all operating systems.
diff -r 026baa270709 -r 965165cfd082 time/p5-Time-Local/Makefile
--- a/time/p5-Time-Local/Makefile       Fri Sep 04 13:53:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2020/08/31 18:12:27 wiz Exp $
-
-DISTNAME=      Time-Local-1.28
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
-CATEGORIES=    time perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/Time-Local
-COMMENT=       Efficiently compute time from local and GMT time
-LICENSE=       ${PERL5_LICENSE}
-
-PERL5_PACKLIST=                auto/Time/Local/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 026baa270709 -r 965165cfd082 time/p5-Time-Local/distinfo
--- a/time/p5-Time-Local/distinfo       Fri Sep 04 13:53:37 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.10 2018/06/24 09:19:54 wiz Exp $
-
-SHA1 (Time-Local-1.28.tar.gz) = a693c9eb4280a8373e5b49d48738a37425e08c8d
-RMD160 (Time-Local-1.28.tar.gz) = f17ed21e081178cd5831138d1b0a50e5e2aaf3b3
-SHA512 (Time-Local-1.28.tar.gz) = 8e5e36f84bf9314e780687eaa1a48475ecc4c6cce4510b18d556f1d9ca9ec8b744ac45b4d7d1d9db9bb1a0f15886e8e4ac39aee0882d24fad5becab573b27b67
-Size (Time-Local-1.28.tar.gz) = 40090 bytes



Home | Main Index | Thread Index | Old Index