Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jul 2014 18:49:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360960 - head/chinese/p5-Lingua-ZH-HanDetect
Message-ID:  <201407061849.s66InRf6053354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407061849.s66InRf6053354>