From owner-svn-ports-head@freebsd.org Fri Sep 27 17:41:17 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 BE40F128A6D; Fri, 27 Sep 2019 17:41:17 +0000 (UTC) (envelope-from danfe@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 46fzcF4bFqz45Sn; Fri, 27 Sep 2019 17:41:17 +0000 (UTC) (envelope-from danfe@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 81EA81C6CF; Fri, 27 Sep 2019 17:41:17 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8RHfHiB085969; Fri, 27 Sep 2019 17:41:17 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8RHfGYe085962; Fri, 27 Sep 2019 17:41:16 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201909271741.x8RHfGYe085962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 27 Sep 2019 17:41:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513049 - in head/textproc: . p5-Text-Locus X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/textproc: . p5-Text-Locus X-SVN-Commit-Revision: 513049 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, 27 Sep 2019 17:41:17 -0000 Author: danfe Date: Fri Sep 27 17:41:16 2019 New Revision: 513049 URL: https://svnweb.freebsd.org/changeset/ports/513049 Log: Text::Locus provides a class for representing locations in text files. Submitted by: Zeus Panchenko Added: head/textproc/p5-Text-Locus/ head/textproc/p5-Text-Locus/Makefile (contents, props changed) head/textproc/p5-Text-Locus/distinfo (contents, props changed) head/textproc/p5-Text-Locus/pkg-descr (contents, props changed) head/textproc/p5-Text-Locus/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Sep 27 17:32:09 2019 (r513048) +++ head/textproc/Makefile Fri Sep 27 17:41:16 2019 (r513049) @@ -872,6 +872,7 @@ SUBDIR += p5-Text-Hyphen SUBDIR += p5-Text-LTSV SUBDIR += p5-Text-Language-Guess + SUBDIR += p5-Text-Locus SUBDIR += p5-Text-Lorem SUBDIR += p5-Text-Markdown SUBDIR += p5-Text-MarkdownTable Added: head/textproc/p5-Text-Locus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Locus/Makefile Fri Sep 27 17:41:16 2019 (r513049) @@ -0,0 +1,22 @@ +# Created by: Zeus Panchenko +# $FreeBSD$ + +PORTNAME= Text-Locus +PORTVERSION= 1.01 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Class for representing locations in text files + +LICENSE= GPLv3+ + +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include Added: head/textproc/p5-Text-Locus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Locus/distinfo Fri Sep 27 17:41:16 2019 (r513049) @@ -0,0 +1,3 @@ +TIMESTAMP = 1531114152 +SHA256 (Text-Locus-1.01.tar.gz) = 34d3918126d885023d0179590c5757da85468c598ee55ba64c23380c7a8142f9 +SIZE (Text-Locus-1.01.tar.gz) = 17136 Added: head/textproc/p5-Text-Locus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Locus/pkg-descr Fri Sep 27 17:41:16 2019 (r513049) @@ -0,0 +1,9 @@ +Text::Locus provides a class for representing locations in text files. +A simple location consists of file name and line number, e.g. file:10. +In its more complex form, the location represents a text fragment +spanning several lines, such as file:10-45. Such a fragment need not +be contiguous, a valid location can also look like this: +file:10-35,40-48. Moreover, it can span multiple files as well: +foo:10-35,40-48;bar:15,18. + +WWW: https://metacpan.org/release/Text-Locus Added: head/textproc/p5-Text-Locus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Locus/pkg-plist Fri Sep 27 17:41:16 2019 (r513049) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Locus.pm +%%PERL5_MAN3%%/Text::Locus.3.gz