mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
textproc/lttoolbox: Update version 3.3.3=>3.5.1
- Change MASTER_SITES to GITHUB - Take MAINTAINERSHIP as this is trivial for texrtproc/apertium PR: 244084 Approved by: i@levsha.me
This commit is contained in:
parent
487e4924b2
commit
bfaecc351f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526025
@ -3,22 +3,25 @@
|
||||
|
||||
PORTNAME= lttoolbox
|
||||
PORTVERSION= ${APVER}.${APREV}
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/apertium/${PORTNAME}/${APVER}
|
||||
|
||||
MAINTAINER= i@levsha.me
|
||||
MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= Tool for lexical, morphological analysis and generation of words
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
|
||||
APVER= 3.3
|
||||
APREV= 3
|
||||
USES= autoreconf libtool pathfix pkgconfig
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
APVER= 3.5
|
||||
APREV= 1
|
||||
GH_ACCOUNT= apertium
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_SUB+= APVER="${APVER}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1506012605
|
||||
SHA256 (lttoolbox-3.3.3.tar.gz) = 5ccfc98bd71e1c9cbb952f3b01a6f615cf580f39ce74cdcb7221fc9b48f40617
|
||||
SIZE (lttoolbox-3.3.3.tar.gz) = 454916
|
||||
TIMESTAMP = 1574747457
|
||||
SHA256 (apertium-lttoolbox-v3.5.1_GH0.tar.gz) = 141cd396645af526936f5e99727395502803ae74aceb232ea7b98d34ace0eecd
|
||||
SIZE (apertium-lttoolbox-v3.5.1_GH0.tar.gz) = 179360
|
||||
|
@ -10,6 +10,7 @@ include/lttoolbox-%%APVER%%/lttoolbox/att_compiler.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/buffer.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/compiler.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/compression.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/deserialiser.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/entry_token.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/exception.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/expander.h
|
||||
@ -23,15 +24,17 @@ include/lttoolbox-%%APVER%%/lttoolbox/my_stdio.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/node.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/pattern_list.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/regexp_compiler.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/serialiser.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/sorted_vector.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/state.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/string_to_wostream.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/tmx_compiler.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/trans_exe.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/transducer.h
|
||||
include/lttoolbox-%%APVER%%/lttoolbox/xml_parse_util.h
|
||||
libdata/pkgconfig/lttoolbox.pc
|
||||
lib/liblttoolbox3-%%APVER%%.so.0
|
||||
lib/liblttoolbox3-%%APVER%%.so.0.0.0
|
||||
lib/liblttoolbox3-%%APVER%%.so.1
|
||||
lib/liblttoolbox3-%%APVER%%.so.1.0.0
|
||||
lib/liblttoolbox3.a
|
||||
lib/liblttoolbox3.so
|
||||
%%DATADIR%%/acx.rng
|
||||
|
Loading…
Reference in New Issue
Block a user