svn commit: r437330 - in head/lang: . p5-List-MoreUtils-XS
Mathieu Arnold
mat at mat.cc
Fri Mar 31 06:52:31 UTC 2017
Le 30/03/2017 à 23:36, Sunpoet Po-Chuan Hsieh a écrit :
> 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.
>
As those got extracted from List::MoreUtils, this should have been
created as a copy of it.
> 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 <sunpoet at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME= List-MoreUtils-XS
> +PORTVERSION= 0.418
> +CATEGORIES= lang perl5
> +MASTER_SITES= CPAN
> +PKGNAMEPREFIX= p5-
> +
> +MAINTAINER= sunpoet at 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 <bsd.port.pre.mk>
> +
> +.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 <bsd.port.post.mk>
>
> 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
>
>
--
Mathieu Arnold
More information about the svn-ports-head
mailing list