Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 11:28:09 +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: r460271 - head/converters/p5-Unicode-Map8
Message-ID:  <201801291128.w0TBS9g2079654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 29 11:28:09 2018
New Revision: 460271
URL: https://svnweb.freebsd.org/changeset/ports/460271

Log:
  Add LICENSE
  
  - Sort PLIST
  - Update pkg-descr

Modified:
  head/converters/p5-Unicode-Map8/Makefile
  head/converters/p5-Unicode-Map8/pkg-descr
  head/converters/p5-Unicode-Map8/pkg-plist

Modified: head/converters/p5-Unicode-Map8/Makefile
==============================================================================
--- head/converters/p5-Unicode-Map8/Makefile	Mon Jan 29 11:28:04 2018	(r460270)
+++ head/converters/p5-Unicode-Map8/Makefile	Mon Jan 29 11:28:09 2018	(r460271)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Mapping table between 8-bit chars and Unicode
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Unicode-String>=2:converters/p5-Unicode-String
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/converters/p5-Unicode-Map8/pkg-descr
==============================================================================
--- head/converters/p5-Unicode-Map8/pkg-descr	Mon Jan 29 11:28:04 2018	(r460270)
+++ head/converters/p5-Unicode-Map8/pkg-descr	Mon Jan 29 11:28:09 2018	(r460271)
@@ -1,22 +1,6 @@
-Unicode::Map8
--------------
-
-The Unicode::Map8 class implement efficient mapping tables between
-8-bit character sets and 16 bit character sets like Unicode.  About
-170 different mapping tables between various known character sets and
-Unicode is distributed with this package.  The source of these tables
-is the vendor mapping tables provided by Unicode, Inc. and the code
-tables in RFC 1345.  New maps can easily be installed.
-
-By coincidence Martin Schwartz created a similar module at the same
-time I did.  His module is called Unicode::Map and should be available
-on CPAN too.  Both modules now support a unified interface.  Martin's
-module will be depreciated in the future.
-
-Since UTF8 support is coming to Perl soon, there might be good reasons
-to move this module in the direction of mapping to/from UTF8.  I will
-probably do so, once the Unicode support in the Perl core settle.
-
-COPYRIGHT   1998-1999 Gisle Aas. All rights reserved.
+The Unicode::Map8 class implement efficient mapping tables between 8-bit
+character sets and 16 bit character sets like Unicode. The tables are efficient
+both in terms of space allocated and translation speed. The 16-bit strings is
+assumed to use network byte order.
 
 WWW: http://search.cpan.org/dist/Unicode-Map8/

Modified: head/converters/p5-Unicode-Map8/pkg-plist
==============================================================================
--- head/converters/p5-Unicode-Map8/pkg-plist	Mon Jan 29 11:28:04 2018	(r460270)
+++ head/converters/p5-Unicode-Map8/pkg-plist	Mon Jan 29 11:28:09 2018	(r460271)
@@ -182,5 +182,5 @@ bin/umap
 %%SITE_ARCH%%/Unicode/Map8/maps/us-dk.bin
 %%SITE_ARCH%%/Unicode/Map8/maps/videotex-suppl.bin
 %%SITE_ARCH%%/auto/Unicode/Map8/Map8.so
-%%PERL5_MAN3%%/Unicode::Map8.3.gz
 %%PERL5_MAN1%%/umap.1.gz
+%%PERL5_MAN3%%/Unicode::Map8.3.gz



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