math/timbl: Update 6.4.2 -> 6.4.13
This commit is contained in:
parent
74a3085eae
commit
63ea6c9f93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486903
@ -2,22 +2,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= timbl
|
||||
PORTVERSION= 6.4.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.4.13
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Tilburg Memory Based Learner
|
||||
|
||||
LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libomp.so:devel/openmp \
|
||||
libticcutils.so:devel/ticcutils
|
||||
|
||||
USES= autoreconf gmake gnome libtool pathfix pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= LanguageMachines
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's#doc/@PACKAGE@/examples#examples/@PACKAGE@#' ${WRKSRC}/demos/Makefile.in
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (timbl-6.4.2.tar.gz) = a10075f0406032fd9e1c3ee4e56fb66bc056284505ca54ac4890ff065ec4c7e8
|
||||
SIZE (timbl-6.4.2.tar.gz) = 548063
|
||||
TIMESTAMP = 1544226148
|
||||
SHA256 (LanguageMachines-timbl-v6.4.13_GH0.tar.gz) = 0e8acd112e9118af683e312242a01d5960f333c32b73fc6185a1c7d1984d56ca
|
||||
SIZE (LanguageMachines-timbl-v6.4.13_GH0.tar.gz) = 1093242
|
||||
|
@ -1,14 +1,10 @@
|
||||
bin/timbl
|
||||
man/man1/timbl.1.gz
|
||||
include/timbl/BestArray.h
|
||||
include/timbl/Choppers.h
|
||||
include/timbl/CommandLine.h
|
||||
include/timbl/Common.h
|
||||
include/timbl/GetOptClass.h
|
||||
include/timbl/IBtree.h
|
||||
include/timbl/Instance.h
|
||||
include/timbl/LogBuffer.h
|
||||
include/timbl/LogStream.h
|
||||
include/timbl/MBLClass.h
|
||||
include/timbl/Matrices.h
|
||||
include/timbl/Metrics.h
|
||||
@ -19,22 +15,10 @@ include/timbl/StringOps.h
|
||||
include/timbl/Testers.h
|
||||
include/timbl/TimblAPI.h
|
||||
include/timbl/TimblExperiment.h
|
||||
include/timbl/Tree.h
|
||||
include/timbl/Trie.h
|
||||
include/timbl/Types.h
|
||||
include/timbl/XMLtools.h
|
||||
include/timbl/neighborSet.h
|
||||
lib/libtimbl.a
|
||||
lib/libtimbl.so
|
||||
lib/libtimbl.so.3
|
||||
lib/libtimbl.so.3.0.0
|
||||
lib/libtimbl.so.4
|
||||
lib/libtimbl.so.4.0.1
|
||||
libdata/pkgconfig/timbl.pc
|
||||
%%EXAMPLESDIR%%/cross_val.test
|
||||
%%EXAMPLESDIR%%/dimin.script
|
||||
%%EXAMPLESDIR%%/dimin.test
|
||||
%%EXAMPLESDIR%%/dimin.train
|
||||
%%EXAMPLESDIR%%/small_1.train
|
||||
%%EXAMPLESDIR%%/small_2.train
|
||||
%%EXAMPLESDIR%%/small_3.train
|
||||
%%EXAMPLESDIR%%/small_4.train
|
||||
%%EXAMPLESDIR%%/small_5.train
|
||||
man/man1/timbl.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user