From owner-svn-ports-all@freebsd.org Mon Feb 1 19:20:35 2021 Return-Path: Delivered-To: svn-ports-all@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 B276E532B2D; Mon, 1 Feb 2021 19:20:35 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTyTG0zcdz4bF9; Mon, 1 Feb 2021 19:20:33 +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 6B1EA207E9; Mon, 1 Feb 2021 19:20:33 +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 111JKXh1007621; Mon, 1 Feb 2021 19:20:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 111JKWis006948; Mon, 1 Feb 2021 19:20:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202102011920.111JKWis006948@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, 1 Feb 2021 19:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563612 - in head/devel: . p5-Regexp-Stringify X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Regexp-Stringify X-SVN-Commit-Revision: 563612 X-SVN-Commit-Repository: ports 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.34 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: Mon, 01 Feb 2021 19:20:35 -0000 Author: sunpoet Date: Mon Feb 1 19:20:31 2021 New Revision: 563612 URL: https://svnweb.freebsd.org/changeset/ports/563612 Log: Add p5-Regexp-Stringify 0.06 Regexp::Stringify is an alternative to Perl's default stringification of Regexp object (i.e.:"$re") and has some features/options. WWW: https://metacpan.org/release/Regexp-Stringify Added: head/devel/p5-Regexp-Stringify/ head/devel/p5-Regexp-Stringify/Makefile (contents, props changed) head/devel/p5-Regexp-Stringify/distinfo (contents, props changed) head/devel/p5-Regexp-Stringify/pkg-descr (contents, props changed) head/devel/p5-Regexp-Stringify/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 1 19:20:24 2021 (r563611) +++ head/devel/Makefile Mon Feb 1 19:20:31 2021 (r563612) @@ -3118,6 +3118,7 @@ SUBDIR += p5-Regexp-Pattern-Perl SUBDIR += p5-Regexp-RegGrp SUBDIR += p5-Regexp-Shellish + SUBDIR += p5-Regexp-Stringify SUBDIR += p5-Regexp-Subst-Parallel SUBDIR += p5-Regexp-Trie SUBDIR += p5-Religion Added: head/devel/p5-Regexp-Stringify/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Regexp-Stringify/Makefile Mon Feb 1 19:20:31 2021 (r563612) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Regexp-Stringify +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Stringify a Regexp object + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-Regexp-Stringify/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Regexp-Stringify/distinfo Mon Feb 1 19:20:31 2021 (r563612) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612101540 +SHA256 (Regexp-Stringify-0.06.tar.gz) = 7a82fe44a2658d7ccc57f51a69954719473f066bf9148396b9f49b86593b56f5 +SIZE (Regexp-Stringify-0.06.tar.gz) = 14576 Added: head/devel/p5-Regexp-Stringify/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Regexp-Stringify/pkg-descr Mon Feb 1 19:20:31 2021 (r563612) @@ -0,0 +1,4 @@ +Regexp::Stringify is an alternative to Perl's default stringification of Regexp +object (i.e.:"$re") and has some features/options. + +WWW: https://metacpan.org/release/Regexp-Stringify Added: head/devel/p5-Regexp-Stringify/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Regexp-Stringify/pkg-plist Mon Feb 1 19:20:31 2021 (r563612) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Regexp/Stringify.pm +%%PERL5_MAN3%%/Regexp::Stringify.3.gz