pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Alien-CPP



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep  2 23:42:06 UTC 2020

Added Files:
        pkgsrc/devel/p5-Test-Alien-CPP: DESCR Makefile PLIST distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-Alien-CPP/DESCR \
    pkgsrc/devel/p5-Test-Alien-CPP/Makefile \
    pkgsrc/devel/p5-Test-Alien-CPP/PLIST \
    pkgsrc/devel/p5-Test-Alien-CPP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Test-Alien-CPP/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-Alien-CPP/DESCR:1.1
--- /dev/null   Wed Sep  2 23:42:06 2020
+++ pkgsrc/devel/p5-Test-Alien-CPP/DESCR        Wed Sep  2 23:42:06 2020
@@ -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
Index: pkgsrc/devel/p5-Test-Alien-CPP/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-Alien-CPP/Makefile:1.1
--- /dev/null   Wed Sep  2 23:42:06 2020
+++ pkgsrc/devel/p5-Test-Alien-CPP/Makefile     Wed Sep  2 23:42:06 2020
@@ -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"
Index: pkgsrc/devel/p5-Test-Alien-CPP/PLIST
diff -u /dev/null pkgsrc/devel/p5-Test-Alien-CPP/PLIST:1.1
--- /dev/null   Wed Sep  2 23:42:06 2020
+++ pkgsrc/devel/p5-Test-Alien-CPP/PLIST        Wed Sep  2 23:42:06 2020
@@ -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"
Index: pkgsrc/devel/p5-Test-Alien-CPP/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-Alien-CPP/distinfo:1.1
--- /dev/null   Wed Sep  2 23:42:06 2020
+++ pkgsrc/devel/p5-Test-Alien-CPP/distinfo     Wed Sep  2 23:42:06 2020
@@ -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