From owner-svn-ports-head@freebsd.org Thu Aug 15 18:11:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00566B193D; Thu, 15 Aug 2019 18:11:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 468ZKH5x2Vz4DQ4; Thu, 15 Aug 2019 18:11:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A2BD1C6CD; Thu, 15 Aug 2019 18:11:47 +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 x7FIBloC069947; Thu, 15 Aug 2019 18:11:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7FIBkee069943; Thu, 15 Aug 2019 18:11:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908151811.x7FIBkee069943@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, 15 Aug 2019 18:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509025 - in head/textproc: . p5-XString X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . p5-XString X-SVN-Commit-Revision: 509025 X-SVN-Commit-Repository: ports 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.29 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: Thu, 15 Aug 2019 18:11:48 -0000 Author: sunpoet Date: Thu Aug 15 18:11:46 2019 New Revision: 509025 URL: https://svnweb.freebsd.org/changeset/ports/509025 Log: Add p5-XString 0.002 XString provides the B string helpers in one isolated package. Right now only cstring and perlstring are available. WWW: https://metacpan.org/release/XString Added: head/textproc/p5-XString/ head/textproc/p5-XString/Makefile (contents, props changed) head/textproc/p5-XString/distinfo (contents, props changed) head/textproc/p5-XString/pkg-descr (contents, props changed) head/textproc/p5-XString/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Thu Aug 15 18:11:40 2019 (r509024) +++ head/textproc/Makefile Thu Aug 15 18:11:46 2019 (r509025) @@ -1112,6 +1112,7 @@ SUBDIR += p5-XML-XQL SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML + SUBDIR += p5-XString SUBDIR += p5-YAML SUBDIR += p5-YAML-LibYAML SUBDIR += p5-YAML-PP Added: head/textproc/p5-XString/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-XString/Makefile Thu Aug 15 18:11:46 2019 (r509025) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= XString +PORTVERSION= 0.002 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ATOOMIC +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Isolated String helpers from B + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= p5-Test2-Plugin-NoWarnings>=0:devel/p5-Test2-Plugin-NoWarnings \ + p5-Test2-Suite>=0:devel/p5-Test2-Suite \ + p5-Test2-Tools-Explain>=0:devel/p5-Test2-Tools-Explain + +USES= perl5 +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XString/XString.so + +.include Added: head/textproc/p5-XString/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-XString/distinfo Thu Aug 15 18:11:46 2019 (r509025) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565890308 +SHA256 (XString-0.002.tar.gz) = 260e252f7367228c9b4e43ef50c0becb04c4781de660577b3086cc106c0028c0 +SIZE (XString-0.002.tar.gz) = 17906 Added: head/textproc/p5-XString/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-XString/pkg-descr Thu Aug 15 18:11:46 2019 (r509025) @@ -0,0 +1,4 @@ +XString provides the B string helpers in one isolated package. Right now only +cstring and perlstring are available. + +WWW: https://metacpan.org/release/XString Added: head/textproc/p5-XString/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-XString/pkg-plist Thu Aug 15 18:11:46 2019 (r509025) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/XString.pm +%%SITE_ARCH%%/auto/XString/XString.so +%%PERL5_MAN3%%/XString.3.gz