diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-31 11:01:04 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-31 11:01:04 +0000 |
commit | c4611eed4c1b8d974056a3f46471a4c6419da118 (patch) | |
tree | 91cf81b7e9f1055b199f0a59960fd771cdfde5ad /textproc/lttoolbox | |
parent | 4b7b75f07610d58373cd7701dd8efe85828693e7 (diff) | |
download | ports-c4611eed4c1b8d974056a3f46471a4c6419da118.tar.gz ports-c4611eed4c1b8d974056a3f46471a4c6419da118.zip |
textproc/lttoolbox, textproc/apertium: 3.2.0 -> 3.3.0
- lttoolbox -has two new tools: lt-trim and lt-print
- apertium has a new deformatter: apertium-deslatex
- lextor is deprecated, the code is still there but is not built
- apertium has a new m4 macro that supports using language packages from
/languages/
PR: 192886
Notes
Notes:
svn path=/head/; revision=366744
Diffstat (limited to 'textproc/lttoolbox')
-rw-r--r-- | textproc/lttoolbox/Makefile | 3 | ||||
-rw-r--r-- | textproc/lttoolbox/distinfo | 4 | ||||
-rw-r--r-- | textproc/lttoolbox/pkg-plist | 10 |
3 files changed, 12 insertions, 5 deletions
diff --git a/textproc/lttoolbox/Makefile b/textproc/lttoolbox/Makefile index 9b1140800ad9..0d5dfce98235 100644 --- a/textproc/lttoolbox/Makefile +++ b/textproc/lttoolbox/Makefile @@ -12,12 +12,13 @@ COMMENT= Tool for lexical, morphological analysis and generation of words LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 -APVER= 3.2 +APVER= 3.3 APREV= 0 GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool pathfix pkgconfig +INSTALL_TARGET= install-strip PLIST_SUB+= APVER="${APVER}" diff --git a/textproc/lttoolbox/distinfo b/textproc/lttoolbox/distinfo index d4c3c9f7a2ef..e506c1f65d4c 100644 --- a/textproc/lttoolbox/distinfo +++ b/textproc/lttoolbox/distinfo @@ -1,2 +1,2 @@ -SHA256 (lttoolbox-3.2.0.tar.gz) = 1359291173ae4af6cbaa625f5ab63ad288b91f72ed0555b2a676e3dfe9b4c1fc -SIZE (lttoolbox-3.2.0.tar.gz) = 372484 +SHA256 (lttoolbox-3.3.0.tar.gz) = b12cb16f286e87f15eea0e3e988c70e89183eaa6e46a517aff2a4260e52ed773 +SIZE (lttoolbox-3.3.0.tar.gz) = 433689 diff --git a/textproc/lttoolbox/pkg-plist b/textproc/lttoolbox/pkg-plist index 44dbcb92739e..25956434d554 100644 --- a/textproc/lttoolbox/pkg-plist +++ b/textproc/lttoolbox/pkg-plist @@ -1,9 +1,12 @@ bin/lt-comp bin/lt-expand +bin/lt-print bin/lt-proc bin/lt-tmxcomp bin/lt-tmxproc +bin/lt-trim include/lttoolbox-%%APVER%%/lttoolbox/alphabet.h +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 @@ -19,7 +22,6 @@ include/lttoolbox-%%APVER%%/lttoolbox/match_state.h include/lttoolbox-%%APVER%%/lttoolbox/my_stdio.h include/lttoolbox-%%APVER%%/lttoolbox/node.h include/lttoolbox-%%APVER%%/lttoolbox/pattern_list.h -include/lttoolbox-%%APVER%%/lttoolbox/pool.h include/lttoolbox-%%APVER%%/lttoolbox/regexp_compiler.h include/lttoolbox-%%APVER%%/lttoolbox/sorted_vector.h include/lttoolbox-%%APVER%%/lttoolbox/state.h @@ -27,17 +29,21 @@ 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.a lib/liblttoolbox3.so -libdata/pkgconfig/lttoolbox-%%APVER%%.pc %%DATADIR%%/dix.dtd +%%DATADIR%%/acx.rng +%%DATADIR%%/dix.rng man/man1/lt-comp.1.gz man/man1/lt-expand.1.gz +man/man1/lt-print.1.gz man/man1/lt-proc.1.gz man/man1/lt-tmxcomp.1.gz man/man1/lt-tmxproc.1.gz +man/man1/lt-trim.1.gz @dirrm %%DATADIR%% @dirrm include/lttoolbox-%%APVER%%/lttoolbox @dirrm include/lttoolbox-%%APVER%% |