From owner-svn-ports-head@freebsd.org Fri Feb 26 12:27:54 2021 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 E6737560706; Fri, 26 Feb 2021 12:27:54 +0000 (UTC) (envelope-from rhurlin@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 4Dn87Z5hLVz3ktJ; Fri, 26 Feb 2021 12:27:54 +0000 (UTC) (envelope-from rhurlin@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 5B18626E1; Fri, 26 Feb 2021 12:27:54 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11QCRsuf041064; Fri, 26 Feb 2021 12:27:54 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11QCRrFT041061; Fri, 26 Feb 2021 12:27:53 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202102261227.11QCRrFT041061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Fri, 26 Feb 2021 12:27:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566600 - in head/textproc: . py-textdistance X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/textproc: . py-textdistance X-SVN-Commit-Revision: 566600 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.34 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, 26 Feb 2021 12:27:55 -0000 Author: rhurlin Date: Fri Feb 26 12:27:53 2021 New Revision: 566600 URL: https://svnweb.freebsd.org/changeset/ports/566600 Log: New port: textproc/py-textdistance: Comparing distance between two or more sequences by many algorithms https://github.com/life4/textdistance Added: head/textproc/py-textdistance/ head/textproc/py-textdistance/Makefile (contents, props changed) head/textproc/py-textdistance/distinfo (contents, props changed) head/textproc/py-textdistance/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Feb 26 12:13:12 2021 (r566599) +++ head/textproc/Makefile Fri Feb 26 12:27:53 2021 (r566600) @@ -1427,6 +1427,7 @@ SUBDIR += py-tabletext SUBDIR += py-tablib SUBDIR += py-terminaltables + SUBDIR += py-textdistance SUBDIR += py-textfsm SUBDIR += py-texttable SUBDIR += py-three-merge Added: head/textproc/py-textdistance/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-textdistance/Makefile Fri Feb 26 12:27:53 2021 (r566600) @@ -0,0 +1,23 @@ +# Created by: Rainer Hurling +# $FreeBSD$ + +PORTNAME= textdistance +PORTVERSION= 4.2.1 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rhurlin@FreeBSD.org +COMMENT= Comparing distance between two or more sequences by many algorithms + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/textproc/py-textdistance/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-textdistance/distinfo Fri Feb 26 12:27:53 2021 (r566600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614339534 +SHA256 (textdistance-4.2.1.tar.gz) = 46f8df3b26c7f319ab500b417047f61b85c2dd221781cb02f6c9136e5f1c9284 +SIZE (textdistance-4.2.1.tar.gz) = 28950 Added: head/textproc/py-textdistance/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-textdistance/pkg-descr Fri Feb 26 12:27:53 2021 (r566600) @@ -0,0 +1,12 @@ +TextDistance -- python library for comparing distance between two or +more sequences by many algorithms. + +Features: +- 30+ algorithms +- Pure python implementation +- Simple usage +- More than two sequences comparing +- Some algorithms have more than one implementation in one class +- Optional numpy usage for maximum speed + +WWW: https://github.com/life4/textdistance