Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2017 13:56:46 +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: r434870 - in head/devel: . p5-List-UtilsBy-XS
Message-ID:  <201702261356.v1QDukuN032070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 26 13:56:46 2017
New Revision: 434870
URL: https://svnweb.freebsd.org/changeset/ports/434870

Log:
  Add p5-List-UtilsBy-XS 0.05
  
  List::UtilsBy::XS is XS implementation of List::UtilsBy. Functions are more
  fast than original ones.
  
  WWW: http://search.cpan.org/dist/List-UtilsBy-XS/

Added:
  head/devel/p5-List-UtilsBy-XS/
  head/devel/p5-List-UtilsBy-XS/Makefile   (contents, props changed)
  head/devel/p5-List-UtilsBy-XS/distinfo   (contents, props changed)
  head/devel/p5-List-UtilsBy-XS/pkg-descr   (contents, props changed)
  head/devel/p5-List-UtilsBy-XS/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb 26 13:51:27 2017	(r434869)
+++ head/devel/Makefile	Sun Feb 26 13:56:46 2017	(r434870)
@@ -2656,6 +2656,7 @@
     SUBDIR += p5-List-SomeUtils-XS
     SUBDIR += p5-List-Uniq
     SUBDIR += p5-List-UtilsBy
+    SUBDIR += p5-List-UtilsBy-XS
     SUBDIR += p5-Locale-Maketext
     SUBDIR += p5-Locale-Maketext-Fuzzy
     SUBDIR += p5-Locale-Maketext-Gettext

Added: head/devel/p5-List-UtilsBy-XS/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-UtilsBy-XS/Makefile	Sun Feb 26 13:56:46 2017	(r434870)
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	List-UtilsBy-XS
+PORTVERSION=	0.05
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	XS implementation of List::UtilsBy
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-Module-Build-XSUtil>=0.02:devel/p5-Module-Build-XSUtil
+
+USE_PERL5=	modbuild
+USES=		perl5
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/UtilsBy/XS/XS.so
+
+.include <bsd.port.mk>

Added: head/devel/p5-List-UtilsBy-XS/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-UtilsBy-XS/distinfo	Sun Feb 26 13:56:46 2017	(r434870)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1487995893
+SHA256 (List-UtilsBy-XS-0.05.tar.gz) = b724fc246318484f267e37a4dbb07be858a0f674e068e0c419da74ae5465b424
+SIZE (List-UtilsBy-XS-0.05.tar.gz) = 17267

Added: head/devel/p5-List-UtilsBy-XS/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-UtilsBy-XS/pkg-descr	Sun Feb 26 13:56:46 2017	(r434870)
@@ -0,0 +1,4 @@
+List::UtilsBy::XS is XS implementation of List::UtilsBy. Functions are more
+fast than original ones.
+
+WWW: http://search.cpan.org/dist/List-UtilsBy-XS/

Added: head/devel/p5-List-UtilsBy-XS/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-UtilsBy-XS/pkg-plist	Sun Feb 26 13:56:46 2017	(r434870)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/List/UtilsBy/XS.pm
+%%SITE_ARCH%%/auto/List/UtilsBy/XS/XS.so
+%%PERL5_MAN3%%/List::UtilsBy::XS.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702261356.v1QDukuN032070>