Port details |
- p5-Lingua-Ident Statistical language identification
- 1.7_1 textproc
=2 1.7_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2002-06-23 06:44:18
- Last Update: 2022-09-10 13:02:41
- Commit Hash: af95d44
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Lingua-Ident
- Description:
- This module implements a statistical language identifier.
The filename attributes to the constructor must refer to files
containing tables of n-gram probabilites for languages. These tables
can be generated using the trainlid(1) utility program.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Lingua-Ident>0:textproc/p5-Lingua-Ident
- To install the port:
- cd /usr/ports/textproc/p5-Lingua-Ident/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Lingua-Ident
- pkg install p5-Lingua-Ident
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Lingua-Ident
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Lingua-Ident-1.7.tar.gz) = 0cd77e73a045e5c073821820b37b04ab107b9f4fc5793d696cd6548e68c53499
SIZE (Lingua-Ident-1.7.tar.gz) = 56475
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Lingua-Ident
- USES:
- perl5
- 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 |
1.7_1 10 Sep 2022 13:02:41
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-Lingua-Ident: Remove submitter name from
a26c32d03dbd7e6688cd03593ce5d0f27c0e0ba3 |
1.7_1 08 Sep 2022 15:46:38
    |
Stefan Eßer (se)  |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.7_1 08 Sep 2022 15:43:21
    |
Stefan Eßer (se)  |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.7_1 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.7_1 25 Jun 2021 13:36:21
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/p5-Lingua-Ident: Cosmetic change |
1.7_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7_1 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.7_1 15 Sep 2017 08:58:50
  |
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.7_1 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.7_1 15 Nov 2015 03:03:39
  |
sunpoet  |
- Sort PLIST |
1.7_1 17 Sep 2015 17:11:31
  |
sunpoet  |
- Add NO_ARCH
- Sort PLIST |
1.7_1 14 Sep 2015 12:19:50
  |
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.7_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.7 24 Nov 2014 18:31:22
  |
sunpoet  |
- Add LICENSE
- Cleanup PLIST |
1.7 30 Sep 2013 19:41:57
  |
sunpoet  |
- Support STAGEDIR |
1.7 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.7 21 Aug 2013 17:42:58
  |
sunpoet  |
- Cleanup Makefile header |
1.7 21 Aug 2013 14:08:08
  |
sunpoet  |
- Convert to new perl framework |
1.7 21 Jun 2011 06:58:21
 |
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
1.7 12 Apr 2011 15:19:26
 |
sunpoet  |
- Remove obsolete MD5 checksum |
1.7 22 Sep 2010 17:10:26
 |
sunpoet  |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
1.7 28 Jun 2010 01:58:49
 |
wen  |
- Update to 1.7
- Pass maintainership to submitter
PR: ports/148133
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes |
1.6 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.6 13 Nov 2006 01:59:23
 |
leeym  |
- Update to 1.6 |
1.5 22 Jan 2006 02:55:05
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.5 25 Nov 2005 18:40:57
 |
pav  |
- Add SHA256 |
1.5 21 Sep 2005 19:31:43
 |
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
1.5 20 Sep 2005 14:20:34
 |
erwin  |
Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!
Noticed by: tobez
Approved by: portmgr (self) |
1.5 19 Aug 2005 12:03:05
 |
garga  |
- Update to 1.5 and unbreak on perl >= 5.8
PR: ports/84229
Submitted by: leeym
Approved by: portmgr (krion), submitter timeout |
1.4 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.4 06 Feb 2004 02:34:53
 |
kris  |
BROKEN: Does not compile with perl >=5.8 |
1.4 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.4 21 Feb 2003 13:42:50
 |
knu  |
De-pkg-comment. |
1.4 23 Jun 2002 06:38:30
 |
will  |
Add p5-Lingua-Ident 1.4, a perl package for statistical
language identification.
PR: 33437
Submitted by: Seamus Venasse <svenasse@polaris.ca> |