aboutsummaryrefslogtreecommitdiff
path: root/textproc/link-grammar
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.7.4.Jeremy Messenger2011-06-245-29/+25
| | | | | | | | PR: ports/155457 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=276203
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* Update to 4.5.10.Joe Marcus Clarke2009-09-085-5/+34
| | | | | | | | PR: 138312 Submitted by: bf <bf1783@gmail.com> Notes: svn path=/head/; revision=241058
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 4.5.4.Jeremy Messenger2009-05-104-117/+19
| | | | | | | | PR: ports/130970 (4.4.2 version) Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=233604
* Update to 4.3.9.Jeremy Messenger2008-11-094-12/+141
| | | | | | | | | PR: ports/128717 Submitted by: bf <bf2006a@yahoo.com> Security: CVE-2007-5395 Notes: svn path=/head/; revision=222625
* Update to 4.2.4.Jeremy Messenger2006-11-302-4/+4
| | | | Notes: svn path=/head/; revision=178380
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176403
* -Update to 4.2.2.Jeremy Messenger2006-04-144-40/+12
| | | | | | | | | -Remove USE_REINPLACE. -Use ltverhack. -Update the WWW. Notes: svn path=/head/; revision=159511
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to 4.1.3.Jeremy Messenger2005-09-122-5/+3
| | | | Notes: svn path=/head/; revision=142502
* The Link Grammar Parser is a syntactic parser of English, based on linkJeremy Messenger2005-05-224-0/+145
grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a "constituent" representation of a sentence (showing noun phrases, verb phrases, etc.). WWW: http://www.link.cs.cmu.edu/link/ Notes: svn path=/head/; revision=135835