Port details |
- libtextcat Language guessing by N-Gram-Based Text Categorization
- 2.2_6 textproc
=6 2.2_6Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2006-12-04 22:04:18
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: python, vim, libtool, bsh, libXdamage
- License: BSD3CLAUSE
- WWW:
- https://software.wise-guys.nl/libtextcat/
- Description:
- Libtextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization" [1].
It was primarily developed for language guessing, a task on which it is known to
perform with near-perfect accuracy.
The central idea of the Cavnar & Trenkle technique is to calculate a
"fingerprint" of a document with an unknown category, and compare this with the
fingerprints of a number of documents of which the categories are known. The
categories of the closest matches are output as the classification. A
fingerprint is a list of the most frequent n-grams occurring in a document,
ordered by frequency. Fingerprints are compared with a simple out-of-place
metric.
[1] The document that started it all: William B. Cavnar & John M. Trenkle (1994)
N-Gram-Based Text Categorization, <http://citeseer.ist.psu.edu/68861.html>.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libtextcat>0:textproc/libtextcat
- To install the port:
- cd /usr/ports/textproc/libtextcat/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libtextcat
- pkg install libtextcat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libtextcat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libtextcat-2.2.tar.gz) = 5677badffc48a8d332e345ea4fe225e3577f53fc95deeec8306000b256829655
SIZE (libtextcat-2.2.tar.gz) = 540999
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- editors/openoffice-4
- editors/openoffice-devel
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libtextcat-2.2_6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_libtextcat
- USES:
- libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2_6 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2_6 20 Jul 2022 14:23:14
![commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b](/images/git.png) ![commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b](/images/codeberg.svg) ![commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.2_6 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2.2_6 22 Feb 2018 09:02:58
![Revision:462573 Revision:462573](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch to options helpers
- Switch to new test framework
- Update WWW
Approved by: portmgr blanket |
2.2_6 01 Dec 2016 11:18:04
![Revision:427491 Revision:427491](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
2.2_6 08 Dec 2014 21:17:00
![Revision:374324 Revision:374324](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
2.2_6 03 Jul 2014 08:29:15
![Revision:360343 Revision:360343](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert to USES=libtool
- Add DOCS option
- Remove CONFLICTS_INSTALL on libexttextcat that is no longer needed |
2.2_5 27 Apr 2014 19:15:43
![Revision:352452 Revision:352452](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Stagify;
- Fix the license. |
2.2_5 20 Sep 2013 23:17:32
![Revision:327773 Revision:327773](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.2_5 09 Oct 2012 23:33:13
![Revision:305621 Revision:305621](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cy ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
2.2_4 13 May 2012 14:37:29
![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Register conflict with libexttextcat.
Reported by: avg |
2.2_4 31 Jan 2011 19:59:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Adding another header needed for LibreOffice.
Requeted by: bapt
Feature safe: yes |
2.2_3 27 Jan 2011 22:30:42
![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Allow some parts to be used from LibreOffice (C++ code).
Submitted by: bapt
Feature safe: yes |
2.2_2 09 Dec 2010 20:51:25
![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Adding more headers (1).
Since I'm there, define the license.
Requested by: bapt (1)
X-Teaser: LibreOffice is coming! |
2.2_1 04 Dec 2010 07:34:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync to new bsd.autotools.mk |
2.2_1 02 Aug 2009 19:36:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-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 |
2.2_1 21 Aug 2008 06:18:49
![files touched by this commit files touched by this commit](/images/logs.gif) |
rafan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2.2_1 01 Jun 2008 20:39:59
![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix plist with NOPORTDOCS.
Reported by: itetcu |
2.2_1 23 Aug 2007 22:13:35
![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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. |
2.2 01 Feb 2007 02:42:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use libtool port instead of included version to avoid objformat a.out botch |
2.2 04 Dec 2006 21:45:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
thierry ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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/ |