aboutsummaryrefslogtreecommitdiff
path: root/textproc/irstlm
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/irstlm: unbreak with GCC >= 6Jan Beich2017-02-051-0/+1
| | | | | | | | | | | GCC defaults to C++14 since 6.0 which no longer converts istream to bool by default. Instead of fixing just downgrade to C++98. PR: 216036 Approved by: demon (maintainer, implicit) Notes: svn path=/head/; revision=433442
* Update WWW.Dmitry Sivachenko2016-05-101-1/+1
| | | | Notes: svn path=/head/; revision=414922
* textproc/irstlm: Fix build with libc++ 3.8.0Kurt Jaeger2016-04-301-0/+10
| | | | | | | | | PR: 209103 Submitted by: dim Approved by: demon Notes: svn path=/head/; revision=414336
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+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
* Convert to USES=autoreconfTijl Coosemans2015-04-181-4/+2
| | | | Notes: svn path=/head/; revision=384225
* Do it in more C++ way.Dmitry Sivachenko2014-09-023-52/+19
| | | | Notes: svn path=/head/; revision=366987
* Remove gcc-isms.Dmitry Sivachenko2014-09-013-1/+81
| | | | Notes: svn path=/head/; revision=366866
* Add USE_LDCONFIG now that it builds shared libs.Dmitry Sivachenko2014-09-011-0/+1
| | | | Notes: svn path=/head/; revision=366857
* Do build shared libraries.Dmitry Sivachenko2014-08-312-1/+5
| | | | Notes: svn path=/head/; revision=366754
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-282-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359682
* Now that the default version of GCC in the Ports Collection (perGerald Pfeifer2014-03-161-1/+1
| | | | | | | | | | lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat) Notes: svn path=/head/; revision=348436
* Update to version 5.80.03.Dmitry Sivachenko2013-10-284-21/+43
| | | | | | | Support staging. Notes: svn path=/head/; revision=331843
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Update to version 5.40.02.Dmitry Sivachenko2012-11-063-3/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307070
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* New port: irstlm.Dmitry Sivachenko2010-05-314-0/+62
The IRST Language Modeling Toolkit features algorithms and data structures suitable to estimate, store, and access very large LMs. Notes: svn path=/head/; revision=255386