| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Jan 2012 10:39:48
0.14
|
culot  |
- Update to 0.14
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Text-Ngram/Changes |
12 Dec 2010 21:33:37
0.13
|
pgollucci  |
- Update to 0.13
- Remove MD5
With Hat: perl@
Changes: http://search.cpan.org/dist/Text-Ngram/Changes |
07 Dec 2010 19:35:25
0.12
|
linimon  |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
31 Aug 2010 02:34:13
0.12
|
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 |
05 Jun 2009 22:58:05
0.11
|
pgollucci  |
- Update to 0.11
PR: ports/134842
Approved by: maintainer timeout (clsung; 15 days)
Submitted by: me |
17 Apr 2008 14:30:31
0.10
|
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) |
08 Sep 2007 01:08:35
0.10
|
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 |
30 Jun 2006 00:49:42
0.10
|
clsung  |
- update to 0.10 |
30 Mar 2006 07:09:57
0.09
|
clsung  |
- update to 0.09 |
22 Jan 2006 02:55:05
0.08
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
15 Nov 2005 11:09:45
0.08
|
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 |
23 Apr 2005 07:52:08
0.07
|
clsung  |
- update to 0.07
- fixed a bug introduced in 0.06 |
04 Apr 2005 09:41:57
0.06
|
clsung  |
- update to 0.06
- from Changes:
- added pod-coverage.t to the tests directory |
04 Nov 2004 03:23:33
0.05
|
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) |