pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: maya
Date: Sun Mar 11 11:20:13 UTC 2018
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/p5-ExtUtils-CChecker: DESCR Makefile distinfo
Log Message:
new package: p5-ExtUtils-CChecker
Perl5 configure-time utilities for using C headers, libraries, or OS features
To generate a diff of this commit:
cvs rdiff -u -r1.2630 -r1.2631 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-ExtUtils-CChecker/DESCR \
pkgsrc/devel/p5-ExtUtils-CChecker/Makefile \
pkgsrc/devel/p5-ExtUtils-CChecker/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2630 pkgsrc/devel/Makefile:1.2631
--- pkgsrc/devel/Makefile:1.2630 Sun Mar 11 11:16:46 2018
+++ pkgsrc/devel/Makefile Sun Mar 11 11:20:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2630 2018/03/11 11:16:46 maya Exp $
+# $NetBSD: Makefile,v 1.2631 2018/03/11 11:20:13 maya Exp $
#
COMMENT= Development utilities
@@ -1077,6 +1077,7 @@ SUBDIR+= p5-Exporter-Lite
SUBDIR+= p5-Exporter-Tiny
SUBDIR+= p5-ExtUtils-AutoInstall
SUBDIR+= p5-ExtUtils-CBuilder
+SUBDIR+= p5-ExtUtils-CChecker
SUBDIR+= p5-ExtUtils-Command
SUBDIR+= p5-ExtUtils-Config
SUBDIR+= p5-ExtUtils-CppGuess
Added files:
Index: pkgsrc/devel/p5-ExtUtils-CChecker/DESCR
diff -u /dev/null pkgsrc/devel/p5-ExtUtils-CChecker/DESCR:1.1
--- /dev/null Sun Mar 11 11:20:13 2018
+++ pkgsrc/devel/p5-ExtUtils-CChecker/DESCR Sun Mar 11 11:20:13 2018
@@ -0,0 +1 @@
+Perl5 configure-time utilities for using C headers, libraries, or OS features
Index: pkgsrc/devel/p5-ExtUtils-CChecker/Makefile
diff -u /dev/null pkgsrc/devel/p5-ExtUtils-CChecker/Makefile:1.1
--- /dev/null Sun Mar 11 11:20:13 2018
+++ pkgsrc/devel/p5-ExtUtils-CChecker/Makefile Sun Mar 11 11:20:13 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/11 11:20:13 maya Exp $
+
+DISTNAME= ExtUtils-CChecker-0.10
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/
+COMMENT= Perl5 configure-check utilities
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/ExtUtils/CChecker/.packlist
+USE_LANGUAGES= c
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-ExtUtils-CChecker/distinfo
diff -u /dev/null pkgsrc/devel/p5-ExtUtils-CChecker/distinfo:1.1
--- /dev/null Sun Mar 11 11:20:13 2018
+++ pkgsrc/devel/p5-ExtUtils-CChecker/distinfo Sun Mar 11 11:20:13 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/11 11:20:13 maya Exp $
+
+SHA1 (ExtUtils-CChecker-0.10.tar.gz) = a3e3d9af2bcdfeb71125890d8948015b516fe5a2
+RMD160 (ExtUtils-CChecker-0.10.tar.gz) = bff92be0c8cb3d20524df21aa53341f13c96d528
+SHA512 (ExtUtils-CChecker-0.10.tar.gz) = 8b43c559333d14d682a00a0fa956aff8b6b4209b7b442f330f9e8573b438dcd5a2d3b86582e2aad2f974c342acee3e79785b9816cb585807dba9b448a1626d4c
+Size (ExtUtils-CChecker-0.10.tar.gz) = 19496 bytes
Home |
Main Index |
Thread Index |
Old Index