Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-XSLoader: remove, part of perl since 2000



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1821d35aeedf
branches:  trunk
changeset: 438091:1821d35aeedf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 14:12:52 2020 +0000

description:
p5-XSLoader: remove, part of perl since 2000

diffstat:

 devel/Makefile             |   3 +--
 devel/p5-XSLoader/DESCR    |   7 -------
 devel/p5-XSLoader/Makefile |  18 ------------------
 devel/p5-XSLoader/distinfo |   6 ------
 doc/CHANGES-2020           |   3 ++-
 5 files changed, 3 insertions(+), 34 deletions(-)

diffs (74 lines):

diff -r 481a7e950895 -r 1821d35aeedf devel/Makefile
--- a/devel/Makefile    Fri Sep 04 14:12:10 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 14:12:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3219 2020/09/04 13:51:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3220 2020/09/04 14:12:52 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2002,7 +2002,6 @@
 SUBDIR+=       p5-Want
 SUBDIR+=       p5-WeakRef
 SUBDIR+=       p5-Wx-Perl-DataWalker
-SUBDIR+=       p5-XSLoader
 SUBDIR+=       p5-XString
 SUBDIR+=       p5-XXX
 SUBDIR+=       p5-accessors
diff -r 481a7e950895 -r 1821d35aeedf devel/p5-XSLoader/DESCR
--- a/devel/p5-XSLoader/DESCR   Fri Sep 04 14:12:10 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-This module defines a standard simplified interface to the dynamic linking
-mechanisms available on many platforms. Its primary purpose is to implement
-cheap automatic dynamic loading of Perl modules.
-
-For a more complicated interface, see DynaLoader. Many (most) features of
-DynaLoader are not implemented in XSLoader, like for example the
-dl_load_flags, not honored by XSLoader.
diff -r 481a7e950895 -r 1821d35aeedf devel/p5-XSLoader/Makefile
--- a/devel/p5-XSLoader/Makefile        Fri Sep 04 14:12:10 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2020/08/31 18:09:14 wiz Exp $
-#
-
-DISTNAME=      XSLoader-0.24
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SAPER/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/XSLoader
-COMMENT=       Dynamically load C libraries into Perl code
-LICENSE=       ${PERL5_LICENSE}
-
-PERL5_PACKLIST=        auto/XSLoader/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 481a7e950895 -r 1821d35aeedf devel/p5-XSLoader/distinfo
--- a/devel/p5-XSLoader/distinfo        Fri Sep 04 14:12:10 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2016/09/19 10:48:14 mef Exp $
-
-SHA1 (XSLoader-0.24.tar.gz) = 177b018f11088dbe10d87cf19ef7a39b960c79c6
-RMD160 (XSLoader-0.24.tar.gz) = 147f1f6177fab3b7581a557d98a9b06399f0b5ee
-SHA512 (XSLoader-0.24.tar.gz) = 25adeeac76a60ffb159211e8f0568430c270e8ba37626969ee10613bc44a0f5cc3bb62cb9bd44552997416480f7bae255c9c14ee239f18d3323db257f61c07dc
-Size (XSLoader-0.24.tar.gz) = 13307 bytes
diff -r 481a7e950895 -r 1821d35aeedf doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 14:12:10 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 14:12:52 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4792 2020/09/04 14:09:45 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4793 2020/09/04 14:12:52 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7386,3 +7386,4 @@
        Removed time/p5-Time-Piece successor lang/perl5 [wiz 2020-09-04]
        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]



Home | Main Index | Thread Index | Old Index