From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:51:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9938020E; Wed, 27 Nov 2013 19:51:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 888832465; Wed, 27 Nov 2013 19:51:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJpdmG014064; Wed, 27 Nov 2013 19:51:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJpcY8014059; Wed, 27 Nov 2013 19:51:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271951.rARJpcY8014059@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 19:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335051 - in head/devel: . p5-Module-Build-XSUtil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 19:51:39 -0000 Author: sunpoet Date: Wed Nov 27 19:51:38 2013 New Revision: 335051 URL: http://svnweb.freebsd.org/changeset/ports/335051 Log: - Add p5-Module-Build-XSUtil 0.05 Module::Build::XSUtil is subclass of Module::Build for support building XS modules. WWW: http://search.cpan.org/dist/Module-Build-XSUtil/ Added: head/devel/p5-Module-Build-XSUtil/ head/devel/p5-Module-Build-XSUtil/Makefile (contents, props changed) head/devel/p5-Module-Build-XSUtil/distinfo (contents, props changed) head/devel/p5-Module-Build-XSUtil/pkg-descr (contents, props changed) head/devel/p5-Module-Build-XSUtil/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 19:49:54 2013 (r335050) +++ head/devel/Makefile Wed Nov 27 19:51:38 2013 (r335051) @@ -2270,6 +2270,7 @@ SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Tiny + SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps Added: head/devel/p5-Module-Build-XSUtil/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/Makefile Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,31 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Module-Build-XSUtil +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module::Build class for building XS modules + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Devel-CheckCompiler>=0.02:${PORTSDIR}/devel/p5-Devel-CheckCompiler +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ + p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort +RUN_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Module-Build-XSUtil/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/distinfo Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,2 @@ +SHA256 (Module-Build-XSUtil-0.05.tar.gz) = 69c203b52943b789271e7496f82abeb443efd358a3379e66466f5b8fdeda9c66 +SIZE (Module-Build-XSUtil-0.05.tar.gz) = 12775 Added: head/devel/p5-Module-Build-XSUtil/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/pkg-descr Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,4 @@ +Module::Build::XSUtil is subclass of Module::Build for support building XS +modules. + +WWW: http://search.cpan.org/dist/Module-Build-XSUtil/ Added: head/devel/p5-Module-Build-XSUtil/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/pkg-plist Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Module/Build/XSUtil.pm +%%PERL5_MAN3%%/Module::Build::XSUtil.3.gz +@dirrmtry %%SITE_PERL%%/Module/Build +@dirrmtry %%SITE_PERL%%/Module