pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-CppGuess Import p5-ExtUtils-CppGuess...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a54519db695e
branches:  trunk
changeset: 610372:a54519db695e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 22 13:45:54 2012 +0000

description:
Import p5-ExtUtils-CppGuess-0.07 as devel/p5-ExtUtils-CppGuess.

ExtUtils::CppGuess attempts to guess the system's C++ compiler that
is compatible with the C compiler that your perl was built with.

It can generate the necessary options to the Module::Build constructor
or to ExtUtils::MakeMaker's WriteMakefile function.

diffstat:

 devel/p5-ExtUtils-CppGuess/DESCR    |   5 +++++
 devel/p5-ExtUtils-CppGuess/Makefile |  22 ++++++++++++++++++++++
 devel/p5-ExtUtils-CppGuess/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 1c0e494b7b3a -r a54519db695e devel/p5-ExtUtils-CppGuess/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-CppGuess/DESCR  Mon Oct 22 13:45:54 2012 +0000
@@ -0,0 +1,5 @@
+ExtUtils::CppGuess attempts to guess the system's C++ compiler that
+is compatible with the C compiler that your perl was built with.
+
+It can generate the necessary options to the Module::Build constructor
+or to ExtUtils::MakeMaker's WriteMakefile function.
diff -r 1c0e494b7b3a -r a54519db695e devel/p5-ExtUtils-CppGuess/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-CppGuess/Makefile       Mon Oct 22 13:45:54 2012 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2012/10/22 13:45:54 wiz Exp $
+
+DISTNAME=      ExtUtils-CppGuess-0.07
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~smueller/ExtUtils-CppGuess/
+COMMENT=       Perl5 module for guess C++ compiler and flags
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+#USE_LANGUAGES=                c
+PERL5_MODULE_TYPE=     Module::Build
+PERL5_PACKLIST=                auto/ExtUtils/CppGuess/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1c0e494b7b3a -r a54519db695e devel/p5-ExtUtils-CppGuess/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-CppGuess/distinfo       Mon Oct 22 13:45:54 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/22 13:45:54 wiz Exp $
+
+SHA1 (ExtUtils-CppGuess-0.07.tar.gz) = d6b64d5e39c78b092c3841def9a3b491194c817c
+RMD160 (ExtUtils-CppGuess-0.07.tar.gz) = 1f62c4662b5a0517e32690f6216ab11ca9a584bd
+Size (ExtUtils-CppGuess-0.07.tar.gz) = 7232 bytes



Home | Main Index | Thread Index | Old Index