Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-AutoLoader: remove, part of perl since perl's first...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc31145c6d8d
branches:  trunk
changeset: 437997:dc31145c6d8d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 10:19:22 2020 +0000

description:
p5-AutoLoader: remove, part of perl since perl's first release

diffstat:

 devel/Makefile               |   3 +--
 devel/p5-AutoLoader/DESCR    |   8 --------
 devel/p5-AutoLoader/Makefile |  18 ------------------
 devel/p5-AutoLoader/distinfo |   6 ------
 doc/CHANGES-2020             |   3 ++-
 5 files changed, 3 insertions(+), 35 deletions(-)

diffs (75 lines):

diff -r 04ee4c55e7f5 -r dc31145c6d8d devel/Makefile
--- a/devel/Makefile    Fri Sep 04 10:15:42 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 10:19:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3188 2020/09/04 09:48:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3189 2020/09/04 10:19:23 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -1115,7 +1115,6 @@
 SUBDIR+=       p5-Async-Interrupt
 SUBDIR+=       p5-AtExit
 SUBDIR+=       p5-Attribute-Lexical
-SUBDIR+=       p5-AutoLoader
 SUBDIR+=       p5-AutoXS-Header
 SUBDIR+=       p5-Autodia
 SUBDIR+=       p5-B-COW
diff -r 04ee4c55e7f5 -r dc31145c6d8d devel/p5-AutoLoader/DESCR
--- a/devel/p5-AutoLoader/DESCR Fri Sep 04 10:15:42 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-The AutoLoader module works with the AutoSplit module and the
-__END__ token to defer the loading of some subroutines until they
-are used rather than loading them all at once.
-
-To use AutoLoader, the author of a module has to place the definitions
-of subroutines to be autoloaded after an __END__ token. (See
-perldata.) The AutoSplit module can then be run manually to extract
-the definitions into individual files auto/funcname.al.
diff -r 04ee4c55e7f5 -r dc31145c6d8d devel/p5-AutoLoader/Makefile
--- a/devel/p5-AutoLoader/Makefile      Fri Sep 04 10:15:42 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2020/08/31 18:07:29 wiz Exp $
-
-DISTNAME=      AutoLoader-5.74
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   7
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=AutoLoader/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/AutoLoader
-COMMENT=       Perl automatic module loader
-LICENSE=       ${PERL5_LICENSE}
-
-USE_LANGUAGES=         # empty
-PERL5_PACKLIST=                auto/AutoLoader/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 04ee4c55e7f5 -r dc31145c6d8d devel/p5-AutoLoader/distinfo
--- a/devel/p5-AutoLoader/distinfo      Fri Sep 04 10:15:42 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 03:27:56 agc Exp $
-
-SHA1 (AutoLoader-5.74.tar.gz) = cb94acf223588a225c80ad6725f79fa91b6232ba
-RMD160 (AutoLoader-5.74.tar.gz) = 93465f3912c0ee2da4d480e4d040252fe0ed854c
-SHA512 (AutoLoader-5.74.tar.gz) = 5a816ca68bde16a1e9c84bbdc2ee7d435653056874becd03d01eea02711645344282f6dd5470c1becc8bd147a816e2fecc243eedb9c9f1e8d00985188797a1ec
-Size (AutoLoader-5.74.tar.gz) = 30534 bytes
diff -r 04ee4c55e7f5 -r dc31145c6d8d doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 10:15:42 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 10:19:22 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4738 2020/09/04 10:15:42 nia Exp $
+$NetBSD: CHANGES-2020,v 1.4739 2020/09/04 10:19:22 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7332,3 +7332,4 @@
        Added chat/libmesode version 0.9.3 [nia 2020-09-04]
        Removed archivers/p5-Archive-Tar successor lang/perl5 [wiz 2020-09-04]
        Added chat/profanity version 0.9.5 [nia 2020-09-04]
+       Removed devel/p5-AutoLoader successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index