From owner-svn-ports-all@freebsd.org Thu Mar 30 21:37:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97552D24F0D; Thu, 30 Mar 2017 21:37:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72D0FAB4; Thu, 30 Mar 2017 21:37:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2ULaIic083213; Thu, 30 Mar 2017 21:36:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2ULaHVI083208; Thu, 30 Mar 2017 21:36:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703302136.v2ULaHVI083208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Mar 2017 21:36:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437330 - in head/lang: . p5-List-MoreUtils-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 21:37:34 -0000 Author: sunpoet Date: Thu Mar 30 21:36:17 2017 New Revision: 437330 URL: https://svnweb.freebsd.org/changeset/ports/437330 Log: Add p5-List-MoreUtils-XS 0.418 List::MoreUtils::XS provides compiled List::MoreUtils functions. WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ Added: head/lang/p5-List-MoreUtils-XS/ head/lang/p5-List-MoreUtils-XS/Makefile (contents, props changed) head/lang/p5-List-MoreUtils-XS/distinfo (contents, props changed) head/lang/p5-List-MoreUtils-XS/pkg-descr (contents, props changed) head/lang/p5-List-MoreUtils-XS/pkg-plist (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Mar 30 21:36:13 2017 (r437329) +++ head/lang/Makefile Thu Mar 30 21:36:17 2017 (r437330) @@ -220,6 +220,7 @@ SUBDIR += p5-JavaScript-Squish SUBDIR += p5-JavaScript-Value-Escape SUBDIR += p5-List-MoreUtils + SUBDIR += p5-List-MoreUtils-XS SUBDIR += p5-Marpa SUBDIR += p5-Marpa-PP SUBDIR += p5-Marpa-XS Added: head/lang/p5-List-MoreUtils-XS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/Makefile Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= List-MoreUtils-XS +PORTVERSION= 0.418 +CATEGORIES= lang perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Provide compiled List::MoreUtils functions + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-List-MoreUtils>=${PORTVERSION}:lang/p5-List-MoreUtils +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 502503 +BUILD_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +RUN_DEPENDS+= p5-XSLoader>=0.22:devel/p5-XSLoader +.endif + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/MoreUtils/XS/XS.so + +.include Added: head/lang/p5-List-MoreUtils-XS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/distinfo Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490900474 +SHA256 (List-MoreUtils-XS-0.418.tar.gz) = 0aa41a90337bb1ec48db50e5c73875b960685ff4dd49c26ed39dea0d52752d4f +SIZE (List-MoreUtils-XS-0.418.tar.gz) = 129838 Added: head/lang/p5-List-MoreUtils-XS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/pkg-descr Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,3 @@ +List::MoreUtils::XS provides compiled List::MoreUtils functions. + +WWW: http://search.cpan.org/dist/List-MoreUtils-XS/ Added: head/lang/p5-List-MoreUtils-XS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/p5-List-MoreUtils-XS/pkg-plist Thu Mar 30 21:36:17 2017 (r437330) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/List/MoreUtils/XS.pm +%%SITE_ARCH%%/auto/List/MoreUtils/XS/XS.so +%%PERL5_MAN3%%/List::MoreUtils::XS.3.gz