From owner-svn-ports-all@freebsd.org Fri Dec 16 18:02:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E633C82EA3; Fri, 16 Dec 2016 18:02:03 +0000 (UTC) (envelope-from dvl@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 mx1.freebsd.org (Postfix) with ESMTPS id 5488E1862; Fri, 16 Dec 2016 18:02:03 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBGI22c8018150; Fri, 16 Dec 2016 18:02:02 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBGI22ws018146; Fri, 16 Dec 2016 18:02:02 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201612161802.uBGI22ws018146@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 16 Dec 2016 18:02:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428689 - head/textproc/p5-String-LCSS X-SVN-Group: ports-head 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.23 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: Fri, 16 Dec 2016 18:02:03 -0000 Author: dvl Date: Fri Dec 16 18:02:02 2016 New Revision: 428689 URL: https://svnweb.freebsd.org/changeset/ports/428689 Log: Add p5-String-LCSS 0.12, to determine the longest common substring shared by two strings Added: head/textproc/p5-String-LCSS/ head/textproc/p5-String-LCSS/Makefile (contents, props changed) head/textproc/p5-String-LCSS/distinfo (contents, props changed) head/textproc/p5-String-LCSS/pkg-descr (contents, props changed) head/textproc/p5-String-LCSS/pkg-plist (contents, props changed) Added: head/textproc/p5-String-LCSS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-LCSS/Makefile Fri Dec 16 18:02:02 2016 (r428689) @@ -0,0 +1,16 @@ +# Created by: Dan Langille +# $FreeBSD$ + +PORTNAME= String-LCSS +PORTVERSION= 0.12 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Find The Longest Common Substring of Two Strings. + +USES= perl5 +USE_PERL5= configure + +.include Added: head/textproc/p5-String-LCSS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-LCSS/distinfo Fri Dec 16 18:02:02 2016 (r428689) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481910782 +SHA256 (String-LCSS-0.12.tar.gz) = 049646e5881c0114998e589616ba9ffaeb59b1ce095d43158fd0fd6d8fe03b39 +SIZE (String-LCSS-0.12.tar.gz) = 2923 Added: head/textproc/p5-String-LCSS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-LCSS/pkg-descr Fri Dec 16 18:02:02 2016 (r428689) @@ -0,0 +1,8 @@ +String::LCSS provides the function "lcss" to ferret out the longest common +substring shared by two strings passed as arguments. undef is returned if +the susbstring length is one char or less. + +When used in an array context, lcss will returns the indexi of the match root +in the two args. + +WWW: http://search.cpan.org/dist/String-LCSS/ Added: head/textproc/p5-String-LCSS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-String-LCSS/pkg-plist Fri Dec 16 18:02:02 2016 (r428689) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/String::LCSS.3.gz +%%SITE_PERL%%/String/LCSS.pm