Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-autodie: remove, part of perl since 2009



details:   https://anonhg.NetBSD.org/pkgsrc/rev/500da9dcac51
branches:  trunk
changeset: 438093:500da9dcac51
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 14:14:46 2020 +0000

description:
p5-autodie: remove, part of perl since 2009

diffstat:

 devel/Makefile            |   3 +--
 devel/p5-autodie/DESCR    |  10 ----------
 devel/p5-autodie/Makefile |  23 -----------------------
 devel/p5-autodie/distinfo |   6 ------
 doc/CHANGES-2020          |   3 ++-
 5 files changed, 3 insertions(+), 42 deletions(-)

diffs (82 lines):

diff -r 83e300b4d961 -r 500da9dcac51 devel/Makefile
--- a/devel/Makefile    Fri Sep 04 14:14:05 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 14:14:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3220 2020/09/04 14:12:52 wiz Exp $
+# $NetBSD: Makefile,v 1.3221 2020/09/04 14:14:46 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2010,7 +2010,6 @@
 SUBDIR+=       p5-asa
 SUBDIR+=       p5-autobox
 SUBDIR+=       p5-autobox-Core
-SUBDIR+=       p5-autodie
 SUBDIR+=       p5-autovivification
 SUBDIR+=       p5-bareword-filehandles
 SUBDIR+=       p5-boolean
diff -r 83e300b4d961 -r 500da9dcac51 devel/p5-autodie/DESCR
--- a/devel/p5-autodie/DESCR    Fri Sep 04 14:14:05 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-The autodie pragma provides a convenient way to replace functions that normally
-return false on failure with equivalents that throw an exception on failure.
-
-The autodie pragma has lexical scope, meaning that functions and subroutines
-altered with autodie will only change their behaviour until the end of the
-enclosing block, file, or eval.
-
-If system is specified as an argument to autodie, then it uses
-IPC::System::Simple to do the heavy lifting. See the description of that
-module for more information.
diff -r 83e300b4d961 -r 500da9dcac51 devel/p5-autodie/Makefile
--- a/devel/p5-autodie/Makefile Fri Sep 04 14:14:05 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2020/08/31 18:09:15 wiz Exp $
-
-DISTNAME=      autodie-2.32
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=autodie/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/autodie
-COMMENT=       Replace functions with ones that succeed or die with lexical scope
-LICENSE=       ${PERL5_LICENSE}
-
-DEPENDS+=      p5-IPC-System-Simple>=0.12:../../devel/p5-IPC-System-Simple
-DEPENDS+=      p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify
-
-PERL5_PACKLIST=                auto/autodie/.packlist
-
-post-extract:
-       ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 83e300b4d961 -r 500da9dcac51 devel/p5-autodie/distinfo
--- a/devel/p5-autodie/distinfo Fri Sep 04 14:14:05 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.12 2020/04/18 12:21:51 mef Exp $
-
-SHA1 (autodie-2.32.tar.gz) = a6400ca0a898224651217ca7b4e3c4bbd474caf8
-RMD160 (autodie-2.32.tar.gz) = a1c152e08e01589705c9165bfc05f21b8f1d1b6d
-SHA512 (autodie-2.32.tar.gz) = e80b32877104b6942bc122c23b5dc9824814aa58896bf59765534e3e73fdc81d872d6b538088bf730ad3e80791a51d62643fe159876e666ea3bac8aa800863ab
-Size (autodie-2.32.tar.gz) = 93618 bytes
diff -r 83e300b4d961 -r 500da9dcac51 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 14:14:05 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 14:14:46 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4793 2020/09/04 14:12:52 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4794 2020/09/04 14:14:46 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7387,3 +7387,4 @@
        Updated lang/perl5 to 5.32.0nb1 [wiz 2020-09-04]
        Removed converters/p5-Unicode-Collate successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-XSLoader successor lang/perl5 [wiz 2020-09-04]
+       Removed devel/p5-autodie successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index