Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Alien-CPP (devel/p5-Test-Alien-CPP) impo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55c971395d5f
branches:  trunk
changeset: 437907:55c971395d5f
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Sep 02 23:42:06 2020 +0000

description:
(devel/p5-Test-Alien-CPP) import p5-Test-Alien-CPP-1.02

This module works exactly like Test::Alien except that it supports
C++. All functions like alien_ok, etc that are exported by Test::Alien
are exported by this module. The only difference is that xs_ok injects
C++ support before delegating to Test::Alien

diffstat:

 devel/p5-Test-Alien-CPP/DESCR    |   4 ++++
 devel/p5-Test-Alien-CPP/Makefile |  18 ++++++++++++++++++
 devel/p5-Test-Alien-CPP/PLIST    |   4 ++++
 devel/p5-Test-Alien-CPP/distinfo |   6 ++++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 3295f0a98823 -r 55c971395d5f devel/p5-Test-Alien-CPP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Alien-CPP/DESCR     Wed Sep 02 23:42:06 2020 +0000
@@ -0,0 +1,4 @@
+This module works exactly like Test::Alien except that it supports
+C++. All functions like alien_ok, etc that are exported by Test::Alien
+are exported by this module. The only difference is that xs_ok injects
+C++ support before delegating to Test::Alien
diff -r 3295f0a98823 -r 55c971395d5f devel/p5-Test-Alien-CPP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Alien-CPP/Makefile  Wed Sep 02 23:42:06 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/09/02 23:42:06 mef Exp $
+
+DISTNAME=      Test-Alien-CPP-1.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/
+COMMENT=       Testing tools for Alien modules for projects that use C++
+LICENSE=       ${PERL5_LICENSE}
+
+TEST_DEPENDS+= p5-ExtUtils-CppGuess-[0-9]*:../../devel/p5-ExtUtils-CppGuess
+
+PERL5_PACKLIST=        auto/Test/Alien/CPP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3295f0a98823 -r 55c971395d5f devel/p5-Test-Alien-CPP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Alien-CPP/PLIST     Wed Sep 02 23:42:06 2020 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/02 23:42:06 mef Exp $
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff -r 3295f0a98823 -r 55c971395d5f devel/p5-Test-Alien-CPP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Alien-CPP/distinfo  Wed Sep 02 23:42:06 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/02 23:42:06 mef Exp $
+
+SHA1 (Test-Alien-CPP-1.02.tar.gz) = 004849407c66b72ee685f87b963516f94b030dc4
+RMD160 (Test-Alien-CPP-1.02.tar.gz) = 41b2bdf6089b6b1da46d8dfe91983c57d40bfb24
+SHA512 (Test-Alien-CPP-1.02.tar.gz) = bf39c7618025f19af9cb10dfd87cb4f87ff30e611a0ec960df4aee717c999d9004ab3cd58705e90fde58647e05ae3a614cc4322f1bc200b1fd0be28a43954c24
+Size (Test-Alien-CPP-1.02.tar.gz) = 15862 bytes



Home | Main Index | Thread Index | Old Index