aboutsummaryrefslogtreecommitdiff
path: root/math/foma
Commit message (Collapse)AuthorAgeFilesLines
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* math/foma: remove linkage with termcap (part of ncurses work)John Marino2016-02-071-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408374
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Don't install static libraries with INSTALL_LIB (part 1/2)Dmitry Marakasov2015-05-081-1/+2
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=385787
* Honour CPPFLAGS and LDFLAGS to fix readline support on current.Adam Weinberger2014-08-091-5/+8
| | | | Notes: svn path=/head/; revision=364459
* Add USES=readline to fix build on current.Adam Weinberger2014-07-291-4/+4
| | | | Notes: svn path=/head/; revision=363405
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-071-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* Works with clang too.Dmitry Sivachenko2014-07-041-1/+0
| | | | Notes: svn path=/head/; revision=360608
* Respect CC/CFLAGS; add missing bison build dep.Dmitry Sivachenko2014-05-162-1/+21
| | | | Notes: svn path=/head/; revision=354209
* This chunk is not necessary.Dmitry Sivachenko2014-05-151-8/+0
| | | | Notes: svn path=/head/; revision=354133
* New port: foma.Dmitry Sivachenko2014-05-078-0/+157
Foma is a compiler, programming language, and C library for constructing finite-state automata and transducers for various uses. It has specific support for many natural language processing applications such as producing morphological analyzers. Although NLP applications are probably the main use of foma, it is sufficiently generic to use for a large number of purposes. Notes: svn path=/head/; revision=353158