svn commit: r360960 - head/chinese/p5-Lingua-ZH-HanDetect
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:49:28 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:49:27 2014
New Revision: 360960
URL: http://svnweb.freebsd.org/changeset/ports/360960
QAT: https://qat.redports.org/buildarchive/r360960/
Log:
- Add LICENSE
- Reformat pkg-descr
- Use single space after WWW:
Modified:
head/chinese/p5-Lingua-ZH-HanDetect/Makefile
head/chinese/p5-Lingua-ZH-HanDetect/pkg-descr
head/chinese/p5-Lingua-ZH-HanDetect/pkg-plist
Modified: head/chinese/p5-Lingua-ZH-HanDetect/Makefile
==============================================================================
--- head/chinese/p5-Lingua-ZH-HanDetect/Makefile Sun Jul 6 18:49:22 2014 (r360959)
+++ head/chinese/p5-Lingua-ZH-HanDetect/Makefile Sun Jul 6 18:49:27 2014 (r360960)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Guess Chinese text\'s variant and encoding
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/chinese/p5-Lingua-ZH-HanDetect/pkg-descr
==============================================================================
--- head/chinese/p5-Lingua-ZH-HanDetect/pkg-descr Sun Jul 6 18:49:22 2014 (r360959)
+++ head/chinese/p5-Lingua-ZH-HanDetect/pkg-descr Sun Jul 6 18:49:27 2014 (r360960)
@@ -1,12 +1,10 @@
-Lingua::ZH::HanDetect uses statistical measures to test a text string
-to see if it's in Traditional or Simplified Chinese, as well as which
-encoding it is in.
+Lingua::ZH::HanDetect uses statistical measures to test a text string to see if
+it's in Traditional or Simplified Chinese, as well as which encoding it is in.
-If the string does not contain Chinese characters, both the encoding
-and variant values will be set to the empty string.
+If the string does not contain Chinese characters, both the encoding and variant
+values will be set to the empty string.
-This module is needed because the various encodings for Chinese text
-tend to occupy the similar byte ranges, rendering Encode::Guess
-ineffective.
+This module is needed because the various encodings for Chinese text tend to
+occupy the similar byte ranges, rendering Encode::Guess ineffective.
-WWW: http://search.cpan.org/dist/Lingua-ZH-HanDetect/
+WWW: http://search.cpan.org/dist/Lingua-ZH-HanDetect/
Modified: head/chinese/p5-Lingua-ZH-HanDetect/pkg-plist
==============================================================================
--- head/chinese/p5-Lingua-ZH-HanDetect/pkg-plist Sun Jul 6 18:49:22 2014 (r360959)
+++ head/chinese/p5-Lingua-ZH-HanDetect/pkg-plist Sun Jul 6 18:49:27 2014 (r360960)
@@ -1,6 +1,6 @@
-%%PERL5_MAN3%%/Lingua::ZH::HanDetect.3.gz
%%SITE_PERL%%/Lingua/ZH/HanDetect.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/HanDetect/.packlist
+%%PERL5_MAN3%%/Lingua::ZH::HanDetect.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/HanDetect
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
More information about the svn-ports-head
mailing list