1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Update to 1.2

- documentation improvement
- introduced first and last n-gram in the output
- made _reduce_to_limit more efficient (--limit parameter)

PR:		ports/69779
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2004-07-30 18:28:37 +00:00
parent 57a93bf13c
commit a7da74cef4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115098
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Text-Ngrams
PORTVERSION= 1.1
PORTVERSION= 1.2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text

View File

@ -1,2 +1,2 @@
MD5 (Text-Ngrams-1.1.tar.gz) = 4a4e3e9cb6b4ce0760ac4742b055b532
SIZE (Text-Ngrams-1.1.tar.gz) = 23646
MD5 (Text-Ngrams-1.2.tar.gz) = c17577fcf2a8c489f8c0a988fb9e2f57
SIZE (Text-Ngrams-1.2.tar.gz) = 24213