From owner-svn-ports-head@FreeBSD.ORG Sat May 2 16:07:20 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C48B3C13; Sat, 2 May 2015 16:07:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A6683180B; Sat, 2 May 2015 16:07:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t42G7KWe045224; Sat, 2 May 2015 16:07:20 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t42G7Jki045221; Sat, 2 May 2015 16:07:19 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201505021607.t42G7Jki045221@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 2 May 2015 16:07:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385185 - head/math/hfst X-SVN-Group: ports-head 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.20 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: Sat, 02 May 2015 16:07:20 -0000 Author: demon Date: Sat May 2 16:07:19 2015 New Revision: 385185 URL: https://svnweb.freebsd.org/changeset/ports/385185 Log: Update to version 3.8.1 Modified: head/math/hfst/Makefile head/math/hfst/distinfo head/math/hfst/pkg-plist Modified: head/math/hfst/Makefile ============================================================================== --- head/math/hfst/Makefile Sat May 2 15:54:48 2015 (r385184) +++ head/math/hfst/Makefile Sat May 2 16:07:19 2015 (r385185) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= hfst -PORTVERSION= 3.7.2 -PORTREVISION= 2 +PORTVERSION= 3.8.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME} +MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/archive MAINTAINER= demon@FreeBSD.org COMMENT= A toolkit for for processing natural language morphologies @@ -15,13 +14,13 @@ USES= libtool pkgconfig python:2 readli USE_GNOME= glib20 libxml2 USE_GCC= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-readline --with-unicode-handler=glib --enable-proc --enable-tagger --enable-xfst --enable-shuffle --enable-traverse +CONFIGURE_ARGS= --with-readline --with-unicode-handler=glib --enable-calculate --enable-edit-metadata --enable-lexc-wrapper --enable-proc --enable-tagger --enable-xfst --enable-shuffle --enable-traverse CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py USE_LDCONFIG= yes -.include +.include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 BUILD_DEPENDS+= flex>2.5.33:${PORTSDIR}/textproc/flex @@ -29,4 +28,4 @@ CONFIGURE_ENV+= LEX="${FLEX}" FLEX= ${LOCALBASE}/bin/flex .endif -.include +.include Modified: head/math/hfst/distinfo ============================================================================== --- head/math/hfst/distinfo Sat May 2 15:54:48 2015 (r385184) +++ head/math/hfst/distinfo Sat May 2 16:07:19 2015 (r385185) @@ -1,2 +1,2 @@ -SHA256 (hfst-3.7.2.tar.gz) = fbb29553a31301b3fdb19e6b9ee0061d4ddcc340473745542a158f9132378625 -SIZE (hfst-3.7.2.tar.gz) = 3082694 +SHA256 (hfst-3.8.1.tar.gz) = 56c2ec8b571385ab5aa595579840057d70dd6262f3fad4519907f6bdf6752363 +SIZE (hfst-3.8.1.tar.gz) = 3169213 Modified: head/math/hfst/pkg-plist ============================================================================== --- head/math/hfst/pkg-plist Sat May 2 15:54:48 2015 (r385184) +++ head/math/hfst/pkg-plist Sat May 2 16:07:19 2015 (r385185) @@ -1,6 +1,7 @@ bin/hfst-affix-guessify bin/hfst-apertium-proc bin/hfst-build-tagger +bin/hfst-calculate bin/hfst-compare bin/hfst-compose bin/hfst-compose-intersect @@ -23,6 +24,7 @@ bin/hfst-info bin/hfst-intersect bin/hfst-invert bin/hfst-lexc +bin/hfst-lexc-wrapper bin/hfst-lookup bin/hfst-minimise bin/hfst-minimize @@ -36,6 +38,7 @@ bin/hfst-pair-test bin/hfst-pmatch bin/hfst-pmatch2fst bin/hfst-proc +bin/hfst-proc2 bin/hfst-project bin/hfst-prune-alphabet bin/hfst-push-weights @@ -133,16 +136,18 @@ include/hfst/parsers/pmatch_utils.h include/hfst/parsers/xre_utils.h lib/libhfst.a lib/libhfst.so -lib/libhfst.so.37 -lib/libhfst.so.37.0.0 -libdata/pkgconfig/hfst.pc +lib/libhfst.so.39 +lib/libhfst.so.39.0.0 %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.py %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyc %%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyo %%PYTHON_SITELIBDIR%%/tagger_aux.py %%PYTHON_SITELIBDIR%%/tagger_aux.pyc %%PYTHON_SITELIBDIR%%/tagger_aux.pyo +libdata/pkgconfig/hfst.pc +man/man1/hfst-affix-guessify.1.gz man/man1/hfst-apertium-proc.1.gz +man/man1/hfst-build-tagger.1.gz man/man1/hfst-calculate.1.gz man/man1/hfst-compare.1.gz man/man1/hfst-compose-intersect.1.gz @@ -152,13 +157,20 @@ man/man1/hfst-conjunct.1.gz man/man1/hfst-determinise.1.gz man/man1/hfst-determinize.1.gz man/man1/hfst-disjunct.1.gz +man/man1/hfst-edit-metadata.1.gz +man/man1/hfst-expand-equivalences.1.gz man/man1/hfst-expand.1.gz +man/man1/hfst-foma-wrapper.1.gz man/man1/hfst-foma.1.gz man/man1/hfst-format.1.gz man/man1/hfst-fst2fst.1.gz man/man1/hfst-fst2strings.1.gz man/man1/hfst-fst2txt.1.gz +man/man1/hfst-grep.1.gz +man/man1/hfst-guess.1.gz +man/man1/hfst-guessify.1.gz man/man1/hfst-head.1.gz +man/man1/hfst-info.1.gz man/man1/hfst-intersect.1.gz man/man1/hfst-invert.1.gz man/man1/hfst-lexc-wrapper.1.gz @@ -167,23 +179,47 @@ man/man1/hfst-lookup.1.gz man/man1/hfst-minimise.1.gz man/man1/hfst-minimize.1.gz man/man1/hfst-minus.1.gz +man/man1/hfst-multiply.1.gz man/man1/hfst-name.1.gz +man/man1/hfst-open-input-file-for-tagger.1.gz +man/man1/hfst-optimised-lookup.1.gz +man/man1/hfst-optimized-lookup.1.gz +man/man1/hfst-pair-test.1.gz +man/man1/hfst-pmatch.1.gz +man/man1/hfst-pmatch2fst.1.gz man/man1/hfst-proc.1.gz +man/man1/hfst-proc2.1.gz man/man1/hfst-project.1.gz +man/man1/hfst-prune-alphabet.1.gz man/man1/hfst-push-weights.1.gz man/man1/hfst-regexp2fst.1.gz man/man1/hfst-remove-epsilons.1.gz man/man1/hfst-repeat.1.gz man/man1/hfst-reverse.1.gz +man/man1/hfst-reweight-tagger.1.gz +man/man1/hfst-reweight.1.gz man/man1/hfst-sfstpl2fst.1.gz +man/man1/hfst-shuffle.1.gz man/man1/hfst-split.1.gz man/man1/hfst-strings2fst.1.gz man/man1/hfst-substitute.1.gz man/man1/hfst-subtract.1.gz man/man1/hfst-summarise.1.gz man/man1/hfst-summarize.1.gz +man/man1/hfst-tag.1.gz man/man1/hfst-tail.1.gz +man/man1/hfst-train-tagger-loc.1.gz +man/man1/hfst-train-tagger-system.1.gz +man/man1/hfst-train-tagger.1.gz +man/man1/hfst-traverse.1.gz +man/man1/hfst-twolc-loc.1.gz +man/man1/hfst-twolc-system.1.gz +man/man1/hfst-twolc.1.gz man/man1/hfst-txt2fst.1.gz man/man1/hfst-union.1.gz man/man1/hfst-xfst.1.gz +man/man1/hfst_tagger_compute_data_statistics.py.1.gz +man/man1/htwolcpre1.1.gz +man/man1/htwolcpre2.1.gz +man/man1/htwolcpre3.1.gz share/aclocal/hfst.m4