Date: Sat, 5 Jan 2019 18:39:47 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489362 - in head/textproc: . p5-Text-Distill Message-ID: <201901051839.x05Idlxh033389@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Jan 5 18:39:46 2019 New Revision: 489362 URL: https://svnweb.freebsd.org/changeset/ports/489362 Log: textproc/p5-Text-Distill: create port Quick texts compare, plagiarism and common parts detection. WWW: https://metacpan.org/pod/Text::Distill PR: 226718 Submitted by: oleg@mamontov.net Added: head/textproc/p5-Text-Distill/ head/textproc/p5-Text-Distill/Makefile (contents, props changed) head/textproc/p5-Text-Distill/distinfo (contents, props changed) head/textproc/p5-Text-Distill/pkg-descr (contents, props changed) head/textproc/p5-Text-Distill/pkg-plist (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Jan 5 18:21:50 2019 (r489361) +++ head/textproc/Makefile Sat Jan 5 18:39:46 2019 (r489362) @@ -888,6 +888,7 @@ SUBDIR += p5-Text-Diff-HTML SUBDIR += p5-Text-Diff-Parser SUBDIR += p5-Text-Diff3 + SUBDIR += p5-Text-Distill SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-Emoticon SUBDIR += p5-Text-Emoticon-GoogleTalk Added: head/textproc/p5-Text-Distill/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Distill/Makefile Sat Jan 5 18:39:46 2019 (r489362) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= Text-Distill +PORTVERSION= 0.1 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:GRIBUSER +PKGNAMEPREFIX= p5- + +MAINTAINER= oleg@mamontov.net +COMMENT= Quick texts compare, plagiarism and common parts detection + +LICENSE= LGPL3 +LICENSE_COMB= single + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ + p5-Digest-JHash>=0:security/p5-Digest-JHash \ + p5-Encode-Detect>=0:converters/p5-Encode-Detect \ + p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-libwww>=0:www/p5-libwww \ + p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite \ + p5-Text-Extract-Word>=0:textproc/p5-Text-Extract-Word \ + p5-Text-Unidecode>=1.27:converters/p5-Text-Unidecode \ + p5-Unicode-Normalize>=1.25:textproc/p5-Unicode-Normalize \ + p5-XML-LibXML>=0:textproc/p5-XML-LibXML \ + p5-XML-LibXSLT>=0:textproc/p5-XML-LibXSLT + +USES= perl5 + +USE_PERL5= configure +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/textproc/p5-Text-Distill/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Distill/distinfo Sat Jan 5 18:39:46 2019 (r489362) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521234047 +SHA256 (Text-Distill-0.1.tar.gz) = 1e5879c21235e0fb8eb564bd13be32055519b08a7896d31dfc3aed49f62849f7 +SIZE (Text-Distill-0.1.tar.gz) = 14820 Added: head/textproc/p5-Text-Distill/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Distill/pkg-descr Sat Jan 5 18:39:46 2019 (r489362) @@ -0,0 +1,3 @@ +Quick texts compare, plagiarism and common parts detection. + +WWW: https://metacpan.org/pod/Text::Distill Added: head/textproc/p5-Text-Distill/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-Distill/pkg-plist Sat Jan 5 18:39:46 2019 (r489362) @@ -0,0 +1,3 @@ +bin/plagiarism_check.pl +%%SITE_PERL%%/Text/Distill.pm +%%PERL5_MAN3%%/Text::Distill.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901051839.x05Idlxh033389>