From owner-svn-ports-head@freebsd.org Fri Jun 15 04:11:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 336B41012F17; Fri, 15 Jun 2018 04:11:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDEEB75F83; Fri, 15 Jun 2018 04:11:28 +0000 (UTC) (envelope-from yuri@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 A5AB0125D2; Fri, 15 Jun 2018 04:11:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5F4BS0K030743; Fri, 15 Jun 2018 04:11:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5F4BRuN030463; Fri, 15 Jun 2018 04:11:27 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806150411.w5F4BRuN030463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 15 Jun 2018 04:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472423 - in head/textproc: . py-gensim X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-gensim X-SVN-Commit-Revision: 472423 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.26 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, 15 Jun 2018 04:11:29 -0000 Author: yuri Date: Fri Jun 15 04:11:27 2018 New Revision: 472423 URL: https://svnweb.freebsd.org/changeset/ports/472423 Log: New port: textproc/py-gensim: Python framework for fast Vector Space Modelling Added: head/textproc/py-gensim/ head/textproc/py-gensim/Makefile (contents, props changed) head/textproc/py-gensim/distinfo (contents, props changed) head/textproc/py-gensim/pkg-descr (contents, props changed) head/textproc/py-gensim/pkg-message (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Jun 15 03:44:17 2018 (r472422) +++ head/textproc/Makefile Fri Jun 15 04:11:27 2018 (r472423) @@ -1307,6 +1307,7 @@ SUBDIR += py-feedparser SUBDIR += py-gambit-elasticsearch SUBDIR += py-genshi + SUBDIR += py-gensim SUBDIR += py-gfm SUBDIR += py-guess-language SUBDIR += py-hexdump Added: head/textproc/py-gensim/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-gensim/Makefile Fri Jun 15 04:11:27 2018 (r472423) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= gensim +DISTVERSION= 3.4.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python framework for fast Vector Space Modelling + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.18.1:science/py-scipy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.5.0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}smart_open>=1.2.1:net/py-smart_open@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/textproc/py-gensim/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-gensim/distinfo Fri Jun 15 04:11:27 2018 (r472423) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529032423 +SHA256 (gensim-3.4.0.tar.gz) = 05844c82c7c176449218fd3fc31e55e5d8b3fae460f261b11231f4c8ef2ed5e0 +SIZE (gensim-3.4.0.tar.gz) = 22175027 Added: head/textproc/py-gensim/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-gensim/pkg-descr Fri Jun 15 04:11:27 2018 (r472423) @@ -0,0 +1,21 @@ +Gensim is a Python library for topic modelling, document indexing and similarity +retrieval with large corpora. Target audience is the natural language processing +(NLP) and information retrieval (IR) community. + +Features: +* All algorithms are memory-independent w.r.t. the corpus size (can process + input larger than RAM, streamed, out-of-core), +* Intuitive interfaces + * easy to plug in your own input corpus/datastream (trivial streaming API) + * easy to extend with other Vector Space algorithms (trivial transformation + API) +* Efficient multicore implementations of popular algorithms, such as online + Latent Semantic Analysis (LSA/LSI/SVD), Latent Dirichlet Allocation (LDA), + Random Projections (RP), Hierarchical Dirichlet Process (HDP) or word2vec deep + learning. +* Distributed computing: can run Latent Semantic Analysis and Latent Dirichlet + Allocation on a cluster of computers. +* Extensive documentation and Jupyter Notebook tutorials. + + +WWW: https://radimrehurek.com/gensim/ Added: head/textproc/py-gensim/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-gensim/pkg-message Fri Jun 15 04:11:27 2018 (r472423) @@ -0,0 +1,3 @@ +If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed.. + +In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.