1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Add libexttextcat 3.2.0, language guessing by N-Gram-Based Text

Categorization.

libexttextcat is a fork of textproc/libtextcat and though conflict with it, it is a dependency of upcoming libreoffice 3.5.0
This commit is contained in:
Baptiste Daroussin 2012-01-21 20:18:52 +00:00
parent ba1a5e5dee
commit dd9c796801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289575
5 changed files with 49 additions and 0 deletions

View File

@ -351,6 +351,7 @@
SUBDIR += libcue
SUBDIR += libebml
SUBDIR += libextractor
SUBDIR += libexttextcat
SUBDIR += libkmfl
SUBDIR += liblinebreak
SUBDIR += liblingoteach

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: libexttextcat
# Date created: 2012-01-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libexttextcat
PORTVERSION= 3.2.0
CATEGORIES= textproc
MASTER_SITES= http://dev-www.libreoffice.org/src/libexttextcat/
MAINTAINER= office@FreeBSD.org
COMMENT= Language guessing by N-Gram-Based Text Categorization
LICENSE= BSD
CONFLICTS_INSTALL= libtextcat*
USE_XZ= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (libexttextcat-3.2.0.tar.xz) = 5fce7471ff644500f2ffd72e4ade0fc0d19f810d69cbe59245edb2d4cc51e105
SIZE (libexttextcat-3.2.0.tar.xz) = 864460

View File

@ -0,0 +1,5 @@
N-Gram-Based Text Categorization library to guess the language that input text
is written in. Fundamentally an adaption of of wiseguys libtextcat extended to
be UTF-8 aware.
WWW: http://cgit.freedesktop.org/libreoffice/libexttextcat/plain/README

View File

@ -0,0 +1,16 @@
%%DATADIR%%/fpdb.conf
bin/createfp
include/libexttextcat/common.h
include/libexttextcat/constants.h
include/libexttextcat/exttextcat-version.h
include/libexttextcat/fingerprint.h
include/libexttextcat/textcat.h
include/libexttextcat/utf8misc.h
lib/libexttextcat.a
lib/libexttextcat.la
lib/libexttextcat.so
lib/libexttextcat.so.0
libdata/pkgconfig/libexttextcat.pc
@dirrmtry lib/pkgconfig
@dirrmtry include/libexttextcat
@dirrmtry %%DATADIR%%