From owner-svn-ports-head@freebsd.org Mon Mar 14 15:09:25 2016 Return-Path: Delivered-To: svn-ports-head@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 C775CACF4D8; Mon, 14 Mar 2016 15:09:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 A350EBB0; Mon, 14 Mar 2016 15:09:25 +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 u2EF9Oln017962; Mon, 14 Mar 2016 15:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2EF9Omx017957; Mon, 14 Mar 2016 15:09:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603141509.u2EF9Omx017957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 14 Mar 2016 15:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411082 - in head/devel: . p5-List-SomeUtils-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-head@freebsd.org X-Mailman-Version: 2.1.21 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: Mon, 14 Mar 2016 15:09:26 -0000 Author: sunpoet Date: Mon Mar 14 15:09:24 2016 New Revision: 411082 URL: https://svnweb.freebsd.org/changeset/ports/411082 Log: - Add p5-List-SomeUtils-XS 0.51 List::SomeUtils::XS is XS implementation for List::SomeUtils. WWW: http://search.cpan.org/dist/List-SomeUtils-XS/ Added: head/devel/p5-List-SomeUtils-XS/ head/devel/p5-List-SomeUtils-XS/Makefile (contents, props changed) head/devel/p5-List-SomeUtils-XS/distinfo (contents, props changed) head/devel/p5-List-SomeUtils-XS/pkg-descr (contents, props changed) head/devel/p5-List-SomeUtils-XS/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 14 15:07:34 2016 (r411081) +++ head/devel/Makefile Mon Mar 14 15:09:24 2016 (r411082) @@ -2520,6 +2520,7 @@ SUBDIR += p5-List-Permutor SUBDIR += p5-List-PowerSet SUBDIR += p5-List-Rotation-Cycle + SUBDIR += p5-List-SomeUtils-XS SUBDIR += p5-List-Uniq SUBDIR += p5-List-UtilsBy SUBDIR += p5-Locale-Maketext Added: head/devel/p5-List-SomeUtils-XS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-SomeUtils-XS/Makefile Mon Mar 14 15:09:24 2016 (r411082) @@ -0,0 +1,25 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= List-SomeUtils-XS +PORTVERSION= 0.51 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= XS implementation for List::SomeUtils + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-Warnings>=0.006:${PORTSDIR}/devel/p5-Test-Warnings + +USE_PERL5= configure +USES= perl5 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/SomeUtils/XS/XS.so + +.include Added: head/devel/p5-List-SomeUtils-XS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-SomeUtils-XS/distinfo Mon Mar 14 15:09:24 2016 (r411082) @@ -0,0 +1,2 @@ +SHA256 (List-SomeUtils-XS-0.51.tar.gz) = 64cdf8172568fe4fa689f01c83b54d2471ff7f293ec3d71ba83153204a90550e +SIZE (List-SomeUtils-XS-0.51.tar.gz) = 88420 Added: head/devel/p5-List-SomeUtils-XS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-SomeUtils-XS/pkg-descr Mon Mar 14 15:09:24 2016 (r411082) @@ -0,0 +1,3 @@ +List::SomeUtils::XS is XS implementation for List::SomeUtils. + +WWW: http://search.cpan.org/dist/List-SomeUtils-XS/ Added: head/devel/p5-List-SomeUtils-XS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-List-SomeUtils-XS/pkg-plist Mon Mar 14 15:09:24 2016 (r411082) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/List/SomeUtils/XS.pm +%%SITE_ARCH%%/auto/List/SomeUtils/XS/XS.so +%%PERL5_MAN3%%/List::SomeUtils::XS.3.gz