Ticket #53349: hunspell.patch
File hunspell.patch, 2.0 KB (added by pmetzger (Perry E. Metzger), 8 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 2 3 3 PortSystem 1.0 4 PortGroup github 1.0 4 5 5 name hunspell 6 version 1.3.3 7 revision 1 6 github.setup hunspell hunspell 1.6.0 v 8 7 license {GPL-2+ LGPL-2.1+ MPL-1.1+} 9 8 categories textproc 10 9 maintainers nomaintainer 11 10 description Spell checker and morphological analyzer 12 homepage http ://hunspell.sourceforge.net/11 homepage https://hunspell.github.io/ 13 12 platforms darwin 14 13 15 14 long_description Hunspell is a spell checker and morphological analyzer library and program \ … … 17 16 character encoding. Hunspell interfaces: Ispell-like terminal interface \ 18 17 using Curses library, Ispell pipe interface, OpenOffice.org UNO module. 19 18 20 master_sites sourceforge:project/hunspell/Hunspell/${version} 21 22 checksums rmd160 6e45fdf0c602f0694f414b0cb33de34a5bf95683 \ 23 sha256 a7b2c0de0e2ce17426821dc1ac8eb115029959b3ada9d80a81739fa19373246c 19 checksums rmd160 1fb51c38894f39b42b61d68121706c5a2ef37b67 \ 20 sha256 ce515ee140ebd1dece02b824b289b947f90e64d3f7a4fe439d01df591b1f9b64 24 21 25 22 conflicts freeling 26 23 … … 46 43 set docdir ${prefix}/share/doc/${name} 47 44 xinstall -d ${destroot}${docdir} 48 45 xinstall -m 644 -W ${worksrcpath} AUTHORS AUTHORS.myspell BUGS COPYING \ 49 COPYING.L GPLCOPYING.MPL ChangeLog NEWS README README.myspell THANKS \46 COPYING.LESSER COPYING.MPL ChangeLog NEWS README README.myspell THANKS \ 50 47 TODO ${destroot}${docdir} 51 48 } 52 49