From owner-svn-ports-head@freebsd.org Fri Apr 24 18:01:13 2020 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 52F342BCE58; Fri, 24 Apr 2020 18:01:13 +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 49826K0fW9z3JJq; Fri, 24 Apr 2020 18:01:13 +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 0F40B21F2A; Fri, 24 Apr 2020 18:01:13 +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 03OI1C0E053273; Fri, 24 Apr 2020 18:01:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03OI1C42053269; Fri, 24 Apr 2020 18:01:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004241801.03OI1C42053269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 24 Apr 2020 18:01:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532813 - in head/devel: . p5-PPR X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-PPR X-SVN-Commit-Revision: 532813 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: Fri, 24 Apr 2020 18:01:13 -0000 Author: sunpoet Date: Fri Apr 24 18:01:11 2020 New Revision: 532813 URL: https://svnweb.freebsd.org/changeset/ports/532813 Log: Add p5-PPR 0.000026 The PPR module provides a single regular expression that defines a set of independent subpatterns suitable for matching entire Perl documents, as well as a wide range of individual syntactic components of Perl (i.e. statements, expressions, control blocks, variables, etc.) The regex does not "parse" Perl (that is, it does not build a syntax tree, like the PPI module does). Instead it simply "recognizes" standard Perl constructs, or new syntaxes composed from Perl constructs. Its features and capabilities therefore complement those of the PPI module, rather than replacing them. See "Comparison with PPI". WWW: https://metacpan.org/release/PPR Added: head/devel/p5-PPR/ head/devel/p5-PPR/Makefile (contents, props changed) head/devel/p5-PPR/distinfo (contents, props changed) head/devel/p5-PPR/pkg-descr (contents, props changed) head/devel/p5-PPR/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 24 18:01:05 2020 (r532812) +++ head/devel/Makefile Fri Apr 24 18:01:11 2020 (r532813) @@ -2971,6 +2971,7 @@ SUBDIR += p5-POEx-Types SUBDIR += p5-POSIX-strftime-Compiler SUBDIR += p5-POSIX-strptime + SUBDIR += p5-PPR SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Package-Constants Added: head/devel/p5-PPR/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PPR/Makefile Fri Apr 24 18:01:11 2020 (r532813) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= PPR +PORTVERSION= 0.000026 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DCONWAY +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pattern-based Perl Recognizer + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/devel/p5-PPR/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PPR/distinfo Fri Apr 24 18:01:11 2020 (r532813) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587721875 +SHA256 (PPR-0.000026.tar.gz) = bdd4d6d7e9d8b687f66ac119419ee4f1ad5f4bb8cb6a4a02c7d319dcfff41c98 +SIZE (PPR-0.000026.tar.gz) = 76491 Added: head/devel/p5-PPR/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PPR/pkg-descr Fri Apr 24 18:01:11 2020 (r532813) @@ -0,0 +1,13 @@ +The PPR module provides a single regular expression that defines a set of +independent subpatterns suitable for matching entire Perl documents, as well as +a wide range of individual syntactic components of Perl (i.e. statements, +expressions, control blocks, variables, etc.) + +The regex does not "parse" Perl (that is, it does not build a syntax tree, like +the PPI module does). Instead it simply "recognizes" standard Perl constructs, +or new syntaxes composed from Perl constructs. + +Its features and capabilities therefore complement those of the PPI module, +rather than replacing them. See "Comparison with PPI". + +WWW: https://metacpan.org/release/PPR Added: head/devel/p5-PPR/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-PPR/pkg-plist Fri Apr 24 18:01:11 2020 (r532813) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/PPR.pm +%%SITE_PERL%%/PPR/X.pm +%%PERL5_MAN3%%/PPR.3.gz +%%PERL5_MAN3%%/PPR::X.3.gz