Port details |
- p5-Text-Ngram Perl module for n-gram analysis
- 0.15_1 textproc =2 0.15_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-11-04 03:34:11
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- 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/Text-Ngram
- Description:
- Text-Ngram
n-Gram analysis is a field in textual analysis which uses sliding
window character sequences in order to aid topic analysis, language
determination and so on. The n-gram spectrum of a document can be
used to compare and filter documents in multiple languages, prepare
word prediction networks, and perform spelling correction.
This module provides an efficient XS-based implementation of n-gram
spectrum analysis.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Text-Ngram>0:textproc/p5-Text-Ngram
- To install the port:
- cd /usr/ports/textproc/p5-Text-Ngram/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Text-Ngram
- pkg install p5-Text-Ngram
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Text-Ngram
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Text-Ngram-0.15.tar.gz) = e2ef1da66427145842c23cc7cf6631dfa2a0ebcaf54debdfa81b72a38ece4a84
SIZE (Text-Ngram-0.15.tar.gz) = 22396
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:
-
- p5-Unicode-CaseFold>=1.00 : textproc/p5-Unicode-CaseFold
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Unicode-CaseFold>=1.00 : textproc/p5-Unicode-CaseFold
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- textproc/p5-Lingua-Identify
- for Run
-
- textproc/p5-Lingua-Identify
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Text-Ngram
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.15_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.15_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 ) |
0.15_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.15_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.15_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 |
0.15_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.15_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.15_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.15_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 ) |
0.15 05 Sep 2014 13:32:56 |
culot |
- Update to 0.15
Changes: http://search.cpan.org/dist/Text-Ngram/Changes |
0.14 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.14 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
0.14 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.14 29 Aug 2013 04:08:54 |
sunpoet |
- Use single space after WWW: |
0.14 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.14 27 Jan 2012 10:39:48 |
culot |
- Update to 0.14
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Text-Ngram/Changes |
0.13 12 Dec 2010 21:33:37 |
pgollucci |
- Update to 0.13
- Remove MD5
With Hat: perl@
Changes: http://search.cpan.org/dist/Text-Ngram/Changes |
0.12 07 Dec 2010 19:35:25 |
linimon |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
0.12 31 Aug 2010 02:34:13 |
pgollucci |
- Update to 0.12
PR: ports/149503
Submitted by: Frederic Culot <frederic@culot.org>
Approved by: maintainer timeout (clsung)
Changes: http://search.cpan.org/dist/Text-Ngram/Changes |
0.11 05 Jun 2009 22:58:05 |
pgollucci |
- Update to 0.11
PR: ports/134842
Approved by: maintainer timeout (clsung; 15 days)
Submitted by: me |
0.10 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) |
0.10 08 Sep 2007 01:08:35 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.10 30 Jun 2006 00:49:42 |
clsung |
- update to 0.10 |
0.09 30 Mar 2006 07:09:57 |
clsung |
- update to 0.09 |
0.08 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) |
0.08 15 Nov 2005 11:09:45 |
clsung |
- update to 0.08
- fixed a bug (thanks to Greg) that had apparently been
lurking around since the beginning of times (bug would only
expose itself whenever the lowercase flag not set, which wouldn't
happen often, as it probably isn't common to search for case-sensitive
ngrams); digging deeper to understand the bug, by the way,
has unleashed a hell of confusion given that the documentation has a
couple of minor bugs that can become a major PITA in certain
situations... the module is safe to use if you don't want to
do major hacks with uppercased ngrams, but another version will
probably be available soon (for certain values of soon)
- added tests for behavior with lowercase flag not set
- add SHA256 checksums
PR: 88542
Submitted by: aaron |
0.07 23 Apr 2005 07:52:08 |
clsung |
- update to 0.07
- fixed a bug introduced in 0.06 |
0.06 04 Apr 2005 09:41:57 |
clsung |
- update to 0.06
- from Changes:
- added pod-coverage.t to the tests directory |
0.05 04 Nov 2004 03:23:33 |
clsung |
- perl extension, basis for n-gram analysis, which is
XS-based implementation of n-gram spectrum analysis.
- currently provide two function: ngram_counts add_to_counts.
Approved by: co-mentor (vanilla) |