From owner-svn-ports-head@freebsd.org Fri Dec 7 23:30:12 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 743D71323B13; Fri, 7 Dec 2018 23:30:12 +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 137147CC81; Fri, 7 Dec 2018 23:30:12 +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 E47E119DD1; Fri, 7 Dec 2018 23:30:11 +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 wB7NUBBZ090275; Fri, 7 Dec 2018 23:30:11 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB7NUAPo090270; Fri, 7 Dec 2018 23:30:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812072330.wB7NUAPo090270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 23:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486901 - in head/textproc: . libfolia X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . libfolia X-SVN-Commit-Revision: 486901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 137147CC81 X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0] X-Rspamd-Server: mx1.freebsd.org 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, 07 Dec 2018 23:30:12 -0000 Author: yuri Date: Fri Dec 7 23:30:10 2018 New Revision: 486901 URL: https://svnweb.freebsd.org/changeset/ports/486901 Log: New port: textproc/libfolia: Library for FoLiA, a format for annotated language resources Added: head/textproc/libfolia/ head/textproc/libfolia/Makefile (contents, props changed) head/textproc/libfolia/distinfo (contents, props changed) head/textproc/libfolia/pkg-descr (contents, props changed) head/textproc/libfolia/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Dec 7 23:28:11 2018 (r486900) +++ head/textproc/Makefile Fri Dec 7 23:30:10 2018 (r486901) @@ -422,6 +422,7 @@ SUBDIR += libexttextcat SUBDIR += libflate SUBDIR += libfo + SUBDIR += libfolia SUBDIR += libgepub SUBDIR += libguess SUBDIR += libkmfl Added: head/textproc/libfolia/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/Makefile Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libfolia +DISTVERSIONPREFIX= v +DISTVERSION= 1.15 +CATEGORIES= textproc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for FoLiA, a format for annotated language resources + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive +LIB_DEPENDS= libicui18n.so:devel/icu \ + libomp.so:devel/openmp \ + libticcutils.so:devel/ticcutils + +USES= autoreconf gmake gnome libtool pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +GH_ACCOUNT= LanguageMachines +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +INSTALL_TARGET= install-strip + +.include Added: head/textproc/libfolia/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/distinfo Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544205030 +SHA256 (LanguageMachines-libfolia-v1.15_GH0.tar.gz) = 6a045dff386663ef6cd634cb15b6898e1e9ebe214430aff443edd96344d3c0bf +SIZE (LanguageMachines-libfolia-v1.15_GH0.tar.gz) = 104934 Added: head/textproc/libfolia/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/pkg-descr Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,9 @@ +FoLiA is an XML-based annotation format, suitable for the representation of +linguistically annotated language resources. FoLiA's intended use is as a format +for storing and/or exchanging language resources, including corpora. Our aim is +to introduce a single rich format that can accomodate a wide variety of +linguistic annotation types through a single generalised paradigm. We do not +commit to any label set, language or linguistic theory. This is always left to +the developer of the language resource, and provides maximum flexibility. + +WWW: https://proycon.github.io/folia/ Added: head/textproc/libfolia/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libfolia/pkg-plist Fri Dec 7 23:30:10 2018 (r486901) @@ -0,0 +1,14 @@ +bin/foliadiff.sh +bin/folialint +include/libfolia/folia.h +include/libfolia/folia_builder.h +include/libfolia/folia_document.h +include/libfolia/folia_impl.h +include/libfolia/folia_processor.h +include/libfolia/folia_properties.h +include/libfolia/folia_types.h +include/libfolia/folia_utils.h +lib/libfolia.so +lib/libfolia.so.9 +lib/libfolia.so.9.0.0 +libdata/pkgconfig/folia.pc