Date: Fri, 7 Dec 2018 23:30:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486901 - in head/textproc: . libfolia Message-ID: <201812072330.wB7NUAPo090270@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812072330.wB7NUAPo090270>