pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Build-WithXSpp Import p5-Module-Build-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd137e7810a3
branches: trunk
changeset: 610375:bd137e7810a3
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 22 13:49:19 2012 +0000
description:
Import p5-Module-Build-WithXSpp-0.12 as devel/p5-Module-Build-WithXSpp.
This subclass of Module::Build adds some tools and processes to
make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).
diffstat:
devel/p5-Module-Build-WithXSpp/DESCR | 2 ++
devel/p5-Module-Build-WithXSpp/Makefile | 27 +++++++++++++++++++++++++++
devel/p5-Module-Build-WithXSpp/distinfo | 5 +++++
3 files changed, 34 insertions(+), 0 deletions(-)
diffs (46 lines):
diff -r be61becbcb85 -r bd137e7810a3 devel/p5-Module-Build-WithXSpp/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Build-WithXSpp/DESCR Mon Oct 22 13:49:19 2012 +0000
@@ -0,0 +1,2 @@
+This subclass of Module::Build adds some tools and processes to
+make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).
diff -r be61becbcb85 -r bd137e7810a3 devel/p5-Module-Build-WithXSpp/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Build-WithXSpp/Makefile Mon Oct 22 13:49:19 2012 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2012/10/22 13:49:19 wiz Exp $
+
+DISTNAME= Module-Build-WithXSpp-0.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Module-Build-WithXSpp/
+COMMENT= Build and install Perl XS++ modules
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
+DEPENDS+= p5-ExtUtils-CppGuess-[0-9]*:../../devel/p5-ExtUtils-CppGuess
+DEPENDS+= p5-ExtUtils-XSpp-[0-9]*:../../devel/p5-ExtUtils-XSpp
+
+#USE_LANGUAGES= c # For the tests
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Module/Build/WithXSpp/.packlist
+# For the tests:
+#USE_TOOLS+= perl
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r be61becbcb85 -r bd137e7810a3 devel/p5-Module-Build-WithXSpp/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Build-WithXSpp/distinfo Mon Oct 22 13:49:19 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/22 13:49:19 wiz Exp $
+
+SHA1 (Module-Build-WithXSpp-0.12.tar.gz) = 69ed2f576a39501cb95250ae5e1d601682c2572d
+RMD160 (Module-Build-WithXSpp-0.12.tar.gz) = 5cd37bae740caf9db16e034e655cbc0dc1c830d6
+Size (Module-Build-WithXSpp-0.12.tar.gz) = 13750 bytes
Home |
Main Index |
Thread Index |
Old Index