summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-04 11:25:44 +0000
committerwiz <wiz@pkgsrc.org>2020-09-04 11:25:44 +0000
commitb1936c8f521d055099cfe357017b6ca65e538a76 (patch)
tree5ee3f6abda489f35ab08348b67bde296494d979f
parent9df81bb344ea57727b948155abf0d54e7bb3f0f8 (diff)
downloadpkgsrc-b1936c8f521d055099cfe357017b6ca65e538a76.tar.gz
p5-ExtUtils-ParseXS: remove, part of perl since 2008
-rw-r--r--devel/Makefile3
-rw-r--r--devel/p5-ExtUtils-ParseXS/DESCR5
-rw-r--r--devel/p5-ExtUtils-ParseXS/Makefile18
-rw-r--r--devel/p5-ExtUtils-ParseXS/distinfo6
-rw-r--r--doc/CHANGES-20203
5 files changed, 3 insertions, 32 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9c9a00370fc..fa479e92373 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3200 2020/09/04 11:23:41 wiz Exp $
+# $NetBSD: Makefile,v 1.3201 2020/09/04 11:25:44 wiz Exp $
#
COMMENT= Development utilities
@@ -1368,7 +1368,6 @@ SUBDIR+= p5-ExtUtils-MakeMaker-CPANfile
SUBDIR+= p5-ExtUtils-MakeMaker-Coverage
SUBDIR+= p5-ExtUtils-ModuleMaker
SUBDIR+= p5-ExtUtils-ModuleMaker-TT
-SUBDIR+= p5-ExtUtils-ParseXS
SUBDIR+= p5-ExtUtils-PkgConfig
SUBDIR+= p5-ExtUtils-XSBuilder
SUBDIR+= p5-ExtUtils-XSpp
diff --git a/devel/p5-ExtUtils-ParseXS/DESCR b/devel/p5-ExtUtils-ParseXS/DESCR
deleted file mode 100644
index fcab6c4613e..00000000000
--- a/devel/p5-ExtUtils-ParseXS/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This Perl 5 module will compile XS code into C code by embedding
-the constructs necessary to let C functions manipulate Perl values
-and creates the glue necessary to let Perl access those functions.
-The compiler uses typemaps to determine how to map C function
-parameters and variables to Perl values.
diff --git a/devel/p5-ExtUtils-ParseXS/Makefile b/devel/p5-ExtUtils-ParseXS/Makefile
deleted file mode 100644
index af5b738f9f5..00000000000
--- a/devel/p5-ExtUtils-ParseXS/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.35 2020/08/31 18:07:59 wiz Exp $
-
-DISTNAME= ExtUtils-ParseXS-3.35
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://metacpan.org/release/ExtUtils-ParseXS
-COMMENT= Perl5 module for converting Perl XS code into C code
-LICENSE= ${PERL5_LICENSE}
-
-USE_LANGUAGES= c
-PERL5_PACKLIST= auto/ExtUtils/ParseXS/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-ExtUtils-ParseXS/distinfo b/devel/p5-ExtUtils-ParseXS/distinfo
deleted file mode 100644
index d82e98a22bc..00000000000
--- a/devel/p5-ExtUtils-ParseXS/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.22 2017/09/17 10:30:45 wiz Exp $
-
-SHA1 (ExtUtils-ParseXS-3.35.tar.gz) = 5b40949a789d0ac52a32cbfe622be5018f700ed8
-RMD160 (ExtUtils-ParseXS-3.35.tar.gz) = 46dd442abb9229f4fdde29242a872a517fa20a5e
-SHA512 (ExtUtils-ParseXS-3.35.tar.gz) = 90862ecb97f19066a4564be1788bd061c5835abb440fbea2cad43c903e912a7864453ef61c2c384566a4fe6536783f480938c4460b63879734a2d74372a956b8
-Size (ExtUtils-ParseXS-3.35.tar.gz) = 68623 bytes
diff --git a/doc/CHANGES-2020 b/doc/CHANGES-2020
index 48a0f83b5a6..ed666e5c487 100644
--- a/doc/CHANGES-2020
+++ b/doc/CHANGES-2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4757 2020/09/04 11:23:41 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4758 2020/09/04 11:25:44 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7351,3 +7351,4 @@ Changes to the packages collection and infrastructure in 2020:
Removed devel/p5-ExtUtils-MakeMaker successor lang/perl5 [wiz 2020-09-04]
Added graphics/graphene version 1.10.2 [prlw1 2020-09-04]
Removed devel/p5-ExtUtils-Manifest successor lang/perl5 [wiz 2020-09-04]
+ Removed devel/p5-ExtUtils-ParseXS successor lang/perl5 [wiz 2020-09-04]