pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-XSpp Importing devel/p5-ExtUtils-XSp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f2887bcea5e
branches:  trunk
changeset: 569463:2f2887bcea5e
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 14:06:38 2010 +0000

description:
Importing devel/p5-ExtUtils-XSpp version 0.05 as an indirect requirement
of scheduled import of editors/p5-Padre.

XS++ is just a thin layer over plain XS, hence to use it you are supposed
to know, at the very least, C++ and XS.

This means that you will need typemaps for both the normal XS pre-processor
xsubpp and the XS++ pre-processor xspp.

diffstat:

 devel/p5-ExtUtils-XSpp/DESCR    |   5 +++++
 devel/p5-ExtUtils-XSpp/Makefile |  23 +++++++++++++++++++++++
 devel/p5-ExtUtils-XSpp/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 3d4155f524fc -r 2f2887bcea5e devel/p5-ExtUtils-XSpp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-XSpp/DESCR      Sat Jan 16 14:06:38 2010 +0000
@@ -0,0 +1,5 @@
+XS++ is just a thin layer over plain XS, hence to use it you are supposed
+to know, at the very least, C++ and XS.
+
+This means that you will need typemaps for both the normal XS pre-processor
+xsubpp and the XS++ pre-processor xspp.
diff -r 3d4155f524fc -r 2f2887bcea5e devel/p5-ExtUtils-XSpp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-XSpp/Makefile   Sat Jan 16 14:06:38 2010 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:06:38 sno Exp $
+
+DISTNAME=      ExtUtils-XSpp-0.05
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/ExtUtils-XSpp/
+COMMENT=       XS for C++
+LICENSE=       ${PERL5_LICENSE}
+
+BUILD_DEPENDS+=        p5-Test-Base-[0-9]*:../../devel/p5-Test-Base
+BUILD_DEPENDS+=        p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         c
+PERL5_PACKLIST=                auto/ExtUtils/XSpp/.packlist
+PERL5_MODULE_TYPE=     Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3d4155f524fc -r 2f2887bcea5e devel/p5-ExtUtils-XSpp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-XSpp/distinfo   Sat Jan 16 14:06:38 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/16 14:06:38 sno Exp $
+
+SHA1 (ExtUtils-XSpp-0.05.tar.gz) = 593479da08961be6af7e74142ef9360323753cd5
+RMD160 (ExtUtils-XSpp-0.05.tar.gz) = ee76412424470b65d3616153055b328614043fa5
+Size (ExtUtils-XSpp-0.05.tar.gz) = 87209 bytes



Home | Main Index | Thread Index | Old Index