Port details |
- p5-Text-NSP Perl5 modules for Ngram Statistics Package
- 1.31 textproc
=2 1.31Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2005-07-18 10:47:55
- 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: GPLv2 GPLv3
- WWW:
- https://metacpan.org/release/Text-NSP
- Description:
- Text::NSP - The Ngram Statistic Package allows a user to count
sequences of Ngrams in large corpora of text, and measure their
association.
The module NSP.pm is a stub that doesn't have any real functionality.
The real work is done by five programs:
count.pl statistic.pl rank.pl combig.pl kocos.pl
These are not modules, and are run from the command line.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Text-NSP>0:textproc/p5-Text-NSP
- To install the port:
- cd /usr/ports/textproc/p5-Text-NSP/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Text-NSP
- pkg install p5-Text-NSP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Text-NSP
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Text-NSP-1.31.tar.gz) = a01201beb29636b3e41ecda2a6cf6522fd265416bd6d994fad02f59fb49cf595
SIZE (Text-NSP-1.31.tar.gz) = 1019796
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:
- ===> The following configuration options are available for p5-Text-NSP-1.31:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_p5-Text-NSP
- 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) |
1.31 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 ) |
1.31 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.31 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.31 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.31 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.31 08 Oct 2015 18:45:29
  |
sunpoet  |
- Update to 1.31
- Add NO_ARCH
- Convert to new options target helper
- Fix indent
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-NSP/CHANGES |
1.27_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.27_1 11 May 2015 12:04:19
  |
mat  |
Move p5- ports from ports@ to perl@.
With hat: perl@
Sponsored by: Absolight |
1.27_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.27 08 Feb 2014 17:20:00
  |
sunpoet  |
- Add LICENSE |
1.27 08 Feb 2014 14:10:04
  |
antoine  |
Fix packaging
Reported by: pkg-fallout |
1.27 05 Feb 2014 17:35:54
  |
mat  |
Drop maintainership on those.
Sponsored by: Absolight |
1.27 24 Nov 2013 17:40:44
  |
mat  |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
1.27 07 Nov 2013 03:52:42
  |
vanilla  |
Support STAGEDIR. |
1.27 22 Oct 2013 16:57:45
  |
mat  |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
1.27 22 Sep 2013 18:05:05
  |
bapt  |
Fix NO_STAGE attribution |
1.27 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.27 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.27 18 Feb 2013 09:51:55
  |
tobez  |
Update to 1.27.
Changes: http://search.cpan.org/dist/Text-NSP/CHANGES |
1.25 01 May 2012 01:47:10
 |
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
1.25 12 Feb 2012 03:37:51
 |
sunpoet  |
- Update to 1.25
- Fix WWW
Changes: http://search.cpan.org/dist/Text-NSP/CHANGES
Approved by: clsung (maintainer, via IRC) |
1.23 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.23 17 Sep 2011 06:49:29
 |
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.23 08 Apr 2011 10:21:18
 |
clsung  |
- Update to 1.23 |
1.21 09 Feb 2011 08:38:00
 |
clsung  |
- Update to 1.21 |
1.17 27 Apr 2010 06:43:49
 |
clsung  |
- Update to 1.17
Changes: http://search.cpan.org/dist/Text-NSP/CHANGES |
1.15 21 Apr 2010 03:48:37
 |
clsung  |
- Update to 1.15
Changes: http://search.cpan.org/dist/Text-NSP/Changes |
1.11 19 Nov 2009 02:50:55
 |
clsung  |
- Update to 1.11
Changes: http://search.cpan.org/dist/Text-NSP/CHANGES |
1.09 01 Apr 2008 11:18:04
 |
clsung  |
- Update to 1.09
Changes: http://search.cpan.org/dist/Text-NSP/doc/CHANGES.pod |
1.07 28 Mar 2008 01:03:41
 |
clsung  |
- Update to 1.07
Changes: http://search.cpan.org/dist/Text-NSP/CHANGES.pod |
1.03 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 |
1.03 19 Sep 2006 15:31:39
 |
clsung  |
- Update to 1.03 |
1.01 27 Jun 2006 01:11:36
 |
clsung  |
- Update to 1.01
- Overhaul of Makefile and pkg-plist as Vendor has now left it up to the
user to install the documentation
PR: ports/99497
Submitted by: aaron |
0.95 25 Jun 2006 14:43:48
 |
clsung  |
- Update to 0.95
PR: ports/99167
Submitted by: aaron |
0.91 23 Apr 2006 02:37:05
 |
clsung  |
- update to 0.91 |
0.73 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.73 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.73 06 Sep 2005 12:37:48
 |
clsung  |
- update to 0.73
- changes see http://search.cpan.org/src/TPEDERSE/Text-NSP-0.73/CHANGES |
0.71 18 Jul 2005 10:47:09
 |
erwin  |
Add p5-Text-NSP 0.71, perl5 modules for Ngram Statistics Package.
PR: ports/72190
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |