The attached tarball (as per sthen) extends the dictionaries for aspell to include the unported ones.
There are no CVS dirs in each dicts/ subdir, as a side note. While included in the tarball attachment, I also attached diffs of both textproc/aspell/dicts/{Makefile,Makefile.inc} which include the added two-digit language codes and the additional licenses plus HOMEPAGE change. For pt BR and PT, I stuck to capitalization. If this should wait until after the ports freeze, no sweat. g -- 5822 F82D 665B 5C6A 915B FAD4 B014 1CEE 545A A6C6
aspell-dicts.tgz
Description: Binary data
Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/aspell/dicts/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- Makefile 17 Jan 2012 11:04:12 -0000 1.8 +++ Makefile 13 Mar 2018 21:49:13 -0000 @@ -2,47 +2,95 @@ SUBDIR = SUBDIR += af + SUBDIR += am SUBDIR += ar + SUBDIR += ast + SUBDIR += az + SUBDIR += be SUBDIR += bg + SUBDIR += bn SUBDIR += br SUBDIR += ca SUBDIR += cs + SUBDIR += csb SUBDIR += cy SUBDIR += da SUBDIR += de SUBDIR += el SUBDIR += eo SUBDIR += es + SUBDIR += et SUBDIR += fa + SUBDIR += fi SUBDIR += fo SUBDIR += fr + SUBDIR += fy SUBDIR += ga + SUBDIR += gd SUBDIR += gl + SUBDIR += grc + SUBDIR += gu + SUBDIR += gv SUBDIR += he + SUBDIR += hi + SUBDIR += hil + SUBDIR += hr + SUBDIR += hsb + SUBDIR += hu + SUBDIR += hus + SUBDIR += hy SUBDIR += ia SUBDIR += id SUBDIR += is SUBDIR += it + SUBDIR += kn + SUBDIR += ku + SUBDIR += ky + SUBDIR += la SUBDIR += lt + SUBDIR += lv + SUBDIR += mg SUBDIR += mi + SUBDIR += mk + SUBDIR += ml + SUBDIR += mn + SUBDIR += mr SUBDIR += ms SUBDIR += mt SUBDIR += nb + SUBDIR += nds SUBDIR += nl SUBDIR += nn + SUBDIR += no + SUBDIR += ny + SUBDIR += or + SUBDIR += pa SUBDIR += pl SUBDIR += pt + SUBDIR += pt_BR + SUBDIR += pt_PT + SUBDIR += qu SUBDIR += ro SUBDIR += ru + SUBDIR += rw + SUBDIR += sc SUBDIR += sk SUBDIR += sl SUBDIR += sr SUBDIR += sv SUBDIR += sw + SUBDIR += ta + SUBDIR += te + SUBDIR += tet + SUBDIR += tk + SUBDIR += tl SUBDIR += tn SUBDIR += tr SUBDIR += uk + SUBDIR += uz + SUBDIR += vi SUBDIR += wa + SUBDIR += yi SUBDIR += zu .include <bsd.port.subdir.mk>
Index: Makefile.inc =================================================================== RCS file: /cvs/ports/textproc/aspell/dicts/Makefile.inc,v retrieving revision 1.15 diff -u -p -r1.15 Makefile.inc --- Makefile.inc 7 Dec 2017 13:12:44 -0000 1.15 +++ Makefile.inc 13 Mar 2018 21:53:48 -0000 @@ -10,9 +10,9 @@ DIST_SUBDIR?= aspell EXTRACT_SUFX?= .tar.bz2 -HOMEPAGE?= http://aspell.sourceforge.net/ +HOMEPAGE?= http://www.aspell.net/ -# GPLv2 - LGPLv2 - FDL - CC ShareAlike +# GPLv2 - LGPLv2 - FDL - CC ShareAlike - GPLv2.1 - GPLv3 - Public Domain PERMIT_DISTFILES_FTP?= Yes PERMIT_PACKAGE_CDROM?= Yes PERMIT_PACKAGE_FTP?= Yes