| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Oct 2012 23:33:13
2.2_5
|
cy  |
Allow textproc/libtextcat and textproc/libexttextcat to coexist on the same
system.
Reviewed by: thierry, crees, bapt
Approved by: bapt (using his portmgr and office hats), thierry |
13 May 2012 14:37:29
2.2_4
|
thierry  |
Register conflict with libexttextcat.
Reported by: avg |
31 Jan 2011 19:59:52
2.2_4
|
thierry  |
Adding another header needed for LibreOffice.
Requeted by: bapt
Feature safe: yes |
27 Jan 2011 22:30:42
2.2_3
|
thierry  |
Allow some parts to be used from LibreOffice (C++ code).
Submitted by: bapt
Feature safe: yes |
09 Dec 2010 20:51:25
2.2_2
|
thierry  |
Adding more headers (1).
Since I'm there, define the license.
Requested by: bapt (1)
X-Teaser: LibreOffice is coming! |
04 Dec 2010 07:34:27
2.2_1
|
ade  |
Sync to new bsd.autotools.mk |
02 Aug 2009 19:36:34
2.2_1
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
21 Aug 2008 06:18:49
2.2_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2008 20:39:59
2.2_1
|
thierry  |
Fix plist with NOPORTDOCS.
Reported by: itetcu |
23 Aug 2007 22:13:35
2.2_1
|
thierry  |
Import patches (imported from OpenOffice.org 2.3 by Fedora, at least in
part). These patches, released under a BSD license, seem to improve the
accuracy of language detection, especially those that don't have a
Latin script. |
01 Feb 2007 02:42:06
2.2
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
04 Dec 2006 21:45:23
2.2
|
thierry  |
Libtextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known to
perform with near-perfect accuracy.
WWW: http://software.wise-guys.nl/libtextcat/ |