- Update to 0.10
- Add LICENSE (GPLv2 or later) - Trim Makefile's header - Shorten COMMENT and pkg-descr Changes: http://search.cpan.org/dist/Text-Similarity/CHANGES
This commit is contained in:
parent
745fd37e12
commit
ae0a65cf6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321796
3 changed files with 8 additions and 12 deletions
|
@ -1,18 +1,16 @@
|
|||
# New ports collection makefile for: Text::Similarity
|
||||
# Date created: Oct 28 2004
|
||||
# Whom: clsung
|
||||
#
|
||||
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Similarity
|
||||
PORTVERSION= 0.09
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for measuring the similarity of text documents
|
||||
COMMENT= Measure the similarity of text documents
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Text-Similarity-0.09.tar.gz) = 7aeef2ef2a064fec20a9d2d4f8a8e70fdfb41f502d0b79d26a73e7b614db220c
|
||||
SIZE (Text-Similarity-0.09.tar.gz) = 41274
|
||||
SHA256 (Text-Similarity-0.10.tar.gz) = 724e8e3d047c3bf14e16d541438f7eeb7ff6c9ca857795936bec2a68457913cd
|
||||
SIZE (Text-Similarity-0.10.tar.gz) = 40984
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
Text-Similarity
|
||||
|
||||
This module serves as a superclass for other modules
|
||||
Text::Similarity serves as a superclass for other modules
|
||||
that implement measures of text document similarity.
|
||||
See also http://text-similarity.sourceforge.net
|
||||
|
||||
|
|
Loading…
Reference in a new issue