Date: Fri, 8 May 2015 20:22:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385825 - head/devel/p5-ExtUtils-CChecker Message-ID: <201505082022.t48KMPlj084051@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri May 8 20:22:25 2015 New Revision: 385825 URL: https://svnweb.freebsd.org/changeset/ports/385825 Log: - Update to 0.09 - Add LICENSE - Remove DOCS option - Update pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/ExtUtils-CChecker/Changes Modified: head/devel/p5-ExtUtils-CChecker/Makefile head/devel/p5-ExtUtils-CChecker/distinfo head/devel/p5-ExtUtils-CChecker/pkg-descr Modified: head/devel/p5-ExtUtils-CChecker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-CChecker/Makefile Fri May 8 20:22:19 2015 (r385824) +++ head/devel/p5-ExtUtils-CChecker/Makefile Fri May 8 20:22:25 2015 (r385825) @@ -2,24 +2,20 @@ # $FreeBSD$ PORTNAME= ExtUtils-CChecker -PORTVERSION= 0.08 -PORTREVISION= 1 +PORTVERSION= 0.09 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configure-time utilities for using C headers, libraries, OS features +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal -USES= perl5 USE_PERL5= configure - -PORTDOCS= Changes README - -post-install: - @${INSTALL} -d ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} +USES= perl5 .include <bsd.port.mk> Modified: head/devel/p5-ExtUtils-CChecker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-CChecker/distinfo Fri May 8 20:22:19 2015 (r385824) +++ head/devel/p5-ExtUtils-CChecker/distinfo Fri May 8 20:22:25 2015 (r385825) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-CChecker-0.08.tar.gz) = 3425f08ad04f434e8b0294aa51fea0710381c4397e121074aaf666b1f281b107 -SIZE (ExtUtils-CChecker-0.08.tar.gz) = 20865 +SHA256 (ExtUtils-CChecker-0.09.tar.gz) = ebf167e3f98b4b1ff8e7a5e98d084558b87d0b19442f5da33233ef6b2eb66ad7 +SIZE (ExtUtils-CChecker-0.09.tar.gz) = 21237 Modified: head/devel/p5-ExtUtils-CChecker/pkg-descr ============================================================================== --- head/devel/p5-ExtUtils-CChecker/pkg-descr Fri May 8 20:22:19 2015 (r385824) +++ head/devel/p5-ExtUtils-CChecker/pkg-descr Fri May 8 20:22:25 2015 (r385825) @@ -1,10 +1,14 @@ -Often Perl modules are written to wrap functionallity found in existing -C headers, libraries, or to use OS-specific features. It is useful in -the Build.PL or Makefile.PL file to check for the existance of these -requirements before attempting to actually build the module. +Often Perl modules are written to wrap functionality found in existing C +headers, libraries, or to use OS-specific features. It is useful in the Build.PL +or Makefile.PL file to check for the existance of these requirements before +attempting to actually build the module. -Objects in this class provide an extension around ExtUtils::CBuilder to -simplify the creation of a .c file, compiling, linking and running it, -to test if a certain feature is present. +Objects in this class provide an extension around ExtUtils::CBuilder to simplify +the creation of a .c file, compiling, linking and running it, to test if a +certain feature is present. + +It may also be necessary to search for the correct library to link against, or +for the right include directories to find header files in. This class also +provides assistance here. WWW: http://search.cpan.org/dist/ExtUtils-CChecker/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505082022.t48KMPlj084051>