Commit graph

13 commits

Author SHA1 Message Date
Philip M. Gollucci
4ad3d88433 - Update to 0.13
- Remove MD5

With Hat:       perl@
Changes:        http://search.cpan.org/dist/Text-Ngram/Changes
2010-12-12 21:33:37 +00:00
Mark Linimon
0b69b1da88 With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
2010-12-07 19:35:25 +00:00
Philip M. Gollucci
c21e14dd62 - 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
2010-08-31 02:34:13 +00:00
Philip M. Gollucci
e43f4a3af2 - Update to 0.11
PR:             ports/134842
Approved by:    maintainer timeout (clsung; 15 days)
Submitted by:   me
2009-06-05 22:58:05 +00:00
Marcelo Araujo
4aaab89f57 - 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)
2008-04-17 14:30:31 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Cheng-Lung Sung
2bc4becdee - update to 0.10 2006-06-30 00:49:42 +00:00
Cheng-Lung Sung
5a2c063a22 - update to 0.09 2006-03-30 07:09:57 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Cheng-Lung Sung
d93fa79446 - 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
2005-11-15 11:09:45 +00:00
Cheng-Lung Sung
3f5f16cce4 - update to 0.07
- fixed a bug introduced in 0.06
2005-04-23 07:52:08 +00:00
Cheng-Lung Sung
051d3c6dba - update to 0.06
- from Changes:
  - added pod-coverage.t to the tests directory
2005-04-04 09:41:56 +00:00
Cheng-Lung Sung
555c7d0e14 - 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)
2004-11-04 03:23:33 +00:00