Index: head/textproc/hunspell/Makefile =================================================================== --- head/textproc/hunspell/Makefile (revision 427152) +++ head/textproc/hunspell/Makefile (revision 427153) @@ -1,31 +1,35 @@ # Created by: janos.mohacsi@bsd.hu # $FreeBSD$ PORTNAME= hunspell PORTVERSION= 1.3.3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION} DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Improved spell-checker for Hungarian and other languages LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes USES= libtool:keepla pathfix iconv ncurses readline shebangfix perl5 SHEBANG_FILES= src/tools/ispellaff2myspell USE_LDCONFIG= yes USE_PERL5= run INSTALL_TARGET= install-strip + +PLIST_SUB= SHLIB_VER=${PORTVERSION:R} post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx post-configure: @${REINPLACE_CMD} -e 's|444|644|g' ${WRKSRC}/src/parsers/Makefile .include Index: head/textproc/hunspell/pkg-descr =================================================================== --- head/textproc/hunspell/pkg-descr (revision 427152) +++ head/textproc/hunspell/pkg-descr (revision 427153) @@ -1,12 +1,12 @@ Hunspell is a widely used spell checker Main features: - Extended support for language peculiarities; Unicode character encoding, compounding and complex morphology. - Improved suggestion using n-gram similarity, rule and dictionary based pronunciation data. - Morphological analysis, stemming and generation. - Hunspell is based on MySpell and works also with MySpell dictionaries. - C++ library under GPL/LGPL/MPL tri-license. -WWW: http://hunspell.sourceforge.net/ +WWW: https://hunspell.github.io/ Index: head/textproc/hunspell/pkg-plist =================================================================== --- head/textproc/hunspell/pkg-plist (revision 427152) +++ head/textproc/hunspell/pkg-plist (revision 427153) @@ -1,42 +1,42 @@ bin/affixcompress bin/analyze bin/chmorph bin/hunspell bin/hunzip bin/hzip bin/ispellaff2myspell bin/makealias bin/munch bin/unmunch bin/wordforms bin/wordlist2hunspell include/hunspell/affentry.hxx include/hunspell/affixmgr.hxx include/hunspell/atypes.hxx include/hunspell/baseaffix.hxx include/hunspell/csutil.hxx include/hunspell/dictmgr.hxx include/hunspell/filemgr.hxx include/hunspell/hashmgr.hxx include/hunspell/htypes.hxx include/hunspell/hunspell.h include/hunspell/hunspell.hxx include/hunspell/hunvisapi.h include/hunspell/hunzip.hxx include/hunspell/langnum.hxx include/hunspell/phonet.hxx include/hunspell/replist.hxx include/hunspell/suggestmgr.hxx include/hunspell/w_char.hxx -lib/libhunspell-1.3.a -lib/libhunspell-1.3.la -lib/libhunspell-1.3.so -lib/libhunspell-1.3.so.0 -lib/libhunspell-1.3.so.0.0.0 +lib/libhunspell-%%SHLIB_VER%%.a +lib/libhunspell-%%SHLIB_VER%%.la +lib/libhunspell-%%SHLIB_VER%%.so +lib/libhunspell-%%SHLIB_VER%%.so.0 +lib/libhunspell-%%SHLIB_VER%%.so.0.0.0 libdata/pkgconfig/hunspell.pc man/hu/man1/hunspell.1.gz man/man1/hunspell.1.gz man/man1/hunzip.1.gz man/man1/hzip.1.gz man/man3/hunspell.3.gz man/man5/hunspell.5.gz