Index: head/textproc/Makefile =================================================================== --- head/textproc/Makefile +++ head/textproc/Makefile @@ -329,6 +329,7 @@ SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits + SUBDIR += ie-hunspell SUBDIR += igor SUBDIR += iksemel SUBDIR += info2html Index: head/textproc/ie-hunspell/Makefile =================================================================== --- head/textproc/ie-hunspell/Makefile +++ head/textproc/ie-hunspell/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= hunspell +PORTVERSION= 0.6 +DISTVERSIONPREFIX= v +CATEGORIES= textproc +PKGNAMEPREFIX= ie- + +MAINTAINER= mistresssilvara@hotmail.com +COMMENT= Interlingue Hunspell dictionaries + +LICENSE= APACHE20 + +USE_GITHUB= yes +GH_ACCOUNT= Carmina16 +GH_PROJECT= hunspell-ie + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${DATADIR}/ie.aff \ + ${DATADIR}/ie.dic + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/ie.aff ${WRKSRC}/ie.dic ${STAGEDIR}${DATADIR} + +.include Index: head/textproc/ie-hunspell/distinfo =================================================================== --- head/textproc/ie-hunspell/distinfo +++ head/textproc/ie-hunspell/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1488480542 +SHA256 (Carmina16-hunspell-ie-v0.6_GH0.tar.gz) = 89e35f5ee8dbb231ecd58ac00941800c64ab9a16d40f458aa093f366df75477a +SIZE (Carmina16-hunspell-ie-v0.6_GH0.tar.gz) = 92592 Index: head/textproc/ie-hunspell/pkg-descr =================================================================== --- head/textproc/ie-hunspell/pkg-descr +++ head/textproc/ie-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Interlingue spellchecking dictionary for use with Hunspell. + +WWW: https://github.com/Carmina16/hunspell-ie