Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-Devel-PPPort: remove, part of perl since 2004



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aad7a3daa273
branches:  trunk
changeset: 438014:aad7a3daa273
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 11:03:15 2020 +0000

description:
p5-Devel-PPPort: remove, part of perl since 2004

diffstat:

 devel/Makefile                 |   3 +--
 devel/p5-Devel-PPPort/DESCR    |  15 ---------------
 devel/p5-Devel-PPPort/Makefile |  18 ------------------
 devel/p5-Devel-PPPort/distinfo |   6 ------
 doc/CHANGES-2020               |   3 ++-
 5 files changed, 3 insertions(+), 42 deletions(-)

diffs (82 lines):

diff -r 98e44baa49d2 -r aad7a3daa273 devel/Makefile
--- a/devel/Makefile    Fri Sep 04 11:01:01 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 11:03:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3195 2020/09/04 11:01:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3196 2020/09/04 11:03:15 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -1320,7 +1320,6 @@
 SUBDIR+=       p5-Devel-NYTProf
 SUBDIR+=       p5-Devel-OverloadInfo
 SUBDIR+=       p5-Devel-OverrideGlobalRequire
-SUBDIR+=       p5-Devel-PPPort
 SUBDIR+=       p5-Devel-PartialDump
 SUBDIR+=       p5-Devel-PatchPerl
 SUBDIR+=       p5-Devel-Pragma
diff -r 98e44baa49d2 -r aad7a3daa273 devel/p5-Devel-PPPort/DESCR
--- a/devel/p5-Devel-PPPort/DESCR       Fri Sep 04 11:01:01 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-Perl's API has changed over time, gaining new features, new functions,
-increasing its flexibility, and reducing the impact on the C
-namespace environment (reduced pollution). The header file written
-by this module, typically ppport.h, attempts to bring some of the
-newer Perl API features to older versions of Perl, so that you can
-worry less about keeping track of old releases, but users can still
-reap the benefit.
-
-Devel::PPPort contains a single function, called WriteFile. Its
-only purpose is to write the ppport.h C header file. This file
-contains a series of macros and, if explicitly requested, functions
-that allow XS modules to be built using older versions of Perl.
-Currently, Perl versions from 5.003 to 5.10.0 are supported.
-
-This module is used by h2xs to write the file ppport.h.
diff -r 98e44baa49d2 -r aad7a3daa273 devel/p5-Devel-PPPort/Makefile
--- a/devel/p5-Devel-PPPort/Makefile    Fri Sep 04 11:01:01 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.39 2020/08/31 18:07:53 wiz Exp $
-
-DISTNAME=      Devel-PPPort-3.60
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/pod/Devel::PPPort
-COMMENT=       Perl5 module to bring newer features to older perl
-LICENSE=       ${PERL5_LICENSE}
-
-USE_LANGUAGES= c
-PERL5_PACKLIST=        auto/Devel/PPPort/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 98e44baa49d2 -r aad7a3daa273 devel/p5-Devel-PPPort/distinfo
--- a/devel/p5-Devel-PPPort/distinfo    Fri Sep 04 11:01:01 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.27 2020/08/16 01:01:11 wen Exp $
-
-SHA1 (Devel-PPPort-3.60.tar.gz) = 5ab41a5151d8286a70c54f88bfbe528b9d319b0c
-RMD160 (Devel-PPPort-3.60.tar.gz) = daa39a3c06873e08d98f9a65d95daf01c8d5b3da
-SHA512 (Devel-PPPort-3.60.tar.gz) = 3a8f4dcb1e05582445b0b7c8fe6a4129698a3a3cb11f5f4aef77afec6ba865d1a3cfa3dc85cdcd17ff529b85e05add2aa7dfd4e347eb7ce9817b64a8d94ee3e2
-Size (Devel-PPPort-3.60.tar.gz) = 458669 bytes
diff -r 98e44baa49d2 -r aad7a3daa273 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 11:01:01 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 11:03:15 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4747 2020/09/04 11:01:01 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4748 2020/09/04 11:03:15 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7342,3 +7342,4 @@
        Removed devel/p5-IO-Compress successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-Compress-Raw-Bzip2 successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-Compress-Raw-Zlib successor lang/perl5 [wiz 2020-09-04]
+       Removed devel/p5-Devel-PPPort successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index