mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 3.7.2, install hfst.pc into correct location.
This commit is contained in:
parent
04dd8665e8
commit
32c60e5252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360757
@ -2,10 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hfst
|
||||
PORTVERSION= 3.7.1
|
||||
PORTVERSION= 3.7.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/archive
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= A toolkit for for processing natural language morphologies
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hfst-3.7.1.tar.gz) = 5a43c93ea03b6a6a64c4f94843ad9c53695e6bef80139293fb8a330e72eac4cf
|
||||
SIZE (hfst-3.7.1.tar.gz) = 3103743
|
||||
SHA256 (hfst-3.7.2.tar.gz) = fbb29553a31301b3fdb19e6b9ee0061d4ddcc340473745542a158f9132378625
|
||||
SIZE (hfst-3.7.2.tar.gz) = 3082694
|
||||
|
11
math/hfst/files/patch-libhfst-Makefile.in
Normal file
11
math/hfst/files/patch-libhfst-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- libhfst/Makefile.in.orig 2014-07-05 18:38:21.000000000 +0400
|
||||
+++ libhfst/Makefile.in 2014-07-05 18:39:40.000000000 +0400
|
||||
@@ -287,7 +287,7 @@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = src
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = hfst.pc
|
||||
all: all-recursive
|
||||
|
@ -133,9 +133,9 @@ include/hfst/parsers/pmatch_utils.h
|
||||
include/hfst/parsers/xre_utils.h
|
||||
lib/libhfst.a
|
||||
lib/libhfst.so
|
||||
lib/libhfst.so.36
|
||||
lib/libhfst.so.36.0.0
|
||||
lib/pkgconfig/hfst.pc
|
||||
lib/libhfst.so.37
|
||||
lib/libhfst.so.37.0.0
|
||||
libdata/pkgconfig/hfst.pc
|
||||
%%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.py
|
||||
%%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyc
|
||||
%%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyo
|
||||
@ -192,4 +192,4 @@ share/aclocal/hfst.m4
|
||||
@dirrm include/hfst/implementations
|
||||
@dirrm include/hfst/parsers
|
||||
@dirrm include/hfst
|
||||
@dirrmtry lib/pkgconfig
|
||||
@dirrmtry libdata/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user